- Joined
- Feb 15, 2015
- RedCents
- 1,450¢
I don't see this plugin included in the new EMU build. Will this plugin eventually be added?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I will look into what has to happen for it to be included. Thanks for point this out!I don't see this plugin included in the new EMU build. Will this plugin eventually be added?
Maybe a TLO would be easier to use though?Feature request: GetPauseStatus
Function: reply should be: Pause|Unpause
Description: with the new lem (Lua event Manager) I am creating events which should cooperate as seemingless as possible with exsisting plugins/automation tools available.
While writing some nice little events, I use mq23Boxr to pause/unpause anything while executing my events.
Some of them may be triggered, while a char is alredy in "pause" mode, sometimes just set by the user behind the screen (me).
Actually my events, when triggered, at first call mq2Boxr to pause automation, then I do whatever I ahve to do, afterwards I call mq2Boxr to unpause.
This leads sometimes to the issue, that an event runs and calls mq2Boxr to unpause, even aftewr the user has decided to have a break.
In order to prevent to overwrite the users whish for a break, I would like to perserve the pause state and call for unpause only, if it was not paused b4 the event was triggered.
So a "GetPauseStatus" would give me the information needed.
I use mq2Boxr in order to avoid the necessary to check which automation-system is running. This works great. Is there a TLO which is able to tell you wether or not your char is in "pause" mode, indipendent of the type of automation you are running?
It's in the latest release, you can useMany thanks and great news. Its not something I need urgent, but it will help me to make my events even more cooperative with all other running tools
${Boxr.Paused}
to determine whether pause statusWhen will this be available to emu builds? I see as of today its not available on Emu's latest?
Humm.. let me check and get back to you. Sorry for the hassle.
@Decrypt It's in the latest VV Emulator buildIt'll be available in about 10 minutes, thank you @Sidien for the merge
Awesome. Now I am off the hook for Grouper@Decrypt It's in the latest VV Emulator build
Did you ever implement a Burn off command? Looked and didn't see it, but I could have missed it.
So then this would have to be manual controlled via hotkey with different commands for KA, RG, etc. CWTN is easy as it is built in and use an alias to call it. I will have to look into the commands for KA and RG then. Thanks for the response!Nope, sorry.
The different automations handle burn very differently; some of them have conditions, but also have a way to say "Burn right now", and others don't. The "BurnNow" command is already a bit weird, but it does what it can to make sure that the toon starts it's burn rotation straight away. I thought a "Burn off" command would be harder to explain, and chose not to implement (i.e. does it turn off burning right now? does it toggle burning off in the automations? etc).
You should be asking that in the plugin forum itself, not here.
Works here as boxr should?!?Same here for me, my "Pause" and "Unpause" Boxr buttons don't work anymore. I disabled MQ2Boxr to TS this. I also used my old Pause socials, from before I implemented Boxr, and they work fine.
Vrak
Heya Jeff,I've read the directions, maybe i am doing something wrong...I am trying to use /boxr pause on a toon that is using mq2eskay and i am getting this:
View attachment 52030
I figured it was a long shot, but worth asking. Glad it worked out!i dont run both..but somehow it got on my SK...when i ended mac..it worked fine....not sure how kissassist launched. only command i have on launching..it checks shortname vs BRD
problem solved..for now...thanks
Hey team - any plans to add xgen into boxr control ?
The recent RGMercs.Lua release changed the code needed for certain commands, specifically chaseon and pause.
Is there a way I can modify the alias used in MQboxr for these changes until an update is made?
On that note, is there an update intended? I'd be willing to donate toward the continuation of this plugin as it nearly is the crux of my multiboxing.
The recent RGMercs.Lua release changed the code needed for certain commands, specifically chaseon and pause.
Is there a way I can modify the alias used in MQboxr for these changes until an update is made?
On that note, is there an update intended? I'd be willing to donate toward the continuation of this plugin as it nearly is the crux of my multiboxing.
I think the major change is from /rg to /rglI have a draft PR here
Could you (or someone else familiar with the script) please look over the commands and verify that they seem correct?