My leave group macro refuses to give me 1 min cd tp to gy since this Wednesday, I suppose.
I was using this:
/inv 1
/pr 1
/script C_PartyInfo.LeaveParty()
any other macros to take into account to leave group and tp to gy?
My leave group macro refuses to give me 1 min cd tp to gy since this Wednesday, I suppose.
I was using this:
/inv 1
/pr 1
/script C_PartyInfo.LeaveParty()
any other macros to take into account to leave group and tp to gy?
Nope, that’s server-side behavior.
Try:
/run C_PartyInfo.InviteUnit("a");C_Timer.After(1,function() C_PartyInfo.LeaveParty() end)
Thank you so much, this way it finally works
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.