summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-10-23 13:17:55 -0300
committerJesusaves <cpntb1@ymail.com>2022-10-23 13:17:55 -0300
commitf34d4f11345ff2c086f435283636b751ec6bbd23 (patch)
tree1b6254f9367a10b8804469e8526b6405bd37de79 /npc/functions
parent222f77c45e82f9e11a62b6caae3472ec12a13443 (diff)
downloadserverdata-f34d4f11345ff2c086f435283636b751ec6bbd23.tar.gz
serverdata-f34d4f11345ff2c086f435283636b751ec6bbd23.tar.bz2
serverdata-f34d4f11345ff2c086f435283636b751ec6bbd23.tar.xz
serverdata-f34d4f11345ff2c086f435283636b751ec6bbd23.zip
Update Lt. Dausen rewards for the training quest (GP only)
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 87ff89f9f..e7cb2750d 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1055,6 +1055,19 @@ function script clientupdater {
if (getskilllv(TMW2_SKILLPERMIT) >= 1)
#ADD_LVL+=80000;
}
+ // Dausen update
+ // dom out 22 13:15:32 BRT 2022
+ if (UPDATE < 1666541732) {
+ UPDATE=1666541732;
+ if (getq(TulimsharQuest_MobTutorial) >= 2)
+ Zeny+=246;
+ if (getq(TulimsharQuest_MobTutorial) >= 4)
+ Zeny+=616;
+ if (getq(TulimsharQuest_MobTutorial) >= 6)
+ Zeny+=1068;
+ if (getq(TulimsharQuest_MobTutorial) >= 8)
+ Zeny+=2300;
+ }
// :// End of Regular Update System
////////////////////////////////////