From 5f48fcb18b9e0b1938f8c032dffeedbb859968b8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Feb 2020 10:53:11 -0300 Subject: Moubootaur Legends Official Automatic Merge Results --- npc/functions/clientversion.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index e875f441f..9483e4de8 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -759,6 +759,25 @@ function script clientupdater { // :// End of Regular Update System //////////////////////////////////// + // Valentine 2020 Record + if (#VALENTINE20_REWARDS) { + .@dg=1; + // Get misc items + getitem OolongTea, 3; + getitem SpearmintTea, 5; + getitem CrazyRum, 1; + getitem DwarvenSake, 3; + dispbottom col(l("THANK YOU for participating on cross-server Valentine 2020 Event! We hope you had fun!"), 7); + #VALENTINE20_REWARDS=false; + } + + // Permanent Gold Boost + // #ADD_GP means the user have to right to get some gp + if (#ADD_GP) { + Zeny+=#ADD_GP; + #ADD_GP=0; + } + // Non Permament Level Boost if (#ADD_TMP_LVL) { // Grant the level -- cgit v1.2.3-70-g09d2