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:
@@ -8,7 +8,7 @@ function end(mode, type, selection) {
|
||||
} else {
|
||||
if(qm.haveItem(4031092, 10)) {
|
||||
if(qm.canHold(4031092)) {
|
||||
qm.sendOk("Well done! You brought back all the #t4031092# the were missing. Here, get this scroll as a token of my gratitude...");
|
||||
qm.sendOk("Well done! You brought back all the #t4031092# that were missing. Here, get this scroll as a token of my gratitude...");
|
||||
qm.gainItem(4031092, -10);
|
||||
|
||||
rnd = Math.floor(Math.random() * 4);
|
||||
|
||||
Reference in New Issue
Block a user