Arei - May 21, 2015 8:36
					
				
				
					The timer on eden quests lvl 111-120 seems too long according to a friend and [url="https://code.google.com/p/rathena/source/browse/trunk/db/quest_db.txt"]rAthena db[/url] (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 :[code=auto:10987]
{
   Id: 13067
   Name: "Raydric research"
   Targets: (
   {
      MobId: 1163
      Count: 30
   },
   )
},
{
   Id: 13068
   Name: "Raydric research - Timer"
   TimeLimit: 79200
},
[/code]
Supposed fix :[code=auto:10987]
{
   Id: 13067
   Name: "Raydric research"
   Targets: (
   {
      MobId: 1163
      Count: 30
   },
   )
},
{
   Id: 13068
   Name: "Raydric research - Timer"
   TimeLimit: 3600
},
[/code]
And so on until // eden 121-130 at line 11240
				
							 
									
				
					
						zackdreaver - May 21, 2015 9:39
					
				
				
					Please get a reference from official, NOT from rA
[url="http://irowiki.org/wiki/Eden_Group_Leveling_Quests"]http://irowiki.org/wiki/Eden_Group_Leveling_Quests[/url]
				
							 
									
				
					
						Arei - May 21, 2015 9:48
					
				
				
					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 :[quote]
Mingmin will then offer a number of hunting quests. You can take as many quest as you want and they are all [b]individually repeatable after a 1 hour cooldown[/b].[/quote]
				
							 
									
				
					
						zackdreaver - May 21, 2015 9:56
					
				
				
					Ok that seems good
				
							 
									
				
					
						zackdreaver - May 21, 2015 10:15
					
				
				
					[url="https://github.com/HerculesWS/Hercules/pull/521"]https://github.com/HerculesWS/Hercules/pull/521[/url]
				
							 
									
				
					
						Dastgir - May 21, 2015 10:20
					
				
				
					[url="https://github.com/HerculesWS/Hercules/commit/353e563c997ff3519348b2478c42c6d617f450cb"]https://github.com/HerculesWS/Hercules/commit/353e563c997ff3519348b2478c42c6d617f450cb[/url]
Fixed.