Page 1 of 1

QPs Converter

Posted: Tue Oct 26, 2010 2:18 pm
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 :)

Re: QPs Converter

Posted: Tue Oct 26, 2010 11:13 pm
by Racyn
im tryn 2 get dis 1 2 conver my qp 2 weeve pts but it is brokin

plz fix