Fixed Pet Name Tag + quest 3927

Fixed some issues related to Pet Name Tag item and quest 3927.
This commit is contained in:
ronancpl
2017-05-17 19:27:44 -03:00
parent 3fc338467b
commit d736d00964
14 changed files with 142 additions and 56 deletions

View 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();
}