Leave group macro while farming legacy dungeons/raids

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.

1 Like

Try:

/run C_PartyInfo.InviteUnit("a");C_Timer.After(1,function() C_PartyInfo.LeaveParty() end)

2 Likes

Thank you so much, this way it finally works

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.