From 74a89b8b3accc2d88fca0d2f568d28a3de29ca70 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 May 2020 02:36:10 -0300 Subject: This should handle spawns and Dark Petals on 042-10 --- npc/soren/main.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/soren') diff --git a/npc/soren/main.txt b/npc/soren/main.txt index db098f63f..df05b8aec 100644 --- a/npc/soren/main.txt +++ b/npc/soren/main.txt @@ -188,7 +188,7 @@ OnTimer31000: .@uy=.y+.distance; // Core function - areamonster .map$, .@lx, .@ly, .@ux, .@uy, strmobinfo(1, .@monsterId), .@monsterId, .@amount; makeitem(.@itemId, 1, .map$, rand(.@lx, .@ux), rand(.@ly, .@uy)); ++.st; + areamonster .map$, .@lx, .@ly, .@ux, .@uy, strmobinfo(1, .@monsterId), .@monsterId, .@amount; makeitem(.@itemId, 1, .map$, rand2(.@lx, .@ux), rand2(.@ly, .@uy)); ++.st; specialeffect(54); // If we're done with waves @@ -341,7 +341,7 @@ OnTimer30900: .@ly=141; .@uy=141; // Core function - areamonster .map$, .@lx, .@ly, .@ux, .@uy, strmobinfo(1, .@monsterId), .@monsterId, .@amount; makeitem(.@itemId, 1, .map$, rand(.@lx, .@ux), rand(.@ly, .@uy)); ++.st; + areamonster .map$, .@lx, .@ly, .@ux, .@uy, strmobinfo(1, .@monsterId), .@monsterId, .@amount; makeitem(.@itemId, 1, .map$, rand2(.@lx, .@ux), rand2(.@ly, .@uy)); ++.st; // If we're done with waves if (.st >= 7) { @@ -495,7 +495,7 @@ OnTimer31200: .@uy=.y+.distance; // Core function - areamonster .map$, .@lx, .@ly, .@ux, .@uy, strmobinfo(1, .@monsterId), .@monsterId, .@amount; makeitem(.@itemId, 1, .map$, rand(.@lx, .@ux), rand(.@ly, .@uy)); ++.st; + areamonster .map$, .@lx, .@ly, .@ux, .@uy, strmobinfo(1, .@monsterId), .@monsterId, .@amount; makeitem(.@itemId, 1, .map$, rand2(.@lx, .@ux), rand2(.@ly, .@uy)); ++.st; // If we're done with waves if (.st >= 7) { -- cgit v1.2.3-70-g09d2