Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-30-2019, 04:42 AM
Mistmaker's Avatar
Mistmaker
Sarnak
 
Join Date: Feb 2014
Posts: 77
Default

I used this code awhile back to buff pets so change it around to reduce them.

Code:
update npc_types set hp = hp * 2 where id > 499 and id < 529;
update npc_types set mana = mana * 2 where id > 499 and id < 529;
update npc_types set mindmg = mindmg + 5 where id > 499 and id < 529;
update npc_types set maxdmg = maxdmg + 10 where id > 499 and id < 529;
update npc_types set mana_regen_rate = mana_regen_rate * 2 where id > 499 and id < 529;
update npc_types set hp_regen_rate = hp_regen_rate * 2 where id > 499 and id < 529;
 
update npc_types set hp = hp * 2 where id  > 540 and id < 641;
update npc_types set mana = mana * 2 where id  > 540 and id < 641;
update npc_types set mindmg = mindmg + 5 where id  > 540 and id < 641;
update npc_types set maxdmg = maxdmg + 10 where id > 540 and id < 641;
update npc_types set mana_regen_rate = mana_regen_rate * 2 where id  > 540 and id < 641;
update npc_types set hp_regen_rate = hp_regen_rate * 2 where id  > 540 and id < 641;
 
update npc_types set hp = hp * 2 where id  > 745 and id < 771;
update npc_types set mana = mana * 2 where id  > 745 and id < 771;
update npc_types set mindmg = mindmg + 5 where id  > 745 and id < 771;
update npc_types set maxdmg = maxdmg + 10 where id  > 745 and id < 771;
update npc_types set mana_regen_rate = mana_regen_rate * 2 where id  > 745 and id < 771;
update npc_types set hp_regen_rate = hp_regen_rate * 2 where id  > 745 and id < 771;
 
update npc_types set hp = hp * 2 where id  > 783 and id < 824;
update npc_types set mana = mana * 2 where id  > 783 and id < 824;
update npc_types set mindmg = mindmg + 5 where id  > 783 and id < 824;
update npc_types set maxdmg = maxdmg + 10 where id  > 783 and id < 824;
update npc_types set mana_regen_rate = mana_regen_rate * 2 where id  > 783 and id < 824;
update npc_types set hp_regen_rate = hp_regen_rate * 2 where id  > 783 and id < 824;
 
update npc_types set hp = hp * 2 where id  > 836 and id < 854;
update npc_types set mana = mana * 2 where id  > 836 and id < 854;
update npc_types set mindmg = mindmg + 5 where id  > 836 and id < 854;
update npc_types set maxdmg = maxdmg + 10 where id  > 836 and id < 854;
update npc_types set mana_regen_rate = mana_regen_rate * 2 where id  > 836 and id < 854;
update npc_types set hp_regen_rate = hp_regen_rate * 2 where id  > 836 and id < 854;
 
update npc_types set hp = hp * 2 where id  > 893 and id < 923;
update npc_types set mana = mana * 2 where id  > 893 and id < 923;
update npc_types set mindmg = mindmg + 5 where id  > 893 and id < 923;
update npc_types set maxdmg = maxdmg + 10 where id  > 893 and id < 923;
update npc_types set mana_regen_rate = mana_regen_rate * 2 where id  > 893 and id < 923;
update npc_types set hp_regen_rate = hp_regen_rate * 2 where id  > 893 and id < 923;
__________________
~ Mr. Gold ~ Pillage and Plunder ~
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 03: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