Deleting your question after folks take time to answer it is pretty shitty.My U/i's use the default trade window equi_givewind and they crash when trading.
Please don't be shitty.
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.

Deleting your question after folks take time to answer it is pretty shitty.My U/i's use the default trade window equi_givewind and they crash when trading.
Just had a weird thing happen over the weekend. I had one of my alts auto accept a raid swap from the raid leader who isn’t on my accept list.
This has never happened before. I just unload autoaccept now to make sure this doesn’t happen. Not sure what caused this.
I also changed the config file to show raid invites to 0 from 1. Which I’m sure would have fixed it but I just don’t want to risk that again. A real pain for raid leaders to fix mid raid.
/autoaccept addanchor longassstringAnchor0=The crystal geode is set to go to Eastern Wastes. Would you like to travel there now? /echo grabbing port if one is available /if (${Window[largedialogwindow].Open}) { /echo going to accept port to wherever it is /notify largedialogwindow LDW_YesButton leftmouseup }Is there a way to set mq2autoaccept to accept specific (or ALL) portals in Guild Halls?
Idea being that after you've set portal with Transportation Assistant NPC, you would not need to click yes.
Going by instructions of page 1 of https://www.redguides.com/community/threads/mq2autoaccept.66803/ , I tried the following:
/autoaccept addanchor longassstring
In ini getting
Anchor0=The crystal geode is set to go to Eastern Wastes. Would you like to travel there now?
Presumably there is newline char after first sentence, so that could be messing things up or maybe misspelled case somewhere?
Otherwise I am still stuck using old method of accepting window the hard way from 10 years ago.
/echo grabbing port if one is available
/if (${Window[largedialogwindow].Open}) {
/echo going to accept port to wherever it is
/notify largedialogwindow LDW_YesButton leftmouseup
}
[MYTANK_Settings]
Enabled=1
Translocate=0
Anchor=1
SelfAnchor=0
Trade=1
TradeAlways=0
TradeReject=0
Group=1
Fellowship=1
Raid=1
[MYTANK_Names]
MYHEALER=1
MYDPS=1
[MYTANK_Anchors]
Anchor0=Willow Circle Bay, 100 Vanward Heights
Commits
(231b400) ~brainiacC++20 fixes
- char* -> const char* as necessary
- Simplify all the reinterpret_casting happening here too.
