diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/042-5/ctrl.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt index 246d85cd7..95ad8f19e 100644 --- a/npc/042-5/ctrl.txt +++ b/npc/042-5/ctrl.txt @@ -24,15 +24,12 @@ OnInstanceInit: } debugmes "Spawning monsters for guild %d", .@g; .@mx=getguildavg(.@g); - monster0425(1, 20, 20, 80, 100, .@mx); - monster0425(4, 20, 51, 51, 71, .@mx); - //monster0425(5, 75, 56, 80, 100, .@mx); - //monster0425(2, 75, 40, 80, 52, .@mx); - //monster0425(5, 51, 20, 80, 50, .@mx); + monster0425(4, 35, 20, 60, 100, .@mx); + monster0425(4, 20, 20, 35, 100, .@mx); // Neutral monsters - areamonster(.map$, 20, 20, 80, 100, strmobinfo(1, Blub), Blub, 5); - areamonster(.map$, 20, 20, 80, 100, strmobinfo(1, ManaGhost), ManaGhost, max(1, .@mx/10)); + areamonster(.map$, 35, 20, 60, 100, strmobinfo(1, Blub), Blub, 5); + areamonster(.map$, 20, 20, 35, 100, strmobinfo(1, ManaGhost), ManaGhost, max(1, .@mx/10)); // Bonus monsters if (!rand2(3)) @@ -41,7 +38,6 @@ OnInstanceInit: areamonster(.map$, 20, 20, 60, 100, strmobinfo(1, SilverChest), SilverChest, 1); if (!rand2(2)) areamonster(.map$, 20, 20, 60, 100, strmobinfo(1, BronzeChest), BronzeChest, 2); - // Next time I promise a Whirly Bird >.> end; OnKillMob: |