Go Back   EQEmulator Home > EQEmulator Forums > Support > Spell Support

Spell Support Broken Spells? Want them Fixed? Request it here.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7  
Old 07-30-2015, 01:57 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

Only the aoe type spells are implemented for this targettype, spawning things at the X Y Z location is not handled currently.


If you want to do custom stuff with it though... try using... "GetTargetRingX , GetTargetRingY, GetTargetRingZ" and spawn the specific pet or totem with perl :p


Code:
sub EVENT_CAST {
	if($spell_id == 16938) {
		quest::spawn2(26044, 0, 0, $client->GetTargetRingX(), $client->GetTargetRingY(), $client->GetTargetRingZ(), 0);
	}
}
Can use this to "place" NPCs with a spell.. for something like a "totem" or whatever, and then have the totem pulse a spell to all nearby players to heal or buff them.. ect ect

Last edited by NatedogEZ; 07-30-2015 at 02:16 PM..
Reply With Quote
 

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 07:28 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