diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 16ea51286..f7926953e 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -812,6 +812,20 @@ function script clientupdater { } } + // Magic v3 + // dom jun 21 05:55:00 BRT 2020 + if (UPDATE < 1592729700) { + UPDATE=1592729700; + + if (getskilllv(TMW2_CRAFT) > 5) { + // Refund part of the money spent + Zeny+=35000+(getskilllv(TMW2_CRAFT) > 6 ? 40000 : 0); + // Update crafting + skill TMW2_CRAFT, 5, 0; + dispbottom l("Crafting rules changed! Your crafting skill was lowered to Level 5, talk to Craftmaster to recover it!"); + } + + } // :// End of Regular Update System //////////////////////////////////// |