From d4083e1809a769413a690ab1570d9569d42a9f77 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Jun 2019 10:50:33 -0300 Subject: Use FX_CIRCLE instead of "310" in event.txt --- npc/commands/event.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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."); -- cgit v1.2.3-60-g2f50