diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-02-27 15:14:43 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2013-02-27 15:28:40 +0100 |
commit | 5d021f702dd06b2ea0114dd86544dabeec6b9ae5 (patch) | |
tree | 8b9a2b1352e826f311bda2260dc976da904b58c9 /world/map/npc/052-2/chest.txt | |
parent | 8b0e5b4a55b38876c936db52462889e3122c56c8 (diff) | |
download | serverdata-5d021f702dd06b2ea0114dd86544dabeec6b9ae5.tar.gz serverdata-5d021f702dd06b2ea0114dd86544dabeec6b9ae5.tar.bz2 serverdata-5d021f702dd06b2ea0114dd86544dabeec6b9ae5.tar.xz serverdata-5d021f702dd06b2ea0114dd86544dabeec6b9ae5.zip |
Adjust Illia common rewards/money rewarded
* This is a change to reflect the number of wins in Illia (~70 atm)
Diffstat (limited to 'world/map/npc/052-2/chest.txt')
-rw-r--r-- | world/map/npc/052-2/chest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |