Jump to content
  • 0

pvp points


Question

Posted

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

  • -1
Posted
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?

Posted


- strcharinfo(3) != "prontera"

+ strcharinfo(3) != "your pvp map"

- #CASHPOINTS++;

+ #PVPPOINTS++;

- dispbottom "You now have " +#CASHPOINTS+ " cash points.";

+ dispbottom "You now have " +#PVPPOINTS+ " cash points.";

Posted (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 by GM Montoy
Posted

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 :P btw i didn't test the script.

Posted (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 by GM Montoy
Posted (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 by GM Montoy

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...