Skillbook announcer + isInJobTree fix

Abdula is now the Skillbook announcer NPC. Fixed some inconguencies with
the isInJobTree function, now properly returning if a skill id does make
presence on a player's current job path or not.
This commit is contained in:
ronancpl
2017-06-05 21:08:35 -03:00
parent 9d00f33783
commit 83d20e3c8b
31 changed files with 426 additions and 285 deletions

9
scripts/npc/9010002.js Normal file
View File

@@ -0,0 +1,9 @@
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
cm.sendNext("Hi, I'm #p9010002#.");
cm.dispose();
}