WilkyMave Posted July 31, 2012 Posted July 31, 2012 (edited) could anyone can help me in this script call pvp point system but i wanna change it to item on point i try to edit this script but it just give me error! so anyone could you help me to change this script i dont want to use point i wanna use ITEM! pvp.txt Edited July 31, 2012 by JoySticK Quote
RCharles Posted July 31, 2012 Posted July 31, 2012 instead of using: set #CASHPOINTS,#CASHPOINTS+1; use: getitem <item id>,<amount> Quote
Mystery Posted July 31, 2012 Posted July 31, 2012 Find this part: if(attachrid(.@Killer)){ dispbottom "You Gained 1 Cash Points from "+rid2name(.@Killed); emotion e_meh,1; set #CASHPOINTS,#CASHPOINTS+1; set @LastKilled,.@Killed; attachnpctimer; initnpctimer; and change it to: if(attachrid(.@Killer)){ dispbottom "You Gained 1 <item name> from "+rid2name(.@Killed); emotion e_meh,1; getitem <id>,<amount>; set @LastKilled,.@Killed; attachnpctimer; initnpctimer; Please note that you will still have to change this part: if(#CASHPOINTS){ dispbottom "You Lost 1 Cash Point from "+rid2name(.@Killer); set #CASHPOINTS,#CASHPOINTS-1; emotion e_sob,1; detachrid; because it's stating to the killed player that he lost 1 Cash Point for dying while his/her killer has gained 1 <item>. Quote
Question
WilkyMave
could anyone can help me in this script call pvp point system but i wanna change it to item on point i try
to edit this script but it just give me error! so anyone could you help me to change this script
i dont want to use point i wanna use ITEM!
pvp.txt
Edited by JoySticK2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.