From 762332f031dc5f125755726d175d3537bf9326b3 Mon Sep 17 00:00:00 2001 From: gumi Date: Mon, 5 Jun 2017 11:49:25 -0400 Subject: remove specialeffect2 usage from scripts --- npc/001-1/flyingpiou.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/001-1') diff --git a/npc/001-1/flyingpiou.txt b/npc/001-1/flyingpiou.txt index 49abe4b8..4dae92a3 100644 --- a/npc/001-1/flyingpiou.txt +++ b/npc/001-1/flyingpiou.txt @@ -60,7 +60,7 @@ function script ArtisFlyingPiouLogic { { message strcharinfo(0), l("Dang, I scared it! More patience, @@, more patience.", strcharinfo(0)); .LastTimeTouched = .@tick; - specialeffect2 33, SELF; + specialeffect(33, SELF); end; } @@ -81,7 +81,7 @@ function script ArtisFlyingPiouLogic { set getvariableofnpc(.LastPiouHunterID, .@trader$), .@charid; set getvariableofnpc(.PiouCaught, .@trader$), 1; donpcevent .@trader$ + "::OnPiouFlee"; - specialeffect2 26, SELF; + specialeffect(26, SELF); close2; disablenpc strnpcinfo(3); close; @@ -93,7 +93,7 @@ function script ArtisFlyingPiouLogic { message strcharinfo(0), .RandomFailureMessages$[.@r]; .speed = max(140, 200 - 10 * (@ArtisQuests_CatchPiouTries + ArtisQuests_CatchPiou_Difficulcy)); - specialeffect2 33, SELF; + specialeffect(33, SELF); } end; -- cgit v1.2.3-60-g2f50