diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-25 23:00:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-25 23:00:41 -0300 |
commit | 799907c78c0cc894229ee6eb2e14b694cb6b030d (patch) | |
tree | 2a72a995985aef90d9cd9e3990c9efb3a066a49e /npc/commands | |
parent | 60d280005b0624eb594bbfc07022442f03f7c71f (diff) | |
download | serverdata-799907c78c0cc894229ee6eb2e14b694cb6b030d.tar.gz serverdata-799907c78c0cc894229ee6eb2e14b694cb6b030d.tar.bz2 serverdata-799907c78c0cc894229ee6eb2e14b694cb6b030d.tar.xz serverdata-799907c78c0cc894229ee6eb2e14b694cb6b030d.zip |
Improve a bit boss raid by polishing the rough edges at Soul Menhir code
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 969de4791..abf585f7a 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -551,9 +551,9 @@ OnEffect: if (.@id >= 0) { if ($FYRAID_TIME[.@id] > gettimetick(2) && $FYRAID_HP[.@id] > 0) { - teleporthome(); - dispbottom l("Talk to Soul Menhir to start."); - end; + getmapxy(@aurora_map$, @aurora_x, @aurora_y, 0); + callfunc("FYRaid_Select"); + close; } // Boss expired or already defeated - ignore } |