View Single Post
  #1  
Old 06-16-2003, 06:37 AM
gej302
Sarnak
 
Join Date: May 2003
Location: Silverfist
Posts: 42
Default Pet inherits spell list

I'm looking into it, but NPC pets are inheriting the spell_list id from their owners, resulting in X's Familiar, and X's Familiar's Familiar, self-buffing enchanter pets.... the easy fix is to set spell_list_id = 0 in the generic section of the pet code, and let the level specific pet code change the ones that have a spell list.
Reply With Quote