Jump to content
  • 0

PVP points per kill script help || PVP points add and minus if dies


AinsLord

Question


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

i got this script here

-	script	PVP	-1,{
OnInit:
set .Delay,180;
end;
OnPCKillEvent:
if( @Delay < gettimetick(2) ){
set .@Amount,rand(1,4);
set #CASHPOINTS,#CASHPOINTS + .@Amount;
dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points.";
if( .Delay ) set @Delay,gettimetick(2) + .Delay;
}
end;
}

1. just wonder this script also works in GVG maps right??

2. How can i make it PVP points not CP ill just change the #CASHPOINTS to #PVPPOINTS??

3. How can i add if the player killed he will be lose 1 PVP points??

 

thnx for the help

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   7
  • Joined:  04/13/12
  • Last Seen:  

1. that script works on all maps

2. just change the #CASHPOINTS to #PVPPOINTS (note: with the # it will be on all characters of the account)

3. add a 'OnPCDieEvent:' script but take not mob kills can reduce the pvp points too if you dont set a specific map for the script

  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

7 hours ago, tribal0306 said:

1. that script works on all maps

2. just change the #CASHPOINTS to #PVPPOINTS (note: with the # it will be on all characters of the account)

3. add a 'OnPCDieEvent:' script but take not mob kills can reduce the pvp points too if you dont set a specific map for the script

thnx man ^_^

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...