Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Server Code Submissions

Reply
 
Thread Tools Display Modes
  #1  
Old 10-24-2008, 09:12 AM
seveianrex
Sarnak
 
Join Date: Sep 2008
Location: asdf
Posts: 60
Default GoD: Coat of Thistles AA

{zone/attack.cpp}

~ln 1886 locate:

Code:
	if(spellbonuses.DamageShieldSpellID != 0 && spellbonuses.DamageShieldSpellID != SPELL_UNKNOWN)
		spellid = spellbonuses.DamageShieldSpellID;
	//invert DS... spells yeild negative values for a true damage shield
	if(DS < 0) {
Add below

Code:
		if (IsClient())
		{
			switch (CastToClient()->GetAA(aaCoatofThistles))
			{
			case 1:
				DS *= 1.02;
				break;
			case 2:
				DS *= 1.04;
				break;
			case 3:
				DS *= 1.06;
				break;
			case 4:
				DS *= 1.08;
				break;
			case 5:
				DS *= 1.10;
				break;
			}
		}
Reply With Quote
  #2  
Old 10-24-2008, 08:04 PM
seveianrex
Sarnak
 
Join Date: Sep 2008
Location: asdf
Posts: 60
Default

This is now committed
Reply With Quote
Reply


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