AinsLord Posted November 4, 2017 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted November 4, 2017 i got this script here - script PVP -1,{ OnInit: set .Delay,180; end; OnPCKillEvent: if( @Delay < gettimetick(2) ){ set .@Amount,rand(1,4); set #CASHPOINTS,#CASHPOINTS + .@Amount; dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points."; if( .Delay ) set @Delay,gettimetick(2) + .Delay; } end; } 1. just wonder this script also works in GVG maps right?? 2. How can i make it PVP points not CP ill just change the #CASHPOINTS to #PVPPOINTS?? 3. How can i add if the player killed he will be lose 1 PVP points?? thnx for the help Quote Link to comment Share on other sites More sharing options...
1 Lord Turtle Posted November 4, 2017 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 51 Reputation: 7 Joined: 04/13/12 Last Seen: Tuesday at 07:15 PM Share Posted November 4, 2017 1. that script works on all maps 2. just change the #CASHPOINTS to #PVPPOINTS (note: with the # it will be on all characters of the account) 3. add a 'OnPCDieEvent:' script but take not mob kills can reduce the pvp points too if you dont set a specific map for the script 1 Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted November 4, 2017 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Author Share Posted November 4, 2017 7 hours ago, tribal0306 said: 1. that script works on all maps 2. just change the #CASHPOINTS to #PVPPOINTS (note: with the # it will be on all characters of the account) 3. add a 'OnPCDieEvent:' script but take not mob kills can reduce the pvp points too if you dont set a specific map for the script thnx man Quote Link to comment Share on other sites More sharing options...
Question
AinsLord
i got this script here
1. just wonder this script also works in GVG maps right??
2. How can i make it PVP points not CP ill just change the #CASHPOINTS to #PVPPOINTS??
3. How can i add if the player killed he will be lose 1 PVP points??
thnx for the help
Link to comment
Share on other sites
2 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.