Top

DragonBall Z Bot v4


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.3
Scores Submitted  3
Date Added  Feb 18, 2008
Last Updated  Feb 18, 2008
  Bookmark and Share

Introduction

This is an advances Zbot with many seperated parts so there might be alot so don't wory but here is the registration I'll soon be posting the rest. I hope you like :D | Mostly Romeo

Grab the Code

Comments

  (19)  RSS
Logan
Comments: 103
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 18, 2008 6:25 pm
Please comment...
Ciddeon
Comments: 44
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 18, 2008 6:29 pm
*comments*

I dont know how to have my bot and mirc diffrent
Lysergic Diethylamide
Comments: 40
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 18, 2008 6:51 pm
Open two separate sessions of mIRC and load the bots script into one, and chat on the other. Is anyone else not utterly convinced that this was stumbled upon elsewhere?
Logan
Comments: 103
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 18, 2008 7:49 pm
I can't believe you didn't know that Cid xD.
EL
Comments: 1,400
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 18, 2008 8:34 pm
Lol.This crap again......
napa182
Comments: 1,152
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 18, 2008 10:31 pm
um /help $istok
Logan
Comments: 103
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 18, 2008 10:47 pm
El do you mind explaining that to Romeo... He created the bot, I just edited it.
napa182
Comments: 1,152
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 19, 2008 12:41 am
um you can shorten it some on those if statements maybe this..
Code:
on *:text:*`Name *:%ChanSet:{
  if ($readini($nick $+ .ini,Register,Name) == on) { Notice $nick You already Made a Name!
  }
  elseif ($istok(bitch fark bastard shoot gay pussy vagina !@#$ penis homo Majin Mystic Bebi Super Kid,$2,32)) || ($left($2,1) == $) || ($left($2,1) == /) {
    .notice $nick 4This name is inapropriate! Please reword it!
  }
  else {
    writeini $nick $+ .ini $nick Name $2-
    writeini $nick $+ .ini Register Name on
    .notice $nick Step 2:8 $2- $+ , What is your race? Type 9`Races
  }
}

eh or whatever still trying to wake up atm..
EL
Comments: 1,400
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 19, 2008 3:45 am
Ok got up its 4:32 am..So if my fast assesment of this code..rather codes cause i loaded all of them as i should just commenting on this snippet page.Ok first:
Code:

on *:text:`Defense:#: {
  if ($chan != %ChanSet) { halt }

^^^^^^^^^^^^^^^^^^^^^^^^^^Again with your on text statments wheres is the command to set the %ChanSet ? You cant even start the gaem in the first place.If im wrong apologies i maye have missed that.
Code:

on *:text:`Level:#: {
  if ($readini($nick $+ .ini,Register,Complete) != on) { Notice $nick Please Register! `Register | halt }
  if ($readini($nick $+ .ini,pass,passaccept) != on) { Notice $nick Login! | halt }
  if ($chan != %ChanSet) { halt }
  Set %Aura $readini($nick $+ .ini,$nick,Aura)
  Set %BAura $readini($nick $+ .ini,$nick,BAura)
  Notice $nick  $+ %Aura Level:15 $readini($nick $+ .ini,$Nick,Level)
}
on *:text:`Level:#: {
  if ($readini($nick $+ .ini,Register,Complete) != on) { Notice $nick Please Register! `Register | halt }
  if ($readini($nick $+ .ini,pass,passaccept) != on) { Notice $nick Login! | halt }
  if ($chan != %ChanSet) { halt }
  Set %Aura $readini($nick $+ .ini,$nick,Aura)
  Set %BAura $readini($nick $+ .ini,$nick,BAura)
  Notice $nick  $+ %Aura Level:15 $readini($nick $+ .ini,$Nick,Level)
}

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Why is there 2 `Level commands again?..If there is a reason please let me know..
Code:

* Timer healnemesis activated
-
* Timer healnemesis halted
-
•• error unknown command "HEAL"

^^^^^^^^^^^^^^^^^^^^^^^^^^^^Hmm did i meantion once yoü "Edit" the code to get past the `register you MUST `Heal .Ok so wheres your Heal alias again?..may be on a different snippet i dunno didnt look at it much.

Since thats are far as i could go with out writing my own Heal alias i stopped.So thre u have it my 3 minute check.Agian if im missing somthing or over looked anything let me know.

P.S:Your lucky im huge effin DBZ fan or i wouldnt have tested it at all.And where are you on lucid im there all day what channel you "Testing/running" this in? I ll come watch you "Edit".Just /msg EL #channame.

P.S#2? Umm add a * after your `comamnds .I always have to add them to work.And hell if you get this working "properly" i ll be the first one to play it.Vageta for Lyfe.`-.-´
napa182
Comments: 1,152
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 19, 2008 4:51 am
atlest toss this in it so you can set the channel
Code:
on *:load:{ set %ChanSet $$?="Please Enter Channel You Would Like To Run Game EX: #channel" | echo -a Channel is set To %ChanSet }

then on ur on text events you dont have to use
Code:
on *:text:`Name*:#: {
  if ($chan != %ChanSet) { halt }

you can just do..
Code:
on *:text:`Name*:%ChanSet:{

Pass
Comments: 46
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 19, 2008 8:53 am
Also, you made a huge mistake - while setting colors in the script, you neglected to use "0" before all numbers below ten, ie, "01, 02, 03" etc. Not doing this will result in skewed information because the bot cannot return numbers correctly.
Another good fix for messages sent to query:
Code:
close -m $nick

And for the "on *:text:*:*:{" events:
Code:
if (!$chan) close -m $nick
Kenny
Comments: 26
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 21, 2008 5:11 pm
Do u have the alias for this ? :p
goku50
Comments: 16
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 27, 2008 2:07 pm
Yhea i'm with kenny if your going to post te script you should post the alias or its usless.does any one agree woth me on this.
Kenny
Comments: 26
 
mIRC Snippet:  DragonBall Z Bot v4
Posted on Feb 27, 2008 2:15 pm
i do scince i pretty much said it