I wouldn't give up, i'd just wait for dene to pop back in with some thoughts/suggestionsAny last thing to try before I give up?
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 wouldn't give up, i'd just wait for dene to pop back in with some thoughts/suggestionsAny last thing to try before I give up?
so now the first one is working where before it was null? that's unusual.Tested in order you posted.
/echo ${Bool[${Plugin[MQ2Bucles].Name.Equal[MQ2Bucles]}]}
gave me "FALSE"
/echo ${Plugin[mq2bucles].IsLoaded}
Gave me "NULL"
View attachment 33702
Identical code. (Mind you the section you're citing is on-exit where if you had MQ2Bucles loaded, and I unloaded it, I restore it back.)I don't have epicrequest, but I did purchase explore, which calls mq2bucles
View attachment 33707
Is there similar code in this macro?
54: /declare blnBuclesLoaded bool outer ${Bool[${Plugin[MQ2Bucles].Name.Equal[MQ2Bucles]}]}
...
115: /call unloadPlugin MQ2Bucles
1619: |-------------------------------------------------------------|
| Sub unloadPlugin
|-------------------------------------------------------------|
Sub unloadPlugin(string pluginname,bool blnSilent)
/if (${Bool[${Plugin[${pluginname}].Name.Equal[${pluginname}]}]}) {
/if (!${blnSilent}) /warning ${pluginname} is not compatible with this macro, \ag attempting to unload ${pluginname}!
/squelch /plugin ${pluginname} unload noauto
}
/delay 8s !${Bool[${Plugin[${pluginname}].Name.Equal[${pluginname}]}]}
/if (${Bool[${Plugin[${pluginname}].Name.Equal[${pluginname}]}]}) {
/error Could not unload incompatible plugin ${pluginname}, ending macro.
/endmacro
}
1632: /return
This is the difference in adding the bool check -- bucles isn't loaded so the return is NULL, when you apply the Bool TLO to NULL it becomes FALSE (since NULL and FALSE are falsy and anything else is truthy). This is what I would expect from that command in both scenarios.so now the first one is working where before it was null? that's unusual.
but the first one now saying FALSE instead of NULL is good. what happens right now if you fire up the macro?
what i meant was earlier when he did the echo it was NULL, and then he did theThis is the difference in adding the bool check -- bucles isn't loaded so the return is NULL, when you apply the Bool TLO to NULL it becomes FALSE (since NULL and FALSE are falsy and anything else is truthy). This is what I would expect from that command in both scenarios.
No worries man.Sorry long day at work lol.. slow response.
It is not confirmed to. It was written prior to Next’s public announcement / availability.Before I buy this, can anyone confirm this works in Next?
I went ahead and bought it. I can confirm that it works with MQNext (at least for me).Before I buy this, can anyone confirm this works in Next?
Currently on Next, macro is running into issues. not navigating to zones. Randomly Ending along the path. Got macro in consideration to this but have ran into problems going to Lady Constance as well as running a few sub routines. Whenever it ends I will try and restart it thinking its just part of the macro but it just runs me back to Lady Constance again and again (it does not navigate from PoK to Southern Felwithe unless I manually navigate there). Eventually I got it to run through Dreadlands, Acrylia, Butcherblock, and castle mistmoore with some manual /nav locs then after CMM went to lobby ran to Magus, assume to start next sub routine and ended macro on top of her and that's the furthest I have gotten atm.I went ahead and bought it. I can confirm that it works with MQNext (at least for me).
Made me use a ton of Philter of the Ant potions - never used a single one the first time through, so not sure why.
Yeah, no surprising. The Nav Failures will be due to meshes. The thing with Lady Constance might be code-based due to Next.Currently on Next, macro is running into issues. not navigating to zones. Randomly Ending along the path. Got macro in consideration to this but have ran into problems going to Lady Constance as well as running a few sub routines. Whenever it ends I will try and restart it thinking its just part of the macro but it just runs me back to Lady Constance again and again (it does not navigate from PoK to Southern Felwithe unless I manually navigate there). Eventually I got it to run through Dreadlands, Acrylia, Butcherblock, and castle mistmoore with some manual /nav locs then after CMM went to lobby ran to Magus, assume to start next sub routine and ended macro on top of her and that's the furthest I have gotten atm.
me doing like /travelto South Felwithe would work for running there but PoK to South Felwithe seems to really be the main issue in Lady Constance portion after youre in SF macro took back over to do the runnin to Constance. but may be related to / nav loc in the macro? haven't delved into it to see how its specifically written in macro but /travelto takes me to all the zones. just macro wasn't. but glad to see ya on next and looking forward to seeing this work on nextYeah, no surprising. The Nav Failures will be due to meshes. The thing with Lady Constance might be code-based due to Next.
I have Next installed finally. I may take time over the holidays to start working on updating these. No promises.
Appreciate the fast responseLikely a mesh issue. Try replacing the Gfay mesh with the one from here: https://github.com/BDeakins/DeneCore-MeshesAnyone have trouble with this, i start in Pok my toon runs to Gfay and then dont do anything else
Been out of town, sorry. Faction - Doesn't matter. I didn't have to have to add checks for faction because you never know who has trashed theirs. I would need more of a description (PM me) to help further.Problems again. Running it for my dwarf berserker and it's pausing in GFay when invis fades. Dorfs are not KOS in Felwithe.
It also fails to run because I don't have Philter of Gulon's Impunity and none were for sale.
Thanks for letting us know Den..RL takes precedenceThe macro is needing attention. I am trying to work on it (literally right now, was taking a break), but it's going to be a bit. I have some RL issues taking priority (my kid is moving back home with his fiance), so might be a bit till I get a chance to fully wrap this one up.

