diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-18 13:19:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-18 13:19:54 -0300 |
commit | 5faede6fed7c489f4a50b6785da4f3e4e6dfb9c4 (patch) | |
tree | 9fcdd8b6ca0e0a1d34a05c319e23401bb7018bbf /npc/functions | |
parent | dcb469b8003f79d02a0a4b2a734e16ae3149ec92 (diff) | |
download | serverdata-5faede6fed7c489f4a50b6785da4f3e4e6dfb9c4.tar.gz serverdata-5faede6fed7c489f4a50b6785da4f3e4e6dfb9c4.tar.bz2 serverdata-5faede6fed7c489f4a50b6785da4f3e4e6dfb9c4.tar.xz serverdata-5faede6fed7c489f4a50b6785da4f3e4e6dfb9c4.zip |
Lightbringer off-time is now fixed at 5 minutes (one cycle)
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |