Page 1 of 1

Quests issue

Posted: Tue Apr 21, 2009 12:04 pm
by Reiwarmir
L2J Revision 2827:
L2JDP Revision 5773:

Hello, i've tried to find a solution with search feature, but found nothing..
Well my main problem is :

While my server's running, all in a sudden quests get "broken", and with broken i mean that pressing "quest" button on an npc window, nothing happens.
I opened mysql Quest_global_data table and i found out that all rows disappeared except one :
quest_name var value
core Core_Attacked false

If someone had same problem or know how to solve this bug.. gimme some help, thanks.

~ Rei

Re: Quests issue

Posted: Tue Apr 21, 2009 12:06 pm
by janiii
in quest_global_data nothing other is stored. quests of players are stored in table character_quests.

Re: Quests issue

Posted: Tue Apr 21, 2009 12:17 pm
by Reiwarmir
Hmm you're right xD Well i still got that issue, i can't restart server every 1-2 hours cause quests get bugged...
I saw now in gameserver log that on Olympiad message it says "Couldn't load hero id from database".
Any clue why it isn't able to connect to db ?

Re: Quests issue

Posted: Tue Apr 21, 2009 12:44 pm
by janiii
if your server can't connect to database, there is sure a message in the gameserver log about it. check your log from start of server for some error messages.