From a1343d306010ce6bbb113bf7b3e068ca614bcb9b Mon Sep 17 00:00:00 2001 From: regneq Date: Wed, 16 Jul 2025 12:51:26 -0700 Subject: [PATCH] correct logic for Alrik_Farsight.lua --- timorous/Alrik_Farsight.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timorous/Alrik_Farsight.lua b/timorous/Alrik_Farsight.lua index 59e196f..677efb4 100644 --- a/timorous/Alrik_Farsight.lua +++ b/timorous/Alrik_Farsight.lua @@ -27,7 +27,6 @@ end function event_trade(e) local item_lib = require("items"); - inrange = 0; if(e.other:GetFaction(e.self) < 5) then --amiable or better Keepers of the Art if(item_lib.check_turn_in(e.self, e.trade, {item1 = 20474})) then @@ -49,6 +48,7 @@ function event_waypoint_arrive(e) end if(inrange == 1 and e.wp >= 3 and e.wp <= 10) then eq.signal(96035,2,30); -- NPC: Xiblin_Fizzlebik + inrange = 0; end end