runescape pking snippet

By Aaron on Jan 13, 2007

thank you Viper01 for the idea

very simple runescape pk script :P

type !pk Name to do it

*yeah i was pretty bored when i wrote this

on *:TEXT:!pk*:#:{ 
  var %pk = $rand(1,3)
  msg $chan $2- is about to get 4OWNED by $nick ... 
  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.
}

Comments

Sign in to comment.
Viper01   -  Jul 05, 2007

edited. look for it around the games setion.:)

 Respond  
Viper01   -  Jul 05, 2007

Aaron, ty for the credit, but i\'m editing it so that it doesnt run on timers. I\'m making it a semi-battle script.

 Respond  
Callison1   -  Jun 24, 2007

MylesMiz, correct me if i\'m wrong but in your script, you can OWN someone by hitting a zero?

 Respond  
MylesMiz   -  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  
Aaron   -  Jan 15, 2007

not really all that much :P

you could call it:
irl pking
pking irl
rs pking
rs pking irl
rs pking irc

 Respond  
Marshtomp   -  Jan 15, 2007

What does this have to do with Runescape?

 Respond  
Aaron   -  Jan 13, 2007

dw ill try to add more options and make it more interesting

 Respond  
Roy911   -  Jan 13, 2007

Not really useful in anyway really.

 Respond  
RussellReal   -  Jan 13, 2007

lol :)

 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.