View Single Post
  #1  
Old 01-03-2011, 05:41 PM
werebat's Avatar
werebat
Hill Giant
 
Join Date: Oct 2010
Posts: 143
Default Beastlord Bot Pet Heals

I have found an issue where beastlord bots will cast the wrong spell when trying to heal a non pet target. I was below 80% and my beastlord bot was trying to heal me but was casting Sharik's Replenishing which is a pet only heal spell. I looked at the code and it appears that when getting a spell of type healing it is grabbing the above mentioned spell since it is set up as a healing spell type and casting it on me. It does not check the targettype otherwise it would cast another spell such as Minor Healing. To get around this I disabled the pet only heal spells and everything is good but I hate losing a powerful spell like that.

There are several ways to fix this. A new spell type for pet heals could be added, or the code could check the targettype as well before selecting the spell for this situation.
Reply With Quote