diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-25 23:25:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-25 23:25:25 -0300 |
commit | 38645fbaa5914cb27953e2e3ed9ec8e180ed177e (patch) | |
tree | 8ab68414a797e03aa13901205c0ff7f4dbfe4706 /npc/functions/clientversion.txt | |
parent | ea005300e37dc136192336ece561bbf4a1f0bdba (diff) | |
download | serverdata-38645fbaa5914cb27953e2e3ed9ec8e180ed177e.tar.gz serverdata-38645fbaa5914cb27953e2e3ed9ec8e180ed177e.tar.bz2 serverdata-38645fbaa5914cb27953e2e3ed9ec8e180ed177e.tar.xz serverdata-38645fbaa5914cb27953e2e3ed9ec8e180ed177e.zip |
Tolchi: First special request will, with 100% chance, give two bonuses:
GP Drop and EXP Gain.
This only happens once per account, and already existing accounts are excluded.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index b75d22577..e357cbff0 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -816,6 +816,7 @@ function script clientupdater { // dom jun 21 05:55:00 BRT 2020 if (UPDATE < 1592729700) { UPDATE=1592729700; + #FIRST_TIME=true; if (getskilllv(TMW2_CRAFT) > 5) { // Refund part of the money spent |