Scripting Question - how to pause ogre for a specific toon?

mistahmikey

Active Member
Is there some way to tell ogre to pause for a specific toon? Failing that, is there some way to tell ogre to turn off all combat skills for a toon? I am looking for a way to stop a toon from doing any attacks on a mob (like, for example, on Talan HM when a toon has the "Loss of Patience" effect.)

Thanks.
 

uiyice

Active Member
To pause a bot named BOB:

relay all OgreBotAtom aExecuteAtom BOB SetBotPauseStatus TRUE

Although I normally solve the problem in question by having the tank target itself (assuming everyone is targeting through the tank), or having the toon in question target itself. That prevents all outgoing damage, while allowing heals to keep flowing.

Pausing the bot entirely is probably overkill, and not ideal.
 
Last edited:

mistahmikey

Active Member
Thanks much for the suggestions - the self-targeting approach works well.

BTW, is there someplace where all the OgreBotAtom capabilities are documented? I see the command is mentioned several times on the wiki, but I was unable to find any specifics on it.

Thanks :)
 

Kannkor

Ogre
Thanks much for the suggestions - the self-targeting approach works well.

BTW, is there someplace where all the OgreBotAtom capabilities are documented? I see the command is mentioned several times on the wiki, but I was unable to find any specifics on it.

Thanks :)
All 'OgreBotAtom' does is checks to see if Ogrebot is running. If it isn't, it just stops anything else from being processed on that session.

As for a list of all possible atoms/functions... One isn't available. There is a solid list of them available via MCPCommands, which contains nearly anything one should one.
 
Top Bottom