Budots Posted November 20, 2013 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
Patskie Posted November 20, 2013 Posted November 20, 2013 Try : http://pastebin.com/raw.php?i=4f8XCuPB Quote
-1 kyleanthonydizon Posted May 7, 2017 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
Budots Posted November 20, 2013 Author 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
Patskie Posted November 20, 2013 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
Budots Posted November 20, 2013 Author 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
Patskie Posted November 20, 2013 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
Budots Posted November 20, 2013 Author 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
Patskie Posted November 20, 2013 Posted November 20, 2013 + OnPCDieEvent: + if ( strcharinfo(3) == "your pvp map" ) + #PVPPOINTS--; + end; Quote
Budots Posted November 20, 2013 Author 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
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
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.