Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Gormac
Forum: AddOn Help/Support 05/31/14, 04:58 AM
Replies: 3
Views: 4,379
Posted By Gormac
local skile = {} local skiletype = { [1] =...

local skile = {}
local skiletype = {
[1] = SKILL_TYPE_ARMOR,
[2] = SKILL_TYPE_AVA,
[3] = SKILL_TYPE_CLASS,
[4] = SKILL_TYPE_GUILD,
[5] = SKILL_TYPE_NONE,
[6] =...
Forum: AddOn Help/Support 05/31/14, 03:48 AM
Replies: 3
Views: 4,379
Posted By Gormac
GetSkillAbilityInfo and integer abilityGraphic

Hi guys, how get texture name from abilityGraphic (integer).

EVENT_COMBAT_EVENT (integer result, bool isError, string abilityName, integer abilityGraphic, integer abilityActionSlotType, string...
Showing results 1 to 2 of 2