diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 11:26:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 11:26:29 -0300 |
commit | 9304068d65be2c011a2ceb2bbf3805b613dbacc3 (patch) | |
tree | cc8f9cee89b72e0416397bb2f21dcec1c01cfaed /npc/soren | |
parent | 8ab68e93d65461f7206417d3a81447a7f29a4d43 (diff) | |
download | serverdata-9304068d65be2c011a2ceb2bbf3805b613dbacc3.tar.gz serverdata-9304068d65be2c011a2ceb2bbf3805b613dbacc3.tar.bz2 serverdata-9304068d65be2c011a2ceb2bbf3805b613dbacc3.tar.xz serverdata-9304068d65be2c011a2ceb2bbf3805b613dbacc3.zip |
Special effects to Soren Singularities
Diffstat (limited to 'npc/soren')
-rw-r--r-- | npc/soren/main.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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; |