i want to modify Vago "Item reward for pvp/pk kill.":
// Give x y for a pvp kill
addItem("Loot", x, y, this, true);
sendMessage("You won y x for a pvp kill!");
i want that y would be the amount of targetPlayer pvps so that if killed player has 10 pvps, killer would get 10 y, but it seems that i cant get targetPlayer pvps as a var.. or can i?
Question
estaz
Hello,
i want to modify Vago "Item reward for pvp/pk kill.":
// Give x y for a pvp kill addItem("Loot", x, y, this, true); sendMessage("You won y x for a pvp kill!");i want that y would be the amount of targetPlayer pvps so that if killed player has 10 pvps, killer would get 10 y, but it seems that i cant get targetPlayer pvps as a var.. or can i?
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now