Log in

View Full Version : Pet inherits spell list


gej302
06-16-2003, 06:37 AM
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.

gej302
06-16-2003, 11:02 AM
fixed, one line change submitted to dev forum