From 7bb39dd5bd97702c0500f83274c1585718ee31af Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 12:41:25 -0200 Subject: Move all Tulimshar Quests to use new exp formula (except cap quests). See clientversion.txt to understand the real impact of these changes. --- npc/functions/clientversion.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 4264da9c3..dd6fba918 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -50,6 +50,16 @@ function script checkclientversion { getexp 2435, 0; if (getq(MineQuest_Tycoon) >= 15) Zeny=Zeny+1000; + if (getq(TulimsharQuests_Sailors) >= 2) + getexp 200, 0; + if (getq(TulimsharQuests_Devoir) >= 1) + getexp 500, 0; + if (getq(TulimsharQuests_AnwarField) >= 11) + getexp 650, 0; + if (getq(TulimsharQuests_WoodenSword) >= 2) + getexp 1100, 0; // Off value on purpose + if (getq(MineQuest_Caelum) >= 2) + getexp 2000, 40; dispbottom l("Your experience level has been updated."); } -- cgit v1.2.3-60-g2f50