07-05-2014, 11:31 PM
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
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