Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:Queriable buff effects
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Finding rare buff icon names == This info is stripped from a post I made on the EU forums regarding macros. Sarf If you don't want to debug stuff runtime, you can always use the online resources available to us. I use [http://www.thottbot.com/ Thottbot]. Thott (of Thottbot fame) has simply copied the icons from WoW and put them on his site so that you can see the actual icons belonging to the spells (he's done this by datamining the client side databases, so no server hacking was involved ^^). For example, to get the Wyvern Sting debuff, use the link: http://www.thottbot.com/?s=Wyvern%20Sting Now, right click the first image that actually belongs to the ability (basically, check that it has a level and belongs to a skill). Now, view the image of that icon: Image:[[File:INV Spear 02.png]] (this was what I got - you may get different servers due to load balancing) Aha! Now, ingame, the folder path is actually using backslash (which, in lua translates to double backslashes due to backslash being an "escape" character) and without file extension. To avoid this mess (and shorten our macros) we will simply use the stuff from the end of "Icons/" until the ".jpg" (or a part of it). This leaves us with: INV_Spear_02 Now, if that is too much for our macro, we shorten it down to Spear_02 Tadah! In an addon, you should change "Interface/Icons/INV_Spear_02.jpg" into "Interface\\Icons\\INV_Spear_02" [[Category:Interface customization]]
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)