Hi,
sorry to bother you again with this Question, but yes i can tell you they do! i´ve whatched them porting without doing anything on my Keyboard. I´ve zoned into Mission and my Ber portet back and so on...
My only Toon who is not porting to ToH is my Bard using KA... so my first idea is the plugin... if you say that is not possible how can this happen?
Iam not using any other automation on Top so i think this is not the problem.
Iam not using any broadcast Programms or mimic me on or anything like that.
And if ill maby wrote down to less Information, iam sorry about that... iam not familiar with coding or troubleshouting with coded automation Programms.
show me where your cwtn class plugins say they're casting in in their cwtn plugin output.
they don't. it isn't in the code
you either have another automation running like rgmercs, as mentioned, or an mq2react, or you have something else casting it like mq2posse or a bad mq2event
but it isn't cwtn class plugins
to repeat what i already mentioned so i can elaborate
INI:
mq2bst uses playing possum
mq2cleric uses yaulp
mq2eskay uses dark lord's unity (azia)
mq2shaman uses Companion's Aegis
mq2berzerker doesn't have any stuck gem check, because they don't have any gems
mq2rogue doesn't have any stuck gem check, because they don't have any gems
mq2monk doesn't have any stuck gem check because they don't have any gems
mq2war doesn't have any stuck gem check because they don't have any gems
mq2enchanter doesn't have a stuck gem check because eq fixed their issue before we did enchanter
mq2mage doesn't have a sutck gem check because eq fixed their issue before we did mage
and those are ONLY for if you have checkforstuckgems turned on. you can turn off checkforstuckgems.
for example, for mq2eskay
/shd CheckForStuckGems true/false/on/off/0/1 -
Sets if you want to try and "unstick" your spell gems - this will happen in every mode other than manual, and we use the Dark Lord's Unity AA.
We absolutely, do not use throne of heroes in any capacity. we SPECIFICALLY didn't want to use origin, like kiss does, and we specifically do not use throne of heros like rgmercs does. We spend time with each class to see what would break the stuck gems issue that are not abilities that could/would make you leave the zone.
and again, the classes as i mentioned above that don't have spell gems don't have a stuck gem check - like the aforementioned berzerker that is throne of heroes`ing outta there
the only way anything like that being even remotely possible is if you have something for KEYPRESS MOVE_UP or KEYPRESS_ PITCHUP or KEYPRESS_PITCHDOWN or KEYPRESS_LEFT or KEYPRESS_RIGHT etc bound to the same button that you have a hotkey for YOUR hotbar bound to. I'm not even sure this behavior *would* do this, but i *guess* that is possible if you did something wild and crazy like that.
in which case you would definitely not want to do that as that makes no sense, and you're going to cause yourself all sorts of grief and headaches
you could check this in your alt-o everquest settings
if you had something like this, where you had your hotbutton 6 as "6" and also as "LEFT", this could/might/potentially be causing behavior as a result of you saying when i press left please also press this hotkey"
100% check all of those, anything in
RED means it is multi-bound. if you have any LEFT RIGHT UP DOWN FORWARD PITCHUP PICTCHDOWN or anything resembling that - undo that.
but to be clear - a: it is not being used for stuckgems check b: we are not using it directly in any capacity c: if we *were* directly using it outside of stuckgems, we would specifically say so in our plugin output