QPs Converter

For technical issues & scripting. Dump it all here!
Post Reply
Kyrana
Posts: 578
Joined: Tue Dec 08, 2009 3:01 am

QPs Converter

Post by Kyrana »

Name: QPs Converter
Client: zMuD
Desc: This will count your qps up and then sub your qp line in your score and add a bit that tells you how many scalps you will need to get the next rank. To install it in zmud, just copy it and paste it in your command line then press enter, nothing should apear on your screen. Once you push enter then just delete the command line :)
Script:

Code: Select all

#CLASS {QP COUNTER}
#VAR qps {0}
#VAR scalps {5}
#VAR totscalps {0}
#TRIGGER {White Tower : %1 Quest Points, rank %2, %3 Quest Points to rank.} {
  #MATH qps @qps+%3
  #math totscalps (@qps / @scalps)
  }
#TRIGGER {You are in the following clans:} {
  #MATH qps {0}
  #math totscalps {0}
  }
#TRIGGER {White Tower : %d Quest Points, rank %d, %d Quest Points to rank.} {#SUB {White Tower : %1 Quest Points, rank %2, %3 Quest Points to rank. You need @totscalps scalps to rank.}}
#CLASS 0
Example:
White Tower : 76 Quest Points, rank 4, 74 Quest Points to rank. You need 14 scalps to rank.

Comments: The only thing is when i made it i was too lazy to make it big so you will have to input your clan name where it says White Tower. AND it's only going to calculate in multiples of 5 since that's how many qps you get for 1 scalp, so if you need 74 it will say 14 but you will still need another 4 to rank.... Other then that just type score and it will work every time :)
User avatar
Racyn
Posts: 147
Joined: Sun Nov 20, 2005 1:26 am
Location: wuldnt u lik 2 no

Re: QPs Converter

Post by Racyn »

im tryn 2 get dis 1 2 conver my qp 2 weeve pts but it is brokin

plz fix
ur a fukn noobler lucker charm cheato[s/IZe][b/]
Post Reply