Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-14-2004, 09:12 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

If you are wanting to set different aggro for differnent mobs even of the same level, (you can use MySQL statements for this but I use MySQLFront because it is a point and click thing) just find the ID of the mob in question and change the aggroradius of it. Or in MySQL statement something like this (assuming you want to change mobs with the ID of #1)
Code:
UPDATE npc_types SET aggroradius=65 WHERE id=1;

The solution Monrezz gave is a good one, but is a generic fix of aggro accross the board, meaning that ALL mobs lvl 65 will have a agroradius of 100.....And the way I am telling you, is VERY tedious, as you would have to change 71775 (and climbing) records....
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:16 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3