From 9ef54333c66d7aa5d5454580d66d615f42a66823 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jan 2021 19:12:34 -0300 Subject: Fix a bug on Heroes Hold --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 8b2241148..de128fda9 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -239,7 +239,7 @@ function script HUB_SkillInvoke { // TODO: Detect what was script-cast and what was player-case. Then, readd RB_IRCBROADCAST // If you can't do this: You can't do this - if (getskilllv(@skillId) < @skillLv) + if (getskilllv(@skillId) < @skillLv && @skillId != BS_GREED) Exception("System ERROR, HSI."+@skillId+" INVALID CAST (got "+@skillLv+" expected "+getskilllv(@skillId)+", sub-LC."+(getcharid(3)-2000000)+")", RB_DEBUGMES|RB_ISFATAL); // You are AFK for over 3 minutes, that's crazy, disregard if (checkidle() > 180) -- cgit v1.2.3-60-g2f50