Reformat and clean up map scripts
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
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);
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user