MMOMinion

Full Version: Switch classes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using sebbs gathering addon, in it's dualClass profile it wants to switch classes... I have the respective fields filled in Advanced settings, but it doesn't switch class, hangs in Task MISC_SWITCHCLASS
show your gearset list....
(10-21-2017, 12:37 PM)sebbs Wrote: [ -> ]show your gearset list....
Says invalid state could be permasprint on or mointed maybe.

Turn it off and dismount and try again.
if (Busy() or Player.incombat) then
d("[SwitchClass]: Cannot swap right now, invalid state.")
-- Very general check for things that would prevent moving around
function Busy()
local currentTask = ml_task_hub:CurrentTask()
return CannotMove() or (MIsCasting() and (currentTask == nil or IsNull(currentTask.interruptCasting,false) == false)) or MIsLoading() or IsControlOpen("SelectString") or IsControlOpen("SelectIconString") or IsShopWindowOpen()
or IsControlOpen("Gathering") or IsControlOpen("GatheringMasterpiece") or Player:GetFishingState() ~= 0 or not Player.alive or IsControlOpen("Synthesis") or IsControlOpen("SynthesisSimple")
or IsControlOpen("Talk") or IsControlOpen("Snipe") or IsControlOpen("Request") or IsControlOpen("JournalResult") or IsControlOpen("JournalAccept")
end
i would guess that its the permasprint iscasting...
deactivated permasprint, still the same
send me teamviewer info
I was able to fix this by switching my miner gearset and botanist gearset around and it started working just fine