View Single Post
  #10  
Old 11-19-2012, 09:29 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I think that spell line uses this effect (from zone/spdat.h):

http://code.google.com/p/projecteqem...r/zone/spdat.h
Code:
#define SE_SummonHorse                                  113     // implemented
So, the following should work:

Code:
$client->BuffFadeByEffect(113);
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote