diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 96922d2b1..4264da9c3 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -38,9 +38,20 @@ function script checkclientversion { if (UPDATE < 1545228412) { UPDATE=1545228412; adddefaultskills; - if (getq(TulimsharQuests_Fishman) == 2) + if (getq(TulimsharQuests_Fishman) >= 2) getexp 12, 0; + if (getq(MineQuest_Tycoon) >= 3) + getexp 250, 0; + if (getq(MineQuest_Tycoon) >= 6) + getexp 642, 0; + if (getq(MineQuest_Tycoon) >= 9) + getexp 100, 0; + if (getq(MineQuest_Tycoon) >= 12) + getexp 2435, 0; + if (getq(MineQuest_Tycoon) >= 15) + Zeny=Zeny+1000; + dispbottom l("Your experience level has been updated."); } |