Best way I could think of would be to write a macro that went something like this: |Unloader.mac Sub Main /plugin Plug1 unload /plugin Plug2 unload .... /return You get the idea. Just list the names of all the plugins you want to shut down. Once you've got the macro up and running, go into your MQ.i...
When you have something like that which should be working, the first test to try is to just exchange ${Me.PctExp} for ${Me.PctAAExp}. If it doesn't work, then your other code is broke. If it does, then the ${Me.PctAAExp} is, for some reason. Trying the same in reverse (PctAA for PctExp) can be a dif...
Maybe I missed it, as I was scrolling through quickly...but where is your "Sub Main"? This looks like a nice snippet, but needs to be adjusted slightly to make it a macro! Sub Main /call ClickRodWithCheck /call SumPet /call cast "Elemental Simulcram" /delay 55 /memspell 9 "P...