Just go into your world or ascent database with your preferred database editor and run this query.
Congratulations you have no attunements :wave:Code:update worldmap_info set required_quest = 0 update worldmap_info set required_item = 0
Just go into your world or ascent database with your preferred database editor and run this query.
Congratulations you have no attunements :wave:Code:update worldmap_info set required_quest = 0 update worldmap_info set required_item = 0
Doesn't work
gives this error:
Code:Error Code : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'update worldmap_info set required_item = 0' at line 2 (0 ms taken)
That should be a working code, he forgot the ' around the variablesCode:update worldmap_info set required_quest = '0'; update worldmap_info set required_item = '0';
Last edited by Power of Illuminati; 06-14-2008 at 03:24 PM.
Still aint working xD
Updated my code above your post, check it. I forgot the ;
Thank you, and well done.
+Rep