Could anyone tell me where to find all the pet battle macros to queue up pvp pet battle, accept pvp pet battle, and forfeit it also?
I have a G510 keyboard and pwnboxer and would love to just automate the shit out of this!![]()
Could anyone tell me where to find all the pet battle macros to queue up pvp pet battle, accept pvp pet battle, and forfeit it also?
I have a G510 keyboard and pwnboxer and would love to just automate the shit out of this!![]()
Search for C_PetBattles.* at docs/api - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons
Well, if you find the macro to queue up for pvp pet battles, I'll share my macros for forfeit & accept pvp battle with you in a pm.
And probably later I'll make a public guide.
/script C_PetBattles.StartPVPMatchmaking(); - Joins queue,
/script C_PetBattles.StopPVPMatchmaking(); - Leaves queue, =)
Happy Hunting!
forfeit:
/script C_PetBattles.ForfeitGame()
Need to search for the accept queue macro
Edit: macro to accept seems broken.
Last edited by Snowee; 05-28-2013 at 05:30 AM.
/click PetJournalFindBattle should work guys,
I use
Join queueCode:/run C_PetBattles.StartPVPMatchmaking() /run C_PetBattles.AcceptQueuedPVPMatch() /run C_PetBattles.ForfeitGame()
Accept Inv
ForfeitGame