bartoaldo Posted October 17, 2016 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 01/04/12 Last Seen: December 12, 2022 Share Posted October 17, 2016 hello I wanted to see if someone can help me create a pvp script ... because I'll use to go only up to 10 kil ... yes I kill gain "set @ kill, kill @ + 1," KILL MAXIMO and up to 10 yes I die I pardon "set @ kill, @ kill - 1;" MINIMUM AND 0 yes someone can help thanks Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 11, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Share Posted December 11, 2016 - script Sample -1,{ OnPCKillEvent: if ( @kill < 10 ) { @kill++; dispbottom "You got "+@kill+" points."; } end; OnPCDieEvent: if ( @kill > 0 ) { @kill--; dispbottom "You got "+@kill+" points."; } end; } you can try this. Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted October 18, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 40 minutes ago Share Posted October 18, 2016 You should take a look at here. https://rathena.org/board/forum/139-pvp-gvg-woe-battleground-script-releases/ Quote Link to comment Share on other sites More sharing options...
Question
bartoaldo
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.