From da0efec8cbc3fb2892dacf91435f67a75b5818c4 Mon Sep 17 00:00:00 2001 From: wushin Date: Tue, 31 Dec 2013 10:58:45 -0600 Subject: Xmas Battle Chamber Reset Text corrections for Avalia Fixed bug in partly setting Xmas Chamber battle Fixed year end reward from being too generous --- world/map/npc/annuals/xmas/core.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/annuals/xmas/core.txt') diff --git a/world/map/npc/annuals/xmas/core.txt b/world/map/npc/annuals/xmas/core.txt index 8d1960d1..41ec2ce5 100644 --- a/world/map/npc/annuals/xmas/core.txt +++ b/world/map/npc/annuals/xmas/core.txt @@ -127,7 +127,7 @@ L_SetRewardBonus: set @xmas_reward_tally, (@xmas_reward_tally + $@xmas_reward_all_lists); //formula should: if (@xmas_reward_tally > 5) - set @xmas_reward_lower_bound, 2 * @xmas_reward_tally - rand(5); + set @xmas_reward_lower_bound, 2 * @xmas_reward_tally - rand(5); if (@xmas_reward_tally <= 5) set @xmas_reward_lower_bound, @xmas_reward_tally; set @xmas_reward_upper_bound, @xmas_reward_lower_bound + ((readparam(bLuk)) / 5); @@ -198,9 +198,9 @@ L_FinalGift: if(checkweight("Iten", 1) == 0) goto L_FullInv; if(@xmas_reward >= 80) - getitem @xmas_reward_item$, 1; + getitem @xmas_reward_item$, 1; if(@xmas_reward >= 40) - getitem @xmas_reward_item1$, 1; + getitem @xmas_reward_item1$, 1; getitem @xmas_reward_item2$, 1; set @xmas_uncommon_slot1, 0; set @xmas_uncommon_slot2, 0; -- cgit v1.2.3-60-g2f50