From bf6f1f1aec2473ab3690464dd3342498b0eee2aa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 12:57:04 -0200 Subject: Halinarzo and Nivalis adapted to quest exp formula. About 38 quests were already reviewed. --- npc/functions/clientversion.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index dd6fba918..b83b929e9 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -60,6 +60,10 @@ function script checkclientversion { getexp 1100, 0; // Off value on purpose if (getq(MineQuest_Caelum) >= 2) getexp 2000, 40; + if (getq(HalinarzoQuest_Foxhound) >= 6) + getexp 1500, 0; + if (getq(HalinarzoQuest_TraderKing) >= 2) + getexp 5000, 0; dispbottom l("Your experience level has been updated."); } -- cgit v1.2.3-60-g2f50