diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 12:41:25 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 12:41:25 -0200 |
commit | 7bb39dd5bd97702c0500f83274c1585718ee31af (patch) | |
tree | a3368fc4ac05b1424cb11d62b5f9fb7cd0a833ca /npc/functions/clientversion.txt | |
parent | b48391bd69845104dc655f5ee6b09e371b730c17 (diff) | |
download | serverdata-7bb39dd5bd97702c0500f83274c1585718ee31af.tar.gz serverdata-7bb39dd5bd97702c0500f83274c1585718ee31af.tar.bz2 serverdata-7bb39dd5bd97702c0500f83274c1585718ee31af.tar.xz serverdata-7bb39dd5bd97702c0500f83274c1585718ee31af.zip |
Move all Tulimshar Quests to use new exp formula (except cap quests).
See clientversion.txt to understand the real impact of these changes.
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."); } |