Crafters & keybinding & commands fix + updated MobBook info
Fixed player receiving DOT even if protected on Orbis Tower <B2>, added HPbar on Rombot, fixed keybinding issue with clashing skill-item id's, fixed some mischeckings on NPC crafters, fixed "travelling events" sending players to random spawnpoints when arriving, fixed hair&face commands, fixed dispel effect not showing to others, updated drop data on mobbook.
This commit is contained in:
@@ -26,7 +26,7 @@ function action(mode, type, selection) {
|
||||
return;
|
||||
}
|
||||
|
||||
cm.warp(922000009);
|
||||
cm.warp(922000009, 0);
|
||||
if(!(cm.isQuestStarted(3239) && cm.haveItem(4031092, 10))) cm.removeAll(4031092);
|
||||
cm.dispose();
|
||||
}
|
||||
@@ -36,9 +36,14 @@ function action(mode, type, selection) {
|
||||
cm.dispose();
|
||||
return;
|
||||
}
|
||||
|
||||
if(cm.getWarpMap(922000000).countPlayers() == 0) {
|
||||
cm.warp(922000000, 0);
|
||||
if(!(cm.isQuestStarted(3239) && cm.haveItem(4031092, 10))) cm.removeAll(4031092);
|
||||
} else {
|
||||
cm.sendOk("Someone else is already attempting the parts. Wait for them to finish before you enter.");
|
||||
}
|
||||
|
||||
cm.warp(922000000);
|
||||
if(!(cm.isQuestStarted(3239) && cm.haveItem(4031092, 10))) cm.removeAll(4031092);
|
||||
cm.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user