MMOMinion
PVP duty queue - 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: PVP duty queue (/showthread.php?tid=8195)



PVP duty queue - ohnofantasy - 07-02-2014

Since the update the requeue time for pvp seems faster than before. I always get the "unable to execute command while occupied." or "Consciousness is required to participate in this duty." Cause my screen is still loading or recover from death. Is there anyway to make the requeue wait time longer?


RE: PVP duty queue - ohnofantasy - 07-02-2014

Is anyone has the pvp requeue issue after death or any solution?


RE: PVP duty queue - levinthan9 - 07-05-2014

Could be your pc performance. Go ffxiv_task_pvp.lua


function e_joinqueuepvp:execute()
if not ControlVisible("ContentsFinder") then
ActionList:Cast(33,0,10)
ml_task_hub:CurrentTask().windowTimer = ml_global_information.Now
elseif (TimeSince(ml_task_hub:CurrentTask().windowTimer) > math.random(4000,5000)) then
PressDutyJoin()
ml_task_hub:CurrentTask().state = "WAITING_FOR_DUTY"
end
end



Edit 4000,5000 to 10000,12000 to give you extra 5-7 secs before clicking join button again


RE: PVP duty queue - ohnofantasy - 07-06-2014

Thanks for the help.