DanielHazzard / Cure-Please

Final Fantasy XI Healing Bot - (Uses EliteAPI) - Community Maintained
http://www.elitemmonetwork.com/forums/viewtopic.php?f=11&t=509
GNU General Public License v2.0
34 stars 35 forks source link

Request: Pause/start from game? #97

Closed JackSparrow6969 closed 4 years ago

JackSparrow6969 commented 4 years ago

Hello,

Thank you so much for this project! It is absolutely awesome and very appreciated.

Maybe I’m just stupid, but I haven’t seen it anywhere;

Is it possible to start/pause cure please from in-game? And if not, could that be possible? I’m assuming since there’s an addon maybe it’s possible.

Thank you again!

DanielHazzard commented 4 years ago

Yes, there is currently two ways

//cpaddon cmd (stop/pause | start/unpause | toggle)

or

//cureplease COMMAND

start or unpause = unpauses the bot stop or pause = pauses the bot

You can further specify this by added the characters name you want to modify after the action Example: cureplease pause JohnDoe

JackSparrow6969 commented 4 years ago

Oh awesome, thank you again!