diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 13 |
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 //////////////////////////////////// |