From 5d021f702dd06b2ea0114dd86544dabeec6b9ae5 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Wed, 27 Feb 2013 15:14:43 +0100 Subject: Adjust Illia common rewards/money rewarded * This is a change to reflect the number of wins in Illia (~70 atm) --- world/map/npc/052-2/chest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/052-2/chest.txt') diff --git a/world/map/npc/052-2/chest.txt b/world/map/npc/052-2/chest.txt index 41366e4d..04ed023f 100644 --- a/world/map/npc/052-2/chest.txt +++ b/world/map/npc/052-2/chest.txt @@ -92,7 +92,7 @@ L_GetUniqueReward2: next; mes "You find a bunch of gold pieces!"; next; - set Zeny, Zeny + 150000*($@illia_num_unique_reward_items - @illia_current_num_rewards); + set Zeny, Zeny + 100000*($@illia_num_unique_reward_items - @illia_current_num_rewards); getexp 200000*($@illia_num_unique_reward_items - @illia_current_num_rewards), 0; set @illia_current_num_rewards, $@illia_num_unique_reward_items; goto L_GetUniqueReward; -- cgit v1.2.3-60-g2f50