The command #gm off will allow mobs to agro on you like normal. Type #help, and #help gm for more commands. Not many factions are truly set up to agro a starting character, so you'll have to ruin your faction first :p
When replacing your mysql database, delete the old one first to keep from getting all those errors.
mysql> drop database {database name}
mysql> create database {database name}
mysql> use {database name}
mysql> source db.sql
the above deletes {database name} <-- replace with eq or what ever you named your database
recreates it
switches to it
and sources in the db.sql file
Also post in the win32 support forum instead of here
|