From 8e1407b19d4ed87b183709e2a0439079ef04220c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 30 Apr 2020 20:44:32 -0300 Subject: Meh, this should handle 042-5 heat --- npc/042-5/ctrl.txt | 12 ++++-------- 1 file 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: -- cgit v1.2.3-60-g2f50