MylesMiz

MylesMiz

Joined
Mar 31, 2007

Activity Stream

MylesMiz commented on a Page, Ranking Channel System  -  Apr 04, 2007

very nice script,

better than most ive seen

 Respond  
MylesMiz commented on a Page, Welcome|rules  -  Apr 03, 2007

very simple :P

 Respond  
MylesMiz commented on a Page, [~Blacklist~]  -  Apr 03, 2007

it doesnt work

 Respond  
MylesMiz created a Page  -  Apr 02, 2007

Ok this is a VERY simple code, and the first i've posted here (but not the first i made).

MylesMiz commented on a Page, VERY simple on join  -  Apr 01, 2007

put the
inc %users.num
before the message.

 Respond  
MylesMiz commented on a Page, runescape pking snippet  -  Mar 31, 2007

It doesnt work on mine...

also instead of
var %pk = $rand(1,3)
and then
if (%pk == 1) .timer 1 3 msg $chan 12----> $nick hits a 12ZERO ... $2- runs away.
if (%pk == 2) .timer 1 3 msg $chan 12----> $2- GETS 4OWNED ... free stuff plz.
if (%pk == 3) .timer 1 3 msg $chan 12----> $2- \'s A tele 12NOOB sorry no free stuff\'s.
}

you could do

set %pk $rand(0,30)
if (%pk > 24) {
msg $chan $nick hits a %pk , TELE NOOB , sorry no free stuffz.
}
else {
if (%pk < 5) {
msg $chan $nick hits a %pk and gets OWNED! free stuff plz!
}
else {
msg $chan $2 runs straight away from $nick !
}
}
}
}

a bit long, but easier to write :P

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.