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:ItemString
(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!
=== Examples === item:6948::::::::80:::: : The first number is the ItemID for a {{loot|common|Hearthstone}}. The next 7 values are 0 or empty, which tells the client it has no enchants, gems, extra stats, and wasn't made by anyone. The 9th number, 80, means that the link applies to level 80 characters. item:18832:2564:0:0:0:0:0:0:80:0:0:0:0 : The first number is the ItemID for {{loot|epic|Brutality Blade}}. The second number, [[enchantId]], in this case denotes that it is enchanted with +15 agility. item:10242:0:0:0:0:0:0:614:0:80:0:0:0:0 : The first number is the ItemID for {{loot|uncommon|Heavy Lamellar Gauntlets}}. The seventh number, [[suffixId]], adds to this item's name " of the Monkey" and adds +11 Agility and +11 Stamina. item:4388:0:0:0:0:0:0:210677200:80:0:0:0:0 : The first number is the ItemID for {{loot|common|Discombobulator Ray}}. The eighth number adds the information that this particular item only has 4 uses left, and was made by Kirov. item:28484:1503:0:2946:2945:0:0:0:80:0:0:0:0 : The first number is the ItemID for {{loot|epic|Bulwark of Kings}}. The second number, [[enchantId]], is that of +100 HP. The third number denotes an empty blue jewel socket while the fourth and fifth numbers represent yellow jewel sockets occupied by a {{loot|epic|Inscribed Ornate Topaz}} and a {{loot|epic|Bold Ornate Ruby}} respectively. Jewel sockets can also take normal enchantID's. Bulwark of Kings has a socket bonus, but this is not represented within the itemString. You can extract the values from a given 'itemString' using the following Lua code: local _, itemId, enchantId, jewelId1, jewelId2, jewelId3, jewelId4, suffixId, uniqueId, linkLevel, specializationID, reforgeId, unknown1, unknown2 = strsplit(":", itemString)
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)