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