Ogre not sending pets in...

Anyone having issues with pets not attacking? On both me and my gf's pc's the pets won't attack. The bot isn't sending them in.


Getting this:

Error:No such 'character' member 'PetName' @${Me.PetName.NotEqual[No Pet]}
 
Last edited:

Kannkor

Ogre
Anyone having issues with pets not attacking? On both me and my gf's pc's the pets won't attack. The bot isn't sending them in.


Getting this:

Error:No such 'character' member 'PetName' @${Me.PetName.NotEqual[No Pet]}
I suspect it's an issue with the latest isxeq2. I'll look into it tonight when I have time.
 

Kannkor

Ogre
March 20, 2012 -- By Amadeus
[20120320.0013]
* Removed the following MEMBERS from the 'character' datatype
1. PetName ::Now Available via ${Me.GetGameData[Pet.Name].Label}
2. PetHealth ::Now Available via ${Me.GetGameData[Pet.ActualHealth].ShortLabel.Left[-1]} or ${Me.GetGameData[Pet.Health].ShortLabel.Left[-1]}
3. PetPower ::Now Available via ${Me.GetGameData[Pet.ActualPower].ShortLabel.Left[-1]} or ${Me.GetGameData[Pet.Power].ShortLabel.Left[-1]}
Above is the cause, I have it fixed. I'll be patching shortly.
 
Top Bottom