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.
8 lines
190 B
JavaScript
8 lines
190 B
JavaScript
function start(pi) {
|
|
var map = pi.getClient().getChannelServer().getMapFactory().getMap(922000000);
|
|
map.clearDrops();
|
|
map.resetReactors();
|
|
map.shuffleReactors();
|
|
|
|
return(true);
|
|
} |