View Single Post
  #417  
Old 03-23-2008, 01:42 AM
Haven21
Fire Beetle
 
Join Date: Mar 2008
Posts: 6
Default

Quote:
Originally Posted by Congdar View Post
When customizing the database list, make sure you put the familiars spell as SpellType_Pet. If you put it as SpellType_Buff it will cast it on everyone in the group.

SpellType_Nuke=1;
SpellType_Heal=2;
SpellType_Root=4;
SpellType_Buff=8;
SpellType_Escape=16;
SpellType_Pet=32;
SpellType_Lifetap=64;
SpellType_Snare=128;
SpellType_DOT=256;
Ah ok that explains why that is happening, Thanks Congdar!