From ecb386d288e52978a307e982f6158973984b938a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 4 Dec 2022 16:39:52 -0300 Subject: Track the repeatable quests in Candor and Tulimshar on the ship (except C. Cave) Tweak Swezanne and Dracoula daily rewards. --- npc/functions/clientversion.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 398553459..48f5ca398 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1084,6 +1084,8 @@ function script clientupdater { } if (getq(HurnscaldQuest_ForestBow)) getitem TrainingArrow, 220; + if (getq3(TulimsharQuest_Swezanne) > 30) + getitem MercCard_Swezanne, 9 * (getq3(TulimsharQuest_Swezanne)/30); } // :// End of Regular Update System -- cgit v1.2.3-70-g09d2