ItemSync
--- A ItemSync update for wow client 4.1.0 is coming the next days! Please be patience! ---
What is ItemSync? ItemSync is an item collection and manipulation mod. ItemSync will gather items from many different sources. Many features are available to you such as a search feature for items that were gathered and even a favorites window to keep track of items you really would like to have. ItemSync also comes bundled with several other useful tools that will be described below.
ItemSync will always maintain an updated list of items and names. Its all automatic and you dont have to do a thing. Just let ItemSync work its magic.
What features do I get with ItemSync? There are tons of features are your disposal! ItemSync comes complete with the following abilities: -Filtering -Search -QuickBag (a portable inventory bag with easy to read item prices) -Favorites (a window to keep track of all those favorite items youve wanted) -ItemID (a window to allow you to manually input item ids for items you havent seen) -Optimizer (a feature that allows you to always keep a clean and efficient database.) -Validater (a feature that allows you to validate those invalid items in your database) -And so much more!!!!
ItemSync will gather items from almost every possible location. This includes locations such as the Auction House, Bank, Inventory, Inspect Window, Chat Window, and more.
ItemSync also stores the prices of items when you visit a Vendor. Not to mention it even grabs the items that the Vendor has to sell!!!
Favorites Window: A neat ability that is available to you when you use ItemSync. It allows you to store those items you come across and have always wanted. The Favorites window makes it easy for you to remember items. No more writing down items and then forgetting what they were called or what stats they had.
QuickBags: QuickBags is a portable inventory bag, which displays prices of items in a simple to read format. No more having to hover items in your bags to view what each item is worth. Selling items to a vendor has never been easier!
Search Window: ItemSync comes with a very power search capability. You can search by items by location, rarity, level, and even resistance.
ItemID: ItemID is a very nifty tool which allows you to manually input items by their item id to your database. This is a great way to add items you havent come across yet. Filtering: ItemSync can store items based upon your filtering settings. Want ItemSync to only collect blue items and above? Its easy with the Filter window. You can even purge the database by a specific rarity.
Fetch Links: Fetch Links is a very handy feature in ItemSync that allows you to quickly and easily add items to chat by using partial names. For example typing [*ore*] in the chat window would replace it with the actual link for [Copper Ore]. Fetch Links is a very powerful tool and has many applications.
Can I see prices of items in the tooltips?
YES! ItemSync has the ability to display both the Vendor Price and the Sell Price for an item within the tooltip. You can select which features you wish to view within the Options window.
Do I ever get disconnected linking an item? You shouldnt ever disconnect while linking an item from ItemSync. ItemSync has been programmed to prevent any such actions from occurring. If however in the event you do disconnect then you should take caution when linking that item in the future. The creator of ItemSync takes no responsibility for any disconnections that may occur while using ItemSync.
Can I see the items across servers? Yes, this option is available to you. It isnt recommended as item ids are different across servers. This means you will always have a constant list of invalid items if you merge them across servers. By default ItemSync separates item collection by server.
Can I convert my data from LootLink/KC_Items/ItemsMatrix?
NO! I repeat NO! This ability has been removed from any future version of ItemSync. This is just to time consuming. If other folks wish to make converters then they are allowed to. I will post links to them as they become available.
If you guys and gals could be so gracious as to spread your views and acknowledgement and acceptance of ItemSync to your friends and family. I would be truely in all your debts.
Also your votes would be truely kind and will repay me for all the work i've put into this mod.
Sincerely Yours, Derkyle
Working very well SaiBork, thanks you very much ;-).
Shadeofdrag and all other who dont want the "no sell price" text if they dont show sell prices using itemsync, change the following file:
<wow-dir>\Interface\Addons\ItemSync\tooltip\ISync_Tooltip.lua
Change line 704 from: if(getPrice and tonumber(getPrice) and tonumber(getPrice) == -1) then --item has no value
To: if(getPrice and tonumber(getPrice) and tonumber(getPrice) == -1) and ISync:SetVar({"OPT","PRICE"}, 1, "COMPARE") then --item has no value
Im having the same problem as Shadeofdrag. Its a bug, I dont want it to state it in my tooltip. I use SellValues for my sellvalues, because i have modded it for my own likings and it already includes that. So if i dont want to show prices n my tooltips, its logical i dont need the "no sell price" text either.
Soul Shards, Mounts, Enchanting Mats, Keys, Hearthstones, Quest Items, Etc do not have a sell price at all, i.e. Vendors do not want them. Thus "No Sell Price" is not a bug, it is a fact.
I don't have the option "Display sell prices in tooltips" enable, however some items (not all) have a "No Sell Price" tooltip.
Some exemples: Soul Shards, Mounts, Large Brilliant Shards, Keys, Hearthstone...
Is this a know bug?
I cant find teh ItemSYnc Panel like there used to be. How do i access ItemSync without a panel? this was right after i got done installing the latest patch, 12.3
Is it possible that I disconnect every time I paste an item name into chat?
Thanks for the quick reply. May be you think about "Fizzwidget AdSpace" but it works only for recipe not for other items. Anyway it is also better to have one more easy function added to your great addon than installing another one.
@BattleMage: I haven't been able to reproduce this error. It seems to work fine to me. Please PM me with a link to download your itemsync.lua from your savedvariables.
@tomsommer: Yep someone posted that and I'm working to fix it :)
@PAPYFROG: Neat idea, but I think there is already a mod that does that somewhere. I forgot what it's called.
It will be great if you can have access to the name and the localisation of vendors where you collected items data. For example, I am always wondering where I saw a recipe and it is painfull to look for fruit vendors for Hunters.
Thanks
The Filter Rarity option is ignored, I still have green and blue items in my itemsync
use "/is" to show itemsync.. then go to options and enable the minimap icon (if u need it)
Upon installing for the first time.....I get a ingame message asking to do searck, I clicked yes. Now, am I suppose to have a icon around my map to click on? I see no way to bring it up. I use Titan tollbars, is there a mod that will add that function to it?
There are still those doubled "no sell value" lines in 12.3.
Version 12.3: -ItemSync will now gather items when you mouseover players -Added an option under the general tab to turn off mouseover inspecting. -Fixed the GetQuestItemLink bug. -Fixed the search slash command. -Got rid of the stripped down pointless subitems with no enchantments or attributes to them. -Added a cleaning to the database to check for subitems that were added more then once. -Allowed CleanDB to parse the subitems and replace if it finds duplicates. -Prevented ItemSync from fetching the database constantly when it was displaying tooltip money. -Prevented ItemSync from comparing subitems constantly. -Added a check to prevent SetDB from setting the same information constantly.
Yep Itemsync generating the same problems stated below
ISync_Tooltip.lua:325: Usage: GetQuestItemLink("type", index)
and TONS of duplicate entrys with no way to get rid of them.
/is s <itemname> is not working for me ;-)
The Fix posted on page 37 works. Just try it.
ISync_Tooltip.lua:325: Usage: GetQuestItemLink("type", index)
I'm getting errors since the rewrite when getting a quest reward. I also get an error when hovering rewards on the quest description.