How can i add a check for getting mob kill count?
like
if(getMobKillCount(MOBID) >= 5) {
qm.forceCompleteQuest();
} else {
qm.sendNext("Hmm.. are you kidding?");
}
Printable View
How can i add a check for getting mob kill count?
like
if(getMobKillCount(MOBID) >= 5) {
qm.forceCompleteQuest();
} else {
qm.sendNext("Hmm.. are you kidding?");
}
How's about checking that there are no mobs in the map?
the mobs are spawning i want this for quest script of mihile the one with garbage
show me your script please.... the function end() should know when you finish the quest