ItemInfo

ItemInfo

Created by Nathanmx - Last updated on July 03 2009
Download
Version Compatible Translations Patch Release Date
ItemInfo 5.0 (Beta) (Current) 汉语 汉语 한국어 Deutsch English Español Français English 3.0.9 July 03 2009 N/A
ItemInfo 3.5 English English 0 June 12 2006
ItemInfo 3.4 English English 0 June 08 2006
ItemInfo 3.3 English English 0 May 22 2006
ItemInfo 3.2 English English 0 May 20 2006
  • Description
  • Change Log
=====================================
INTRODUCTION
=====================================
ItemInfo by Nathanmx (nathen@chromaggus)
Many thanks to wbb (Bastian Pflieger), I borrowed and spruced up his old GUI code from Item Magic for ItemInfo's GUI.

This addon primarily does two things:
- shows detailed information about items (everything that one can possibly know about an item)
- allows you to create item links (fake items or existing items)

The first part of this addon is easy - getting information about links. All you have to do is type "/iinfo " and then shift-click a link into the chat edit box, and hit enter. The second part is also very easy - all you need is the id of the item you want to play around with and you can create that item link (even if you've never seen it before). You can also make up items, change their rarity, stats, enchants, who created them, and more. The details are explained more in-depth below.

=====================================
UNDERSTANDING ITEMLINKS
=====================================
Item links are actually just plain old text, but the game processes them in a special way so you can click them in the chat frame. In your chat frame they appear as, for example [Arcanite Bar], however it is actually more like this:

|cff1eff00|Hitem:12360:0:0:1219310752|h[Arcanite Bar]|h|r

One of the things this addon does is create this kind of text from scratch so as to provide you with the link - even if you've never seen the item at all (and you can still link it your friends, etc). All you need to provide is the item id (in the sample above the id is 12360). You can also optionally add "fake" enchants to the item, or add suffixes like "of the Eagle" to the item and give the item additional stats. If you do it correctly, these "fake" items will still link perfectly to everyone.
You can also just for fun make up totally new item links like a legendary [Nathanmx's Worn Dagger of Leetness] ... but you won't be able to link those items to your friends (it will more than likely disconnect you from the server).

Now, creating item links is a very easy process. This addon does not work like lootlink where you can pick from a list of items to link. You'll need to do some research to create links. The upside is that this addon uses virtually 0 memory, is fast and clean. The downside is that it takes sligtly longer to make links, even though that's hardly a downside considering the power you have in the link creation process with this addon. Lootlink lets you relink items you've seen. ItemInfo lets you link ANY item (even if you've never seen it) and ADD stuff to it (like enchants, suffixes, and more). Also, one of the features of ItemInfo allows you to save items links between playing sessions. See below for more information on how to do this.

Note: ItemLink info is now saved across sessions (/iid /iname /ienchant etc).

=====================================
COMMANDS LIST
=====================================
ITEM INFO (find info about item links)
Usage:
/iinfo [itemlink] -- This will add info to the tooltip about the linked item. Also if you /info an item link, all it's data will be kept so that you can type /link and it will build that link without any further work.
/iinfo -- This will bring up the ItemInfo GUI. Enter in an item ID and click "Create!" to create the link for it (if it is in your local cache). The "Report" button tells you the values of the variables for creating item links, the "Clear" button clears those values, the "sLink" button shows you your currently saved links, and the "Inspect" button allows you to inspect your target from any distance (so you can shift-click their gear and whatnot). The Safe Mode check box, if unchecked, queries the server for itemlink information if it is not found in your local cache (may result in a disconnect).

ITEM LINK (create item links)
/iname -- sets the name of the new item link
/icolor -- sets the color of the new item link (gold, purple, blue, green, white, gray, or a hexadecimal value)
/iid -- sets the id of the new item link
/isuffix -- sets the suffix id of the new item link
/iunique -- sets the unique id of the new item link
/ienchant -- sets the enchant id of the new item link

/ilink -- compiles the link using data solely from the item id (/iid )
/ilink adv -- compiles the link using data from /iname /icolor /iid /isuffix /iunique /ienchant (if done incorrectly, you may get disconnected)
/ilink clear -- resets the values of the itemlink variables (iname/icolor/iid/isuffix/iunique/ienchant)
/ilink report -- reports the contents of itemlink variablies
/ilink safe -- constructs the link but doesn't query the server for the link data (so you won't get disconnected for an incorrect link [until you click it])

ITEM SAVE (for storing item links)
/slink save [item link] -- saves an itemlink so that you can easily retrieve it later
/slink clear -- clears your saved item links
/slink edit -- removes all instances of from your currently saved item links
/slink show -- shows all the item links you have saved


Link Creation Basic Example:
/iid 17182
/ilink

This will give you the link for [Sulfuras, Hand of Ragnaros].

Link Creation Advanced Example:
/iname Prismatic Band of Power
/icolor green
/iid 12017
/isuffix 1592
/ienchant 1627
/iunique 0
/ilink adv

This will give you the link for [Prismatic Band of Power]; a green ring that has +92 Attack Power, a +92 Attack Power enchant on it, and is completely linkable.

=====================================
LINK CREATION HELP
=====================================
ITEM ID (/iid):
- They can be found at http://wow.allakhazam.com/ or http://www.Curse-Gaming.com/.
Allakhazam: Simply search for an item, click on the item when the search is finished, then find the "XML" link under it. In between and is the ID of that item.
Curse-Gaming: When you click on any item in the database, just check the URL of that page. It should say something like "http://www.curse-gaming.com/en/wow/items-XXXXX-YYYYYYY... where XXXXX is the item id and YYYYYY is the item name.

ITEM NAME (/iname)
- Just enter the item name. See Thottbot or Allakhazam if you can't remember how to spell it.

ITEM COLOR (/icolor)
- This just determines what color the item link will be (gray / white / green / blue / purple / gold / artifact). You can also use a hexidecimal code instead of the color words and it will use that instead.

ITEM SUFFIX (/isuffix):
- This is the end part of the link that gives the item additional bonuses, like "of the monkey" or "of Shadow Resistance", etc. A list of suffix id's can be found here: http://www.wowwiki.com/API_TYPE_ItemString. Note that this only adds the stats to the item, it does not add "of the Monkey" to the item name. You have to do that yourself with /iname.

ITEM ENCHANT (/ienchant)
- This is the enchant on the item. You can enchant ANY item, even potions and mounts and arrows, etc. Find enchant id's on this page: http://www.wowwiki.com/API_TYPE_ItemString

ITEM UNIQUE (/iunique)
- There's no way to easily and accurately make this up. You just have to get it from items you've seen in game. I.E., /iinfo a crafted item you made and you'll see a sample of a unique id.

=====================================
IN DEVELOPMENT
=====================================
- Create your items from scratch and link them to friends who have ItemInfo?
There is no dependency information for this file.
- updated for WOTLK
XML Syndication
Current: 5.0 (Beta)

6 votes
4 with 6 votes
18467 downloads
(15 today)

Rate File

Comments

vipfw

July 8, 2009 - 1:56 am [ Reply ]

Post a comment

You must be registered and logged in to post a comment.

Username: Password:

Register

WoW Guru
Advertise on the MMO Guru Network!

Language
MMO Guru Network