mIRC Snippet:
DefianceBot
Posted on May 12, 2008 4:34 am
Posted on May 12, 2008 4:34 am
Ok since you clearly don't take good advice and help when it given im not gunna waste my timeing helping you this is 2 scripts not you say ''eh'' an blowit off so i ll just post your something that makes me laff a bit and thats this
Just the first 3 lines of you color code an wtf is going on there exactly? your not sending any text back to the channel it posts nothing at all that just made you fail worse then you already did sorry=/
| Code: |
on *:TEXT:`colour:#:{ /set %colour $rand(1,16) if (%colour == 1) { describe # 0,0 } |
Just the first 3 lines of you color code an wtf is going on there exactly? your not sending any text back to the channel it posts nothing at all that just made you fail worse then you already did sorry=/
mIRC Snippet:
DefianceBot
Posted on May 12, 2008 2:15 am
Posted on May 12, 2008 2:15 am
Oh so ur that Dull guy... Hi.
mIRC Snippet:
DefianceBot
Posted on May 12, 2008 12:51 am
Posted on May 12, 2008 12:51 am
been a learner at scriptin i rather look at scripts tat work an are rite so i can learn to script it rite not ones tat need fixing .then i can learn to edit them from there :)
mIRC Snippet:
DefianceBot
Posted on May 11, 2008 11:36 pm
Posted on May 11, 2008 11:36 pm
um what i posted is simple =/ and why show new scripters to set global vars when they can set local's as well as showning them bad brackets. =/
mIRC Snippet:
DefianceBot
Posted on May 11, 2008 11:26 pm
Posted on May 11, 2008 11:26 pm
Again, I made the script simple so scripters who are new to mIRC scripting can easely feel like editing it.
But still, I aprecciate your help. :)
But still, I aprecciate your help. :)
mIRC Snippet:
DefianceBot
Posted on May 11, 2008 11:20 pm
Posted on May 11, 2008 11:20 pm
oop's forgot a *
| Code: |
| on *:TEXT:`colour*:#:{ describe $chan $+ $+($r(0,15),$chr(44),$r(0,15)) $2- } |
mIRC Snippet:
DefianceBot
Posted on May 11, 2008 11:18 pm
Posted on May 11, 2008 11:18 pm
you can do the color one something like this as well
| Code: |
| on *:TEXT:`colour:#:{ describe $chan $+ $+($r(0,15),$chr(44),$r(0,15)) $2- } |
mIRC Snippet:
DefianceBot
Posted on May 11, 2008 11:10 pm
Posted on May 11, 2008 11:10 pm
seems you forgot to aadd a few things on ur `colour one
this could have been done alot better =/
and you can just do ur dice like this instead of setting a var
as well as ur emoticon script
you should really use local var's instead of gloabl
this could have been done alot better =/
and you can just do ur dice like this instead of setting a var
| Code: |
| on *:TEXT:`dice:#:{ describe # rolls a dice .timer 1 1 msg # You have rolled a $r(1,6) } |
as well as ur emoticon script
| Code: |
| on *:TEXT:`emoticon:#:{ var %em =].=[.=D.=0.=|.=3.=F.=x.=@.=K describe # $gettok(%em,$r(1,10),46) } |
you should really use local var's instead of gloabl
mIRC Snippet:
Advanced 8ball script
Posted on May 1, 2008 7:41 am
Posted on May 1, 2008 7:41 am
LOL I would have deleted Bouncer's comment years ago ffs, a 2 rating seems harsh coz it dont look imcomplete I would have given a 3 LOL :p
mIRC Snippet:
Advanced 8ball script
Posted on May 1, 2008 7:14 am
Posted on May 1, 2008 7:14 am
That's fine if you didn't like my comment dull. If you can't handle criticism, then maybe you shouldn't post here, because it is what you will get. Also there are those who would have said alot worse than me.
Anyways if you want to make a truly advanced 8ball script, once you have learned more in coding mIRC, try making one in dialog form. There are a few of those out there, but none are really that good that I have seen.
Also, (and not that it matters much) you can use $r(1,8) as well. No difference really, just a bit shorter. I try to go for the shortest code possible while still keeping quality in my scripts.
Good luck with your future coding. :)
Anyways if you want to make a truly advanced 8ball script, once you have learned more in coding mIRC, try making one in dialog form. There are a few of those out there, but none are really that good that I have seen.
Also, (and not that it matters much) you can use $r(1,8) as well. No difference really, just a bit shorter. I try to go for the shortest code possible while still keeping quality in my scripts.
Good luck with your future coding. :)
mIRC Snippet:
Steal random item from user
Posted on Apr 30, 2008 8:12 am
Posted on Apr 30, 2008 8:12 am
Haha i left my bots nick in there ..der yeah replace "Eve" with your nickname or just that that part out an any one can access the command.Sorry about that lol she helps me test everything _-_,,
mIRC Snippet:
Steal random item from user
Posted on Apr 30, 2008 8:11 am
Posted on Apr 30, 2008 8:11 am
@ Viper,Its common that people do not read the descriptions and fail caues they cant hardly read the code either so..Best thing you can do is add a ''On *:LOAD: '' event so they are notified of what they need to do such as this small example i just made:
So more often then not people dont understand what to do so try to be clear and not half ass descriptions.Remember others are useing this an may need good instructions other wise they fail an you fail with them.Half the code is coding the other half is makin it useful an easy to sue for others in the case you have released it.`-.-´
| Code: |
on *:LOAD: { if (%_Test_File) { halt } var %_Test = $Input(Please type a file name that you would like your data to be sent and called from here.,yeuw,Please Create A File) write %_Test $+ .txt $Input(The file name " $+ %_Test $+ " has been created.Please type !test <Text> to add data to the file to be called and stored.,io,File Created!) set %_Test_File %_Test $+ .txt } on *:TEXT:*:#: { if ($nick == Eve) && ($strip($1) == !Test) { if (!$strip($2)) { .notice $nick Please type something after !test | halt } write %_Test_File $strip($2-) .notice $nick $strip($2-) has been added to the file $+ %_Test_File $+ . } } |
So more often then not people dont understand what to do so try to be clear and not half ass descriptions.Remember others are useing this an may need good instructions other wise they fail an you fail with them.Half the code is coding the other half is makin it useful an easy to sue for others in the case you have released it.`-.-´
mIRC Snippet:
Steal random item from user
Posted on Apr 30, 2008 6:34 am
Posted on Apr 30, 2008 6:34 am
criminal's idea is a good one as well, my Mortal Kombat Kicker(which is somewhere on this site...) reads from a .txt file to function. I give people the script and they try using it before they find out that they need a txt file for it to read from ;(
mIRC Snippet:
Steal random item from user
Posted on Apr 30, 2008 1:29 am
Posted on Apr 30, 2008 1:29 am
LOL! okay thanx for the tips all :)
mIRC Snippet:
Advanced 8ball script
Posted on Apr 29, 2008 3:25 pm
Posted on Apr 29, 2008 3:25 pm
So advancd it's like all the rest
mIRC Snippet:
Advanced 8ball script
Posted on Apr 29, 2008 2:55 pm
Posted on Apr 29, 2008 2:55 pm
isn't that the idea of an 8ball .. ?
mIRC Snippet:
Steal random item from user
Posted on Apr 29, 2008 2:51 pm
Posted on Apr 29, 2008 2:51 pm
* Jonesy44 throws an overdated condom at dull
use locals instead of gloabals :P
they are a hell of a lot more helpfull sometimes :D
use locals instead of gloabals :P
they are a hell of a lot more helpfull sometimes :D
mIRC Snippet:
Advanced 8ball script
Posted on Apr 29, 2008 2:51 pm
Posted on Apr 29, 2008 2:51 pm
You look the same as me...
i started with the same scripts as you do.. o.o
and received the same comments.. o.o
creepy.. o.o
anyways, gj but read /help, this helps a lot shorting out your scripts..
maybe at timers? :)
looks a bit strange.. Shakes up the ball and straight after that the answer :P
i started with the same scripts as you do.. o.o
and received the same comments.. o.o
creepy.. o.o
anyways, gj but read /help, this helps a lot shorting out your scripts..
maybe at timers? :)
looks a bit strange.. Shakes up the ball and straight after that the answer :P
mIRC Snippet:
Steal random item from user
Posted on Apr 29, 2008 2:40 pm
Posted on Apr 29, 2008 2:40 pm
You should write the messages in a file :)
makes the snippet alot smaller
$read(stolen.txt)
( reads a random line from the file )
/help <- Helps alot.
makes the snippet alot smaller
$read(stolen.txt)
( reads a random line from the file )
/help <- Helps alot.














