egyptmor.blogg.se

Wow 2.4.3 full client
Wow 2.4.3 full client








wow 2.4.3 full client

Prints the name, icon texture, and time left for all buffs on the player. run for i=1,40 do local B=UnitBuff("target",i) if B then print(i."=".B) end endĢ.

wow 2.4.3 full client

Prints the names of all buffs on the current target: Example local buffs, i =, 1 īuffs = "You're buffed with: ".buffs ġ. debuffType String - The magic type of the buff duration Number - The full duration of the buff in seconds expirationTime Number - Time the buff will expire in seconds source String - The unit that cast the buff isStealable Boolean - 1 if it is stealable otherwise nil shouldConsolidate Boolean - 1 if the buff should be placed in a buff consolidation box (usually long-term effects). count Number - The number of times the buff has been applied to the target. iconTexture String - The identifier of (path and filename to) the indicated buff. rank String - The rank of the spell or effect that caused the buff. This is the name shown in yellow when you mouse over the icon. Returns name String - The name of the spell or effect of the buff, or nil if no buff was found with the specified name or at the specified index. filter String - zero or more of "PLAYER", "RAID", "CANCELABLE", "NOT_CANCELABLE", separated by pipe ("|") or space characters. Indices start at 1 and go up indefinitely until there are no more buffs on target. ShouldConsolidate, spellId = UnitBuff("unit", index or )Īrguments unitId String - The unit to query information for index or name Number or string - The index or name of the buff to retrieve information for. Name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, This essentially an alias of UnitAura with the "HELPFUL" filter. Retrieve info about a certain buff on a certain unit.










Wow 2.4.3 full client