From 5faede6fed7c489f4a50b6785da4f3e4e6dfb9c4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Mar 2021 13:19:54 -0300 Subject: Lightbringer off-time is now fixed at 5 minutes (one cycle) --- npc/functions/gmbot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 03c9ec299..7e3583ef7 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -62,7 +62,7 @@ boss,45,42,0 script Lightbringer NPC_LIGHTBRINGER,{ rentitem Lightbringer, (.@btime*(@lbscore-60)); dispbottom l("This live sword drafts itself to your hand. You can wield it for a while."); disablenpc .name$; - .busy=gettimetick(2)+(.@btime*(@lbscore-60))*3/2; + .busy=gettimetick(2)+(.@btime*(@lbscore-60))+300; end; function notAvailable { -- cgit v1.2.3-70-g09d2