1) Speak to a stablemaster and open the stables interface - the addon will only work once this is open
2) Enter any of the following macro commands, and one of the pets in your stable will appear on your cursor; from there just place it into your active slots as you normally would (note, this is case sensitive);
2a) /worb_rpet Any <== this will call a random pet, regardless of its family
2b) /worb_rpet Tenacity <== this will call a random tenacity pet
2c) /worb_rpet Ferocity <== this will call a random ferocity pet
2d) /worb_rpet Cunning <== this will call a random cunning pet
3) If you'd prefer a "one button does it all", you can use the following macro (though if you have the free macro slots to spare it's more ergonomic to set up the above 4 as separate macros and either keybind them or hotkey them to say number keys 1-4, etc);
/run if IsShiftKeyDown()==1 then t="Tenacity" elseif IsControlKeyDown()==1 then t="Ferocity" elseif IsAltKeyDown()==1 then t="Cunning" else t="Any" end SlashCmdList["WORB_RPET"](t)
Enjoy and let me know if you have any questions / comments / feedback!
