API GetParryChance Edit History Talk0 98,585pages on this wiki Revision as of 17:15, July 26, 2008 by Kirthert (Talk | contribs) (diff) ←Older revision | Latest revision (diff) | Newer revision → (diff) Referencee AddOns WoW API Widget API XML UI WoW Lua Macro API Event API Changes Web API HOWTOs Snippets UI tech. CVars Category nav. → WoW API Returns Player's parry chance in percentage (all numeral). Example chance = GetParryChance() DEFAULT_CHAT_FRAME:AddMessage("I have "..chance.."% parry chance!") See also GetBlockChance, GetDodgeChance and GetCritChance. Read more Sets your primary talent tree. SetPrimaryTalentTree(talentTabId) talentTabIdNumber - tab to make... API SetPrimaryTalentTree Returns the index of the current active talent group for the player. local specGroup ... API GetActiveSpecGroup API partyCategoryType is a common set of parameters for determining a special Group type. Added... API partyCategoryType Categories: World of Warcraft API