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 11-23-2021, 05:58 PM
Splose's Avatar
Splose
Discordant
 
Join Date: Apr 2014
Posts: 280
Default

Quote:
Originally Posted by Ishkur View Post
Hello All,

I play on a solo private server and one thing I do not like is having to wait for roots or charms to break on me so I can continue on my way. I found a way to make myself immune to fear and stuns via AA to eliminate some of this headache but I don't see one for Root or Charms.

What would be the best way to make players immune to roots and charms? Some folks said to remove the spells from NPC spell lists and some said to use AA or maybe spell buffs?

I am pretty new at anything modifying spells or spell lists but AA I have a decent grasp on.

Please advise any help is greatly appreciated thanks!!!
Code:
SELECT
	npc_spells_entries.id,
	npc_spells_entries.npc_spells_id,
	npc_spells_entries.spellid,
	npc_spells_entries.type,
	npc_spells_entries.minlevel,
	npc_spells_entries.maxlevel,
	npc_spells_entries.manacost,
	npc_spells_entries.recast_delay,
	npc_spells_entries.priority,
	npc_spells_entries.resist_adjust,
	npc_spells_entries.min_hp,
	npc_spells_entries.max_hp 
FROM
	npc_spells_entries
	INNER JOIN spells_new ON npc_spells_entries.spellid = spells_new.id 
WHERE
	( spell_category = 101 OR spell_category = 50 );
Delete everything that you get back from this query. It will stop NPCs from casting roots or snares entirely. There may be a negligible amount of spells that do not have the category set properly but this should work for 99.9999% of cases.
Reply With Quote
 

Tags
charm, immunity, resist, root


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