From 9304068d65be2c011a2ceb2bbf3805b613dbacc3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 11:26:29 -0300 Subject: Special effects to Soren Singularities --- npc/soren/main.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/soren/main.txt') diff --git a/npc/soren/main.txt b/npc/soren/main.txt index 9517a60c2..922c2d890 100644 --- a/npc/soren/main.txt +++ b/npc/soren/main.txt @@ -161,12 +161,14 @@ OnTimer31000: // Core function areamonster .map$, .@lx, .@ly, .@ux, .@uy, strmobinfo(1, .@monsterId), .@monsterId, .@amount; makeitem(.@itemId, 1, .map$, rand(.@lx, .@ux), rand(.@ly, .@uy)); ++.st; + specialeffect(54); // If we're done with waves if (.st >= 7) { .lifetime=gettimetick(2)+300+rand(0, 60); npctalk l("Disarmed with success for: @@", FuzzyTime(.lifetime, 2, 2)); stopnpctimer; .st=0; + specialeffect(27); } end; -- cgit v1.2.3-60-g2f50