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:
@@ -1,3 +1,4 @@
|
||||
function enter(pi) {
|
||||
pi.openNpc(1052125); //It is actually suppose to open the npc, because it leads to a boss map
|
||||
return true;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(103040300,0);
|
||||
return true;
|
||||
pi.warp(103040300,1);
|
||||
return true;
|
||||
}
|
||||
@@ -1,4 +1,6 @@
|
||||
function enter(pi) {
|
||||
pi.warp(910320000, 2);
|
||||
//pi.warp(910320000, 2); event not implemented
|
||||
|
||||
pi.warp(103000103, 1);
|
||||
return true;
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
function enter(pi) {
|
||||
pi.openNpc(1052007);
|
||||
pi.warp(103000101, 3);
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user