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:
@@ -61,10 +61,10 @@ function takeoff() {
|
||||
}
|
||||
|
||||
function arrived() {
|
||||
Boat_to_Orbis.warpEveryone(Orbis_Station.getId());
|
||||
Orbis_Boat_Cabin.warpEveryone(Orbis_Station.getId());
|
||||
Boat_to_Ellinia.warpEveryone(Ellinia_docked.getId());
|
||||
Ellinia_Boat_Cabin.warpEveryone(Ellinia_docked.getId());
|
||||
Boat_to_Orbis.warpEveryone(Orbis_Station.getId(), 0);
|
||||
Orbis_Boat_Cabin.warpEveryone(Orbis_Station.getId(), 0);
|
||||
Boat_to_Ellinia.warpEveryone(Ellinia_docked.getId(), 1);
|
||||
Ellinia_Boat_Cabin.warpEveryone(Ellinia_docked.getId(), 1);
|
||||
Orbis_docked.broadcastShip(true);
|
||||
Ellinia_docked.broadcastShip(true);
|
||||
Boat_to_Orbis.broadcastEnemyShip(false);
|
||||
|
||||
Reference in New Issue
Block a user