MMOMinion
Switch classes - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: Switch classes (/showthread.php?tid=19949)



Switch classes - TauTau - 10-21-2017

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


RE: Switch classes - sebbs - 10-21-2017

show your gearset list....


RE: Switch classes - TauTau - 10-21-2017

(10-21-2017, 12:37 PM)sebbs Wrote:  show your gearset list....



RE: Switch classes - sebbs - 10-21-2017

Says invalid state could be permasprint on or mointed maybe.

Turn it off and dismount and try again.


RE: Switch classes - sebbs - 10-21-2017

if (Busy() or Player.incombat) then
d("[SwitchClass]: Cannot swap right now, invalid state.")


RE: Switch classes - sebbs - 10-21-2017

-- 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


RE: Switch classes - sebbs - 10-21-2017

i would guess that its the permasprint iscasting...


RE: Switch classes - TauTau - 10-21-2017

deactivated permasprint, still the same


RE: Switch classes - sebbs - 10-22-2017

send me teamviewer info


RE: Switch classes - jmurphy - 10-22-2017

I was able to fix this by switching my miner gearset and botanist gearset around and it started working just fine