From e0d6dedc39027b68e798a96f63bd686e214ffca5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 May 2020 06:32:00 -0300 Subject: Kamelot Key will now be rent for 24 hours. This means less bugs in the long run --- npc/042-5/ctrl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt index f7538151a..4a4701a94 100644 --- a/npc/042-5/ctrl.txt +++ b/npc/042-5/ctrl.txt @@ -139,7 +139,7 @@ function script KamelotTreasure { if (!.@empty) { if (.@id == $KAMELOT_KEY[.@g]) { dispbottom l("You found the key!"); - getitem KamelotKey, 1; + rentitem KamelotKey, 86400; // Ensure they expire after 24 hours .@key=true; } .@r=rand2(10000)-$KAMELOT_MX[.@g]+100; -- cgit v1.2.3-60-g2f50