View Single Post
  #3  
Old 02-03-2004, 08:22 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

To fix instant respawns go into mysql and type in:
UPDATE spawn2 SET respawntime=1000 WHERE respawntime=0;

To fix aggro (for mobs that have faction set) go into mysql and type in:
UPDATE npc_types SET aggroradius=50 WHERE (level <= 50);
UPDATE npc_types SET aggroradius=55 WHERE level=51;
UPDATE npc_types SET aggroradius=55 WHERE level=52;
UPDATE npc_types SET aggroradius=55 WHERE level=53;
UPDATE npc_types SET aggroradius=55 WHERE level=54;
UPDATE npc_types SET aggroradius=65 WHERE level=55;
UPDATE npc_types SET aggroradius=65 WHERE level=56;
UPDATE npc_types SET aggroradius=65 WHERE level=57;
UPDATE npc_types SET aggroradius=65 WHERE level=58;
UPDATE npc_types SET aggroradius=65 WHERE level=59;
UPDATE npc_types SET aggroradius=70 WHERE level=60;
UPDATE npc_types SET aggroradius=75 WHERE level=61;
UPDATE npc_types SET aggroradius=80 WHERE level=62;
UPDATE npc_types SET aggroradius=85 WHERE level=63;
UPDATE npc_types SET aggroradius=90 WHERE level=64;
UPDATE npc_types SET aggroradius=100 WHERE level=65;


I posted an sql file that contains a few database updates you can source in to fix a few issues:
http://www.eqemulator.net/forums/viewtopic.php?t=12711

As for movement, the MW Alpha database has a lot of movement in, but most of the outside zones are pretty bare.

Monrezz
__________________

kRPG Profile
Reply With Quote