Pour grognement utilise ce code lua: 
TogglePetAutocast(7);
Pour voir si il est activé/désactivé: 
local name, subtext, texture, isToken, isActive, autoCastAllowed, autoCastEnabled = GetPetActionInfo(7);
if autoCastEnabled then
	print("sort actif");
else
	print("desactivé");
end
Pour les stat du joueur regarde c'est fonction lua: http://wow.gamepedia.com/World_of_Warcraft_API#Character_Statistics_Functions