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

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #19  
Old 10-30-2006, 05:10 PM
Rhodan
Hill Giant
 
Join Date: Oct 2006
Posts: 179
Default

Ok, just in case someone is searching on "solo" and hits this thread:

Change all the newb monsters from warrior class to bard. This gets rid of the kick attack which is deadly to new characters

UPDATE npc_types SET class=8 WHERE class=1 and level < 8;

Then turn off poison attacks for mobs less than level 5 or so

UPDATE npc_types SET spell_list_id=0 WHERE spell_list_id = 44 AND level < 5;

This works great for Kelethin and Halas newbie areas. Have to try the others yet - particularly the high elves and evil races. Haven't been there for so long I can't even remember what they fight.
Reply With Quote
 


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 04:40 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