Jump to content
  • 0

pvp points


Budots

Question


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  100
  • Reputation:   0
  • Joined:  10/22/16
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

 

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  


- strcharinfo(3) != "prontera"

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

- #CASHPOINTS++;

+ #PVPPOINTS++;

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

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  


+ OnPCDieEvent:

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

+       #PVPPOINTS--;

+    end;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

+ 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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

+ means add it into the script.

Link to comment
Share on other sites

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.

×
×
  • Create New...