From 080204a2d70958d7a3a94bb5e6340f6db287dce0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 9 Jun 2019 16:25:46 -0300 Subject: Register FX Particles with constants, and force players on Nard to get the Exp Boost --- npc/functions/fishing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/fishing.txt') diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index b09cb0d48..c071f20d2 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -93,12 +93,12 @@ function script fishing { .@regen_time = (.@regen_time ? .@regen_time : 20); .@success_fx = getvariableofnpc(.success_fx, .@npc$); // effect to show on success - .@success_fx = (.@success_fx ? .@success_fx : 27); + .@success_fx = (.@success_fx ? .@success_fx : FX_SUCCESS); .@failure_fx = getvariableofnpc(.failure_fx, .@npc$); // effect to show on failure if (.@failure_fx < 1) { - .@failure_fx = 28; + .@failure_fx = FX_FAILURE; set getvariableofnpc(.failure_fx, .@npc$), .@failure_fx; // needed by global handler } -- cgit v1.2.3-60-g2f50