![]() |
[Request] Simple Pause Function - Printable Version +- MMOMinion (https://www.mmominion.com) +-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87) +--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90) +---- Forum: Outdated (https://www.mmominion.com/forumdisplay.php?fid=110) +---- Thread: [Request] Simple Pause Function (/showthread.php?tid=4878) Pages:
1
2
|
RE: [Request] Simple Pause Function - ymko - 11-11-2013 (11-11-2013, 06:05 AM)OogieBoogie Wrote:That's what i thought it's for and this should be a fairly good solution for the cause :P (i'm not sure assist mode does anything apart from skill manager rotation, i might be wrong tho :P)(11-11-2013, 06:02 AM)f3re Wrote:(11-11-2013, 06:00 AM)OogieBoogie Wrote: Wow I didn't think I would get so many responses, nor did I think it would be complicated lol. I actually didn't follow most of the explanations but I'd like to thank both of you for taking a look into it for me. I appreciate it. RE: [Request] Simple Pause Function - aakk47 - 11-12-2013 (11-10-2013, 11:37 PM)ymko Wrote:(11-10-2013, 05:02 PM)f3re Wrote: Doing this from lua is trickier than it sounds...you would need to hook every gameloop_update callback and disable it while the shift key is pressed. A solution from the C++ side might be more appropriate. I'll discuss it with the team and see what they think.Why that deep? :P There is an easy way, turn off the bot while shift is pressed and turn on when released cool!! good work! but.. can only use Assist mode?? or only work active ffxiv window? TY! RE: [Request] Simple Pause Function - ymko - 11-12-2013 (11-12-2013, 09:59 AM)aakk47 Wrote:Pressing Shift in and out of the game will change the bots state either on to off or off to on, releasing shift will change it back to the original state.(11-10-2013, 11:37 PM)ymko Wrote:(11-10-2013, 05:02 PM)f3re Wrote: Doing this from lua is trickier than it sounds...you would need to hook every gameloop_update callback and disable it while the shift key is pressed. A solution from the C++ side might be more appropriate. I'll discuss it with the team and see what they think.Why that deep? :P There is an easy way, turn off the bot while shift is pressed and turn on when released RE: [Request] Simple Pause Function - OogieBoogie - 11-16-2013 So I finally gave this a try on my BLM. I can't seem to click any spells while holding shift. Is this a problem with SE or the bot? Because if it's SE, I can change the button. RE: [Request] Simple Pause Function - ymko - 11-17-2013 (11-16-2013, 07:01 PM)OogieBoogie Wrote: So I finally gave this a try on my BLM. I can't seem to click any spells while holding shift. Is this a problem with SE or the bot? Because if it's SE, I can change the button.That might be one of those weird bugs explained before... although that's pretty strange... |