sweetgum83/scripts/map/onUserEnter/926000000.js

11 lines
296 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function start(ms) {
var map = ms.getClient().getChannelServer().getMapFactory().getMap(926000000);
map.resetPQ(1);
if (map.countMonster(9100013) == 0) {
map.spawnMonsterOnGroundBelow(LifeFactory.getMonster(9100013), new java.awt.Point(82, 200));
}
return (true);
}