From a7e6f0717a6d2e4c409b81eec58dad71fb668887 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 21 Oct 2019 19:38:36 -0300 Subject: Baktar - No longer accept Daggers. Payment raised. --- npc/functions/clientversion.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'npc/functions/clientversion.txt') 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) { -- cgit v1.2.3-60-g2f50