diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-19 10:50:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-19 10:50:33 -0300 |
commit | d4083e1809a769413a690ab1570d9569d42a9f77 (patch) | |
tree | 2cd91ec5acc09c3c2c25ce2250c98af7a34b3e12 /npc/commands | |
parent | 893fe82cb104e2fb19a75b548eb85976ee185a74 (diff) | |
download | serverdata-d4083e1809a769413a690ab1570d9569d42a9f77.tar.gz serverdata-d4083e1809a769413a690ab1570d9569d42a9f77.tar.bz2 serverdata-d4083e1809a769413a690ab1570d9569d42a9f77.tar.xz serverdata-d4083e1809a769413a690ab1570d9569d42a9f77.zip |
Use FX_CIRCLE instead of "310" in event.txt
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index e1aa0777c..e46ea5558 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -241,14 +241,14 @@ OnCall: @toeventval1=readparam(Hp); @toeventval2=readparam(Sp); @toeventchk=1; - specialeffect 310, SELF, getcharid(3); + specialeffect FX_CIRCLE, SELF, getcharid(3); addtimer 4000, "@toevent::OnEffect"; } end; OnEffect: @toeventchk=0; - removespecialeffect(310, SELF, getcharid(3)); + removespecialeffect(FX_CIRCLE, SELF, getcharid(3)); // Calculate if (BaseLevel < 10) { dispbottom l("You are not strong enough to survive this trip."); |