diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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."); } |