Issue Information
-
#008692
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
The timer on eden quests lvl 111-120 seems too long according to a friend and rAthena db (starting at line 2457). It's currently set to 1 day instead of 1 hour in Hercules db.
db/quest_db.conf (starting line 10987)
Supposed error :
db/quest_db.conf (starting line 10987)
Supposed error :
{
Id: 13067
Name: "Raydric research"
Targets: (
{
MobId: 1163
Count: 30
},
)
},
{
Id: 13068
Name: "Raydric research - Timer"
TimeLimit: 79200
},
Supposed fix :
{
Id: 13067
Name: "Raydric research"
Targets: (
{
MobId: 1163
Count: 30
},
)
},
{
Id: 13068
Name: "Raydric research - Timer"
TimeLimit: 3600
},
And so on until // eden 121-130 at line 11240
Noted for further reports, sorry about that mistake.
According to official source, the timer for lvl 111-120 is still supposed to be 1 hour though :
According to official source, the timer for lvl 111-120 is still supposed to be 1 hour though :
Mingmin will then offer a number of hunting quests. You can take as many quest as you want and they are all individually repeatable after a 1 hour cooldown.
Ok that seems good














