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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-23-2021, 12:35 PM
Ishkur
Fire Beetle
 
Join Date: Oct 2020
Posts: 4
Default Easiest way to make players immune to Root and Charm

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!!!
Reply With Quote
  #2  
Old 11-23-2021, 05:58 PM
Splose
Banned
 
Join Date: Apr 2014
Posts: 279
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
  #3  
Old 12-16-2021, 06:04 PM
Ishkur
Fire Beetle
 
Join Date: Oct 2020
Posts: 4
Default

Thank you for your reply.

I am scared to delete anything out of the DB like that but I came across another idea with an AA. I understand custom AA's required changes to client files as well but I sort of know how to do that.

How about this for an AA?

AA Effects Info
Rank (15515) - Slot 1
Effect: 126 - Spell Resist Reduction
Base 1: 3000
Base 2: 0

Rank (15515) - Slot 2
Effect: 137 - Limit: Effect
Base 1: 99
Base 2: 0

Rank (15515) - Slot 3
Effect: 137 - Limit: Effect
Base 1: 22
Base 2: 0

I was told that spell effects 99 and 22 represent charm and root but I was wondering about the value for effect 126. Does that need to be a positive number or negative number to increase your resistance to that spell type?
Reply With Quote
Reply

Tags
charm, immunity, resist, root

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 09:46 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3