Masteria NPCs & Quests
Added more NPCs for the Phantom Woods and Crimsonwood areas. Enabled more quests on that area.
This commit is contained in:
14
scripts/npc/9201099.js
Normal file
14
scripts/npc/9201099.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
*9201098 - Mo
|
||||
*@author Ronan
|
||||
*/
|
||||
|
||||
function start() {
|
||||
if(cm.getQuestStatus(8224) == 2) {
|
||||
cm.openShopNPC(9201099);
|
||||
} else {
|
||||
cm.sendOk("Hm, at who do you think you are looking at?");
|
||||
}
|
||||
|
||||
cm.dispose();
|
||||
}
|
||||
Reference in New Issue
Block a user