Quests are tied to npc_types so you'd want the telmet version of quests.
Quote:
7. Go back into your C:\mysql\bin directory and run mysql.exe again. Type in:
use eq
INSERT INTO account SET name='eqemu', password='eqemu', status=200;
GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%';
Change the first 'eqemu' to what you want the account name to be, and the second one to say what password you want.
8. Open another command prompt and type in:
cd C:\EQEmu\
world.exe flag eqemu 200
|
This is redundant, you've already set the account status in the INSERT