Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008692

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (0)No (0)
Photo

Eden quests 111 - 120

Posted by Arei on 21 May 2015 - 08:36 AM

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 :
{
   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

Please get a reference from official, NOT from rA
http://irowiki.org/w...Leveling_Quests

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 :

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.



changed status to: Fixed