Budots Posted November 20, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Share Posted November 20, 2013 Hello guys, Can you help me with this script, i wanna change this to when player killed another player inside the pvp room he will obtain 1 PVP POINT(s) only in PVP ROOM nothing else. And also please make it secured that they cannot abused it by farming kill. A billion of thanks pvp with points.txt Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 20, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share Posted November 20, 2013 Try : http://pastebin.com/raw.php?i=4f8XCuPB Quote Link to comment Share on other sites More sharing options...
-1 kyleanthonydizon Posted May 7, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 100 Reputation: 0 Joined: 10/22/16 Last Seen: May 17, 2017 Share Posted May 7, 2017 On 11/21/2013 at 0:46 AM, Patskie said: - strcharinfo(3) != "prontera" + strcharinfo(3) != "your pvp map" - #CASHPOINTS++; + #PVPPOINTS++; - dispbottom "You now have " +#CASHPOINTS+ " cash points."; + dispbottom "You now have " +#PVPPOINTS+ " cash points."; What if I want multiple maps? Quote Link to comment Share on other sites More sharing options...
Budots Posted November 20, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share Posted November 20, 2013 Try : http://pastebin.com/raw.php?i=4f8XCuPB Thanks for the quick reply sir patzkie, Cashpoints? Can you change it to PVP POINTS something like that? hehehe, and also points will just be given inside the pvp room. Not when you duel on towns. Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 20, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share Posted November 20, 2013 - strcharinfo(3) != "prontera" + strcharinfo(3) != "your pvp map" - #CASHPOINTS++; + #PVPPOINTS++; - dispbottom "You now have " +#CASHPOINTS+ " cash points."; + dispbottom "You now have " +#PVPPOINTS+ " cash points."; Quote Link to comment Share on other sites More sharing options...
Budots Posted November 20, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share Posted November 20, 2013 (edited) is it dispbottom "You now have " +#PVPPOINTS+ " cash points."; ?why not dispbottom "You now have " +#PVPPOINTS+ " pvp points."; ? Is it secured sir for those players who might FARM KILLS? is it included in the script? Edited November 20, 2013 by GM Montoy Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 20, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share Posted November 20, 2013 Sorry for the typo. The script should terminate by doing the following : 1. if your map is not prontera or any map you set. 2. if the delay is still ongoing 3. if you kill again the player whom you killed last time. 4. if you suicide. that's it unless you want something to add btw i didn't test the script. Quote Link to comment Share on other sites More sharing options...
Budots Posted November 20, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share Posted November 20, 2013 (edited) Yes i want it that way, something like if he kill the same player 10 times (successively) he will no longer receive points and he will receive a msg like " Farming Kills is strictly prohibited you might get BANNED " And also if you can add, if the player died inside pvp room. His PVP POINTS will also be deducted by 1 point. :) :) Edited November 20, 2013 by GM Montoy Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 20, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share Posted November 20, 2013 + OnPCDieEvent: + if ( strcharinfo(3) == "your pvp map" ) + #PVPPOINTS--; + end; Quote Link to comment Share on other sites More sharing options...
Budots Posted November 20, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share Posted November 20, 2013 (edited) + OnPCDieEvent: + if ( strcharinfo(3) == "your pvp map" ) + #PVPPOINTS--; + end; In what part of my script should i place this one sir? and please also add sir if a player kill the same player 10 times (successively) he will no longer receive points and he will receive a msg like " Farming Kills is strictly prohibited you might get BANNED " bump Edited November 20, 2013 by GM Montoy Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 21, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share Posted November 21, 2013 + means add it into the script. Quote Link to comment Share on other sites More sharing options...
Question
Budots
Hello guys,
Can you help me with this script, i wanna change this to when player killed another player inside the pvp room he will obtain 1 PVP POINT(s) only in PVP ROOM nothing else. And also please make it secured that they cannot abused it by farming kill.
A billion of thanks
pvp with points.txt
Link to comment
Share on other sites
10 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.