Fixed Pet Name Tag + quest 3927
Fixed some issues related to Pet Name Tag item and quest 3927.
This commit is contained in:
14
scripts/npc/world0/2103001.js
Normal file
14
scripts/npc/world0/2103001.js
Normal file
@@ -0,0 +1,14 @@
|
||||
var status = -1;
|
||||
|
||||
function start() {
|
||||
action(1, 0, 0);
|
||||
}
|
||||
|
||||
function action(mode, type, selection) {
|
||||
if(cm.isQuestStarted(3927)) {
|
||||
cm.sendNext("If I had an iron hammer and a dagger, a bow and an arrow...");
|
||||
cm.setQuestProgress(3927, 1);
|
||||
}
|
||||
|
||||
cm.dispose();
|
||||
}
|
||||
Reference in New Issue
Block a user