Top

Comments

  (15)  RSS
jewsus's
Tankgeneral
Comments: 6
 
mIRC Snippet:  !attack (user v. user battle)
Posted on Jan 5, 2008 1:36 pm
maybe set battlemaster as defender? cause you attack a person then the person who gets attacked needs to defend hisself
EL
Comments: 1,406
 
mIRC Snippet:  !attack (user v. user battle)
Posted on Jan 4, 2008 11:04 pm
Sup jewsus lol yeah i can't test this on my server cause of chatspace but looks fun.`-.-´
ZiX
Comments: 52
 
mIRC Snippet:  random !insult
Posted on Nov 29, 2007 11:39 pm
Nice Job Jewsus. :D
napa182
Comments: 1,155
 
mIRC Snippet:  random !insult
Posted on Nov 29, 2007 6:57 pm
Nice work jewsus keep it up...
Mushufasa
Comments: 18
 
mIRC Snippet:  random !insult
Posted on Nov 29, 2007 1:26 pm
Quote:
I'm pretty new to this, but wouldn't that give a chance of both of them being set off instead of just one?


No, I don't believe so. Also, there isn't a need for the unset % command either, as data will automatically be overwritten with the use of this script (I believe so anyways, been a while so please correct me if I'm wrong. :P)

However, saying this I like how you created the script to make sure it works, even though there may be some uneccesary coding. It ensures everything works as it is detailed to which is (Y)'able.

Nice work and keep it up. This script makes practical use of fun bots on channels. :)
jewsus
Comments: 8
 
mIRC Snippet:  random !insult
Posted on Nov 29, 2007 11:47 am
I'm pretty new to this, but wouldn't that give a chance of both of them being set off instead of just one?
tzar469
Comments: 17
 
mIRC Snippet:  random !insult
Posted on Nov 29, 2007 12:35 am
You don't need the %insult variable. You can have
if ($rand(1,4) == 1) { }
else { }
jewsus
Comments: 8
 
mIRC Snippet:  random !insult
Posted on Nov 28, 2007 1:09 am
Mmm, yeah. I'll be sure to fix that. xD
Right now, though, (edit) is acting up for me on this and I can't get into the page.(half of the html is posting inside of the editbox for the description)
Zsadist
Comments: 44
 
mIRC Snippet:  random !insult
Posted on Nov 28, 2007 12:59 am
for the set %insult and the timer 1 5 unset just take out the timer and change it to this: set -u5 %insult $rand(1,4) So it will automatically unset alot easier.
jewsus
Comments: 8
 
mIRC Snippet:  Funny on :text:
Posted on Nov 4, 2007 2:15 pm
Fixed. Thanks for that. =x
TropNul
Comments: 25
 
mIRC Snippet:  Funny on :text:
Posted on Nov 4, 2007 2:03 pm
I hate "|" when I see how they've been used here. :(
They can cause many stupid errors while there's simpler and clearer ways to do :).

So first issue, in the 'unset' command, you wrote: "unset goodbye". Must be "unset %goodbye".

Second issue, for the sex thing, you refer to the file sex.ini to count and append but later refer to some ryanon.ini file to msg the number of times for the same thing ... That will definitely not work.

Not using pipes "|" would probably have avoided those errors ;).

Regards
jewsus
Comments: 8
 
mIRC Snippet:  Funny on :text:
Posted on Nov 4, 2007 12:59 pm
I'm pretty sure it writes it down by server when it writes to the ini. It's been posting back by server for me so far. o_o
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Simple timed auto-invite
Posted on Nov 4, 2007 12:26 pm
dude this is unusefull but ok Good Job :-)
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Simple timed auto-invite
Posted on Nov 4, 2007 12:25 pm
on *:join:#chan1: {
if ($me isop $chan) {
.timer 1 300 invite $nick #chan2
.timer 1 600 invite $nick #chan3
.timer 1 900 invite $nick #chan4
else { //echo -a You Need An Op In $chan
}
}

---------------------------------------------------

on *:part:#chan1: {
if ($me isop $chan) {
.timer 5000 0 invite $nick #chan2
else { /echo -a you need an op in $chan
}
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Funny on :text:
Posted on Nov 4, 2007 12:16 pm
good job :) but "has been humped on $server $+ ." this is not correct it counts the says for all the servers not only one serv:S
Bottom