diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-16 23:19:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-16 23:19:28 -0300 |
commit | 940a8c701a650252017dc89408194044b719c3b4 (patch) | |
tree | 8f68f3d6fb1b045e538e12f5a04ddadbe224611a /world/map/npc/functions | |
parent | cc87e015c15e3e975f134e0b5c08128cdfa7472a (diff) | |
download | serverdata-940a8c701a650252017dc89408194044b719c3b4.tar.gz serverdata-940a8c701a650252017dc89408194044b719c3b4.tar.bz2 serverdata-940a8c701a650252017dc89408194044b719c3b4.tar.xz serverdata-940a8c701a650252017dc89408194044b719c3b4.zip |
As suggested, make Valentine Day event repeatable. Remove 2021's rewards.
It has been one month, after all... Blue Wolf Helmet code was removed.
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/clear_vars.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt index ca58a34e..e98def7d 100644 --- a/world/map/npc/functions/clear_vars.txt +++ b/world/map/npc/functions/clear_vars.txt @@ -396,25 +396,6 @@ S_Bandit: // move Bandit subquest into Nibble 0 of QUEST_Hurnscald return; S_Valentine2021: - if(!#VALENTINE2021) goto S_Return; - getinventorylist; - if (@inventorylist_count > 95) goto S_Return; - setarray @oldstock$, "GrassFedTofu", "Honey", "VeganWater", "FairTradeSoil", "LactoseFreeAcorn", "RawAir", "FreeRangeMoss", "JadeEgg"; - if (BL_ID == 2126454) - getitem "JadeEgg", 1; - else - getitem @oldstock$[rand(getarraysize(@oldstock$))], 1; - cleararray @oldstock$, "", getarraysize(@oldstock$); - if (BL_ID == 2126454 || - BL_ID == 2209083 || - BL_ID == 2277302 || - BL_ID == 2243433 || - BL_ID == 2272906) - getitem "LoveLetter", 1; - getitem "BlueWolfHelmet", 1; - getitem "ShockSweet", rand(4, 7); - getitem "DarkConcentrationPotion", rand(2, 5); - getexp 1+(#VALENTINE2021*BaseLevel)/2, 0; set #VALENTINE2021, 0; return; |