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?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
The stats you see in game are corrected by their relative factors (for example the mob's STR will influence his P.Atk etc.)
The stats you see in the XML are the base stats.
NPC information in the game does not match the XML. The values are set higher than in the XML. All monsters are set this way. Where can I find information about this? There is no option in the server config files to change this. Please help.
Question
estaz
Hello,
i want to modify Vago "Item reward for pvp/pk 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.