diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 19:38:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 19:38:36 -0300 |
commit | a7e6f0717a6d2e4c409b81eec58dad71fb668887 (patch) | |
tree | 60bbe774802aafc951611ca347542e972527dd87 /npc/functions/clientversion.txt | |
parent | f6c1f938f320ff7a7b23c6ca44951564dafd0762 (diff) | |
download | serverdata-a7e6f0717a6d2e4c409b81eec58dad71fb668887.tar.gz serverdata-a7e6f0717a6d2e4c409b81eec58dad71fb668887.tar.bz2 serverdata-a7e6f0717a6d2e4c409b81eec58dad71fb668887.tar.xz serverdata-a7e6f0717a6d2e4c409b81eec58dad71fb668887.zip |
Baktar - No longer accept Daggers. Payment raised.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 1ba227756..dd7584e8a 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -705,6 +705,18 @@ function script clientupdater { // TODO: Use @super debug functions and force player to join a guild. We will need the guild ID, though. rodex_sendmail(getcharid(0), "TMW2 Team", "Welcome to Moubootaur Legends", "Hey, thanks for believing on us! We hope to have a great time togheter. Any problem, ask for help in #world - the Discord bridge! Enjoy our game!", 20); } + // Baktar changes + // seg out 21 19:32:55 -03 2019 + if (UPDATE < 1571697175) { + UPDATE=1571697175; + .@q2=getq2(NivalisQuest_Baktar); + if (.@q2 & 4) + setq2 NivalisQuest_Baktar, .@q2^4; + if (.@q2 & 2) + Zeny+=1000; + if (.@q2 & 1) + Zeny+=1350; + } if (.@dg) { |