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

Reply
 
Thread Tools Display Modes
  #1  
Old 07-08-2010, 12:20 AM
Caryatis
Dragon
 
Join Date: May 2009
Location: Milky Way
Posts: 539
Default COMMITTED: SE_InterruptCasting

Kinda minor one but seemed easy to bang out, used in the bard AA Cacophony and some late expansion AEs.

code...
spell effects.cpp - line 2818 - add this
Code:
case SE_InterruptCasting:
spell effects.cpp - line 3288 - add this
Code:
		case SE_InterruptCasting:
		{	
			if(IsCasting())
			{
				if(MakeRandomInt(0, 100) <= spells[spell_id].base[i])
				{
					InterruptSpell();
				}
			}
			break;
		}
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 01:23 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