From 5fba16f2af3dd8c215a484f4f00e2b991c4ae664 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Apr 2020 01:16:15 -0300 Subject: Bugfixes from testing. NOTE: Quest is assigned, but cooldown isn't set. So any member walking on Kamelot Gate will reset quest. --- npc/014-4/kamelot.txt | 2 +- npc/042-0/arthur.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 401d8532c..4c88c5206 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -57,7 +57,7 @@ OnTouch: // Quest started but Cooldown expired // Needs to cleanup - wipe all variables if ($KAMELOT_COOLDOWN[.@g] < gettimeparam(GETTIME_WEEKDAY)) { - KamelotCleanup(); + KamelotCleanup(.@g); } else { dispbottom l("The gates are firmly shut by some weird magical power."); end; diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index a6a283e74..50567d270 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -94,7 +94,7 @@ L_Smash: OnPreSmash: specialeffect FX_CUPID, AREA, getcharid(3); - addtimer(380, instance_npcname(.name$)+"::OnPreSmash"); + addtimer(380, instance_npcname(.name$)+"::OnSmash"); end; OnSmash: -- cgit v1.2.3-60-g2f50