|
INTRODUCTION ItemInfo by Nathanmx (nathan@executus) This addon primarily does two things: 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:0:0: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. 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 saved across sessions. GUI OPTIONS [X] Safe Mode - Checking this will prevent IINFO from querying the server [X] Advanced Mode - This builds the link from scratch using pre-entered data via slash commands when you hit 'Create!'. Same thing as "/ilink adv". [X] Verbose iinfo - Checking this sends all the iinfo about items to the chat frame. Otherwise, only the most important item information will be shown in the GUI. 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). * Note that the Inspect feature has been changed and inspecting at any range is no longer easily possible. However, in upcoming versions the InspectFrame will NOT close when you move out of range, and later on you will be able to inspect players at any distance as long as another player has ItemInfo and can inspect them (their inspect data will be passed to you). And even further down the road, you will be able to inspect players of the opposite faction as long that player or a nearby opposing faction player (within inspect range) has ItemInfo. COMMANDS LIST ITEM INFO (find info about item links) Usage: LINK CREATION HELP ITEM ID (/item id): - 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 <id> and </id> 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-YYYYYYYYY.html" where XXXXX is the item id and YYYYYY is the item name. ITEM NAME (/item name) ITEM COLOR (/item color) ITEM SUFFIX (/item suffix): ITEM UNIQUE (/item unique) ADVANCED FEATURES ------------------------- FindEnchants(t,n) ------------------------- - Allows you to find every enchant that exists. Make a macro with the following line: /script FindEnchants(t,n) where t is enchant id to start with and where n is any number. If n is 1, the enchant id will increment by 1, otherwise it will decrement by 1. Note: "item id" and "item name" have to be set beforehand, you
can manually set them or just /iinfo any item (the enchants will be shown on
that item, regardless of compatibility). |