View Single Post
  #11  
Old 04-29-2002, 05:37 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

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
Reply With Quote