Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 07-13-2010, 06:24 AM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

Code:
update spells_new set effect_base_value1=effect_base_value1*3 where effect_base_value1>0;
would make the non-damage spells more potent... heals and buffs...

Code:
update spells_new set effect_base_value1=effect_base_value1*3 where effect_base_value1 < 0;
would effect damage spells

Since damage spells remove HP the value used is negative to reflect that.
Then any changes you make have also be made in spells_us.txt so the client can use the changes.

also bear in mind... the NPC spells are in the DB as well. So the tricky part is figuring out a filter to not make all the NPC spells DT like on accident.

then you have to figure some of the PC spells are used by NPC's also, so you either have to remove them from the spell list, or make a duplicate copy that does the damage you want the NPC to do.
Reply With Quote
 

Thread Tools
Display Modes

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 10:25 PM.


 

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