From e4ca951af1ea57067861680003fbec05d0535418 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 22 Nov 2020 15:30:11 -0300 Subject: Fix bug in Nahrec (outdated script) and also limited reimbursement for players affected by the bug. (Namely, YuckFou) --- npc/functions/clientversion.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 46891f9c6..b95ff58a0 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -973,7 +973,17 @@ function script clientupdater { skillInvoke[TMW2_HEALING]+=skillInvoke[AB_HIGHNESSHEAL]; skillInvoke[AB_HIGHNESSHEAL]=0; - + } + // Misc bugfixes + // dom nov 22 15:27:47 BRT 2020 + if (UPDATE < 1606069667) { + UPDATE=1606069667; + if (RECIPES_EQUIPMENT[0]) { + Zeny += 15000; + getitem PrismGift, 1; + RECIPES_EQUIPMENT[0] = false; + dispbottom l("Invalid recipe from Nahrec partly reimbursed."); + } } // :// End of Regular Update System -- cgit v1.2.3-70-g09d2