Sinien / aionxemu

Automatically exported from code.google.com/p/aionxemu
2 stars 3 forks source link

[Daily/Coins] Quests only give 1 coin #326

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Core revision: 276

Bug description: In daily quests that says reward is 5 coins of bronze, only 
gives 1 bronze coin. 

What steps will reproduce the problem?:
 - Start any daily quest 
 - Complete it

What is the expected output?:

Please copy/paste errors below:

Original issue reported on code.google.com by carles.d...@gmail.com on 29 Apr 2011 at 6:07

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
What is the name of the quest? It should be an easy fix, if you give the name 
of the quest that your having a problem with.

Original comment by sky...@gmail.com on 29 Apr 2011 at 8:57

GoogleCodeExporter commented 8 years ago
Give quest ID

Original comment by alejsimp...@gmail.com on 1 May 2011 at 12:25

GoogleCodeExporter commented 8 years ago
Quest ID: 1196

in quest_data.xml change:

<rewards exp="33600">
  <reward_item count="1" item_id="186000001"/>
</rewards>

with

<rewards exp="33600">
   <reward_item count="5" item_id="186000001"/>
</rewards>

Original comment by xar...@gmail.com on 17 Jun 2011 at 5:12