PDA

View Full Version : Admin Tool help.


JamesLF
12-07-2002, 09:57 PM
When launching the admin tool i get this error:

Exception: Table eq.quest doesn't exist.

I've looked into my 'eq' db, and, there is no table named 'quest'... I don't know why one wasn't created when sourcing all of the files.... after i click ok, and edit some things with the tool, i try to commit them to the db and get this error:

tblQuests: Cannot Perform this opperation on a closed dataset.

any help would be much much appreciated.... if you need to see any of my config files let me know. thanks.

Windcatcher
12-08-2002, 04:37 AM
Was this table removed in 0.4.0?

WC

Trumpcard
12-08-2002, 05:06 AM
Probably so.. I think Image removed all the quest.o code in 3.13, so the db.sql might not have it anymore

_OZZY_
12-08-2002, 05:34 AM
I ran into the same problem. What I did was create the quest table as it was back in 3.12. Yeah, it didn't contain any entries, but it kept that error message from popping up and allowed me to make changes to the other tables. I've attached it if you want it. Just source quest_table; from mysql.

_OZZY_
12-08-2002, 05:36 AM
Heh...forgot that you can't attach a .sql file. It mus be zipped. Here you go:

JamesLF
12-08-2002, 12:17 PM
Thanks ozzy :)