Question about Ogre spell casting from script

mistahmikey

Active Member
I am using the command:

relay all OgreBotAtom a_CastFromUplink ${caster} "${spell}" TRUE

to tell my coercer to cast mesmerize. I have verified that the coercer is directly targeting the mob and the spell is being cast. However, when I put the following text in the Announce Tab:

Mezzing *Target*

the text that is being sent to the group chat indicates that Target is my main tank, which is what the mob is targeting, rather than the mob itself.

Is this correct? Should I be using some other method to cast this spell?

Thanks.
 

Kannkor

Ogre
I am using the command:

relay all OgreBotAtom a_CastFromUplink ${caster} "${spell}" TRUE

to tell my coercer to cast mesmerize. I have verified that the coercer is directly targeting the mob and the spell is being cast. However, when I put the following text in the Announce Tab:

Mezzing *Target*

the text that is being sent to the group chat indicates that Target is my main tank, which is what the mob is targeting, rather than the mob itself.

Is this correct? Should I be using some other method to cast this spell?

Thanks.
*Target* indicates a PC. So if no player was specified (using CastFromUplinkOnWho), then it will read your PC target (be YOUR target, or the implied). So in this case, it's simply reporting incorrectly.
 
Top Bottom