Clean-up Patch
Bug correction on some quests.
This commit is contained in:
19
scripts/npc/world0/2133004.js
Normal file
19
scripts/npc/world0/2133004.js
Normal file
@@ -0,0 +1,19 @@
|
||||
var status = -1;
|
||||
|
||||
function action(mode, type, selection) {
|
||||
if (mode == 1) {
|
||||
status++;
|
||||
} else {
|
||||
status--;
|
||||
}
|
||||
switch(cm.getPlayer().getMapId()) {
|
||||
case 930000500:
|
||||
if (!cm.haveItem(4001163)) {
|
||||
cm.sendNext("Get me the Purple Stone of Magic from here.");
|
||||
} else {
|
||||
cm.warpParty(930000600);
|
||||
}
|
||||
break;
|
||||
}
|
||||
cm.dispose();
|
||||
}
|
||||
Reference in New Issue
Block a user