diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 20:44:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 20:44:32 -0300 |
commit | 8e1407b19d4ed87b183709e2a0439079ef04220c (patch) | |
tree | 95966db78da7607c0838844996d077d49f07888e | |
parent | ce7d49d94308700420c823a25d3f857797570107 (diff) | |
download | serverdata-8e1407b19d4ed87b183709e2a0439079ef04220c.tar.gz serverdata-8e1407b19d4ed87b183709e2a0439079ef04220c.tar.bz2 serverdata-8e1407b19d4ed87b183709e2a0439079ef04220c.tar.xz serverdata-8e1407b19d4ed87b183709e2a0439079ef04220c.zip |
Meh, this should handle 042-5 heat
-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: |