How do I check if the NPC triggered by OnNPCKillevent: is an MVP or not?.
The main Idea is this
If (Npc isMVP/Boss()) {
@score += 100; // A score variable that is recorded in the MVP Arena initiated from another label.
give item mithril coin // an item that I created to identify how much MVP player has killed, and can be exchanged for certain items.
}
or does an OnBossKillevent exist? (Or an OnMVPKillevent)?
Question
Venture
How do I check if the NPC triggered by OnNPCKillevent: is an MVP or not?.
The main Idea is this
or does an OnBossKillevent exist? (Or an OnMVPKillevent)?
Edited by gekigengar3 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.