Inquistor casting Holy Shield from Priorty Tab when not in combat

mistahmikey

Active Member
So I have my inquisitor casting Holy Shield in my Priority Tab, set up as follows:

Holy Shield|Target=Dirge|Type=Combat

But, even when the group is no longer in combat, the bot casts the spell every time it is ready. It is the only one it casts, even though there are a number of other Type=Combat spells in the list.

Here's some Debug output (toon name editted to "x" to protect the innocent)

Code:
OgreBotEcho(05:13:31): CastingExtras: Entering f_ Casting Routine-- Ability: ( Holy Shield ID: 3120260801 ) -- TargetPerson: ( x or 0 ) -- NPCTargetRequired: FALSE -- TimeToWaitForCastTOStart: 1000 -- bCastableWhileStunned:
FALSE called from: CastCombatBuffs
OgreBotEcho(05:13:31): Casting: Ability: ( Holy Shield ID: 3120260801 ) -- TargetPerson: ( x ) -- With /useab -- called from: CastCombatBuffs
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
Any idea why this might be happening?
 

Kannkor

Ogre
So I have my inquisitor casting Holy Shield in my Priority Tab, set up as follows:

Holy Shield|Target=Dirge|Type=Combat

But, even when the group is no longer in combat, the bot casts the spell every time it is ready. It is the only one it casts, even though there are a number of other Type=Combat spells in the list.

Here's some Debug output (toon name editted to "x" to protect the innocent)

Code:
OgreBotEcho(05:13:31): CastingExtras: Entering f_ Casting Routine-- Ability: ( Holy Shield ID: 3120260801 ) -- TargetPerson: ( x or 0 ) -- NPCTargetRequired: FALSE -- TimeToWaitForCastTOStart: 1000 -- bCastableWhileStunned:
FALSE called from: CastCombatBuffs
OgreBotEcho(05:13:31): Casting: Ability: ( Holy Shield ID: 3120260801 ) -- TargetPerson: ( x ) -- With /useab -- called from: CastCombatBuffs
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
OgreBotEcho(05:13:32): CastingDetails: Trying to cast ( Holy Shield / Holy Shield ) which is the same spell that was just cast: ( Holy Shield )
Any idea why this might be happening?
TargetPerson: ( x or 0 )

Did you change that to 0 also? I'd have to look it up to see if that's normal.

Take a screen shot of your buffs and priority tab.
 
Top Bottom