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
Is their any reason as to why ItemSync wouldn't be pulling new database entries from chat, especially guild? Or did I just do something dumb like disable an option that I didn't know about?
ItemSync ist showing the "value" of an item if it has none, although it's turned off. So every unsellable item has two tooltip lines. (One from SellValue for me and one from IS)
Since the new Version searching via "/is s Itemname" doesnt work anymore it just shows up the normal Itemsync Window for me.
But anyway Itemsync is the best Item Browser for World of Warcraft :D
Error: Interface\AddOns\ItemSync\tooltip\ISync_Tooltip.lua:325: Usage: GetQuestItemLink("type", index)
that's with 12.2
Fix bug for mouse over items of Quest Interface\AddOns\ItemSync\tooltip\ISync_Tooltip.lua:325
-- ISync_ToolTip_GT_SetQuestItem
function ISync_ToolTip_GT_SetQuestItem(this, sOpt, slot) ISync_lOriginal_GameTooltip_SetQuestItem(this, sOpt, slot);
local link = GetQuestItemLink(sOpt, slot); local _,_, qty = GetQuestItemInfo(sOpt, slot);
ISync:AddTooltipInfo(this, link, qty, 1);
end
Received the following errors after uploading to current version. Didnt get these with version12. http://img.photobucket.com/albums/v47/Silent54/WoW/is01.jpg http://img.photobucket.com/albums/v47/Silent54/WoW/is02.jpg
Just a heads up folks, I will be addressing all the issues that are given below. An update should be available today or early tommorow. I'm addressing a unusual side effect that causes ItemSync to stall sometimes.
german client, when opening quest log frame (accepting new quest) that has any item reward: Interface\AddOns\ItemSync\tooltip\ISync_Tooltip.lua:325: Usage: GetQuestItemLink("type", index)
I retried updating with version 12.2 and I'm still losing half or more of my database.
I don't know what could cause this, maybe because I use the same database for all servers?
@Gunslinger : I also have the exact same problem (tried with only ItemSync on and I lose a good 15-20fps every auto shot). But the bigger problem here is, ItemSync is not the only mod causing this. I have other mods (Bibmod, Flexbar) that do the exact same thing on every auto shot. Prior to 1.10, never a mod caused this kind of freeze, fps drop.
Blizzard must have screwed something over with patch 1.10 and it's making us freeze on auto shots. It must be the use of a function or call or hook that does too much checks when we fire an auto shot. Save us Derkyle :P
indeed there is an error... Not when you mouseover the quests in your questlog, but when you mouseover the questrewards before accepting the quest.
@derkyle: to the "capture target changed" hook... why is this? wouldnt it make more sense to hook it at the "/inspect" command? just an idea... like this IS would not have to work if you change hostile targets
Hi there i got a small problem. I got around 10.000 valid Items in my Database atm but Itemsync Displays around 30.000 because of such thing as for example here: http://img126.imageshack.us/img126/6584/duplicate1fl.jpg
All those Items with the same name are the same items there is absolutly no diffrence between them. When i optimize the Database it also only says its optimizing around 10k items: http://img196.imageshack.us/img196/7244/duplicate27xe.jpg
In older version there was a button to delete duplicate items but it isnt inside anymore :-(
Is there anything else what i can do but purging my whole DB?
I will be addressing all the bugs you folks have posted.
Gunslinger ItemSync has no references to any firing triggers. ItemSync only has 3 major actual hooks to be honest with you, capture chat events, capture tooltips, and capture target changed. That's pretty much it. The only problem I can see if ItemRank uses some of the ItemSync code. I will look into it for you though.
I got the quest reward error!
No more problems here. OneBag and MobHealth probs seems to be gone. Now that IS works good again i have a question for future versions ;-) Can u add a feature (like in KC_Items) to add all available items to IS? I was thinking of: 1) installing IS first time - 40k invalid items (around that much are in game i think, counting ...of the eagle and stuff). 2) everytime anyone logs in with one of the items u should get less and less invalids Like this u dont have to see the items personally before they are in your IS. ATM i can only see items that i "saw" on characters / quests / drops / AH / channels... but not items some ppl just have without showing them ;-) (f.e. i never inspect lvl 10 chars, so i prolly miss a lot of lvl 10 items ;-))
@Gunslinger: this is itemsync... u posted something about itemrack.
After considerable trial and error, and disabling all mods and reenabling them one at a time, I have isolated a problem to this mod.
The problem manifests itself whenever I am in combat. When this mod is enabled, every time my character fires a shot (I am a hunter), the game stutters severely while the shooting animation plays and the shot flies towards the mob I am shooting at. In other words, I will hear the shooting sound, and the screen will show shoot -> stutter -> stutter -> reload.
This stuttering, more than being very annoying, is extremely detrimental to any effort to kite a mob, Frequently, due to the stutter, I will come out of a jump shot running directly toward the mob I am trying to kite.
Disabling this mod makes the problem go away.
My best guess is that whatever event is triggered by a bullet being fired is causing ItemRack to do some king of computationally intensive task, which causes the game to stutter the way it does.
I love this mod, but I cannot use it with my hunter because of this problem.
I too got the same error concerning a quest reward. I was turning it in:
Count: 1 Error: Interface\AddOns\ItemSync\tooltip\ISync_Tooltip.lua:325: Usage: GetQuestItemLink("type", index)
Moused over a quest reward and got this error with 12.2.
Error: Interface\AddOns\ItemSync\tooltip\ISync_Tooltip.lua:325: Usage: GetQuestItemLink("type", index)
i'm still getting several errors with 12.2
after loading UI i get... "[string "ISync_MainFrame:OnLoad"]:2:attempt to index global 'ISync_MainFrameHeader_Box' (a nil value)"
I type /is resetwindow i get... "Interface\AddOns\ItemSync\Itemsync.lua:1082: attempt to index a nil value"
I type /is i get a clear is window with none of my links listed (i was using the latest 11 version) and error... "[string "ISync_MainFrame:OnShow"]:8: attempt to index global 'ISync_MainFrameHeader_BoxText' (a nil value)"
/is fav "Interface/AddOns/ItemSync/ItemSync.lua:1069: attempt to call method 'Fav_Frame_Binding'(a nil value)"
I have no minimap button..
There has been an update to address several issues people were having.
Alright... So I just updated from 11.3 I think, to 12.1. Lost 1/2 my database. Sweet!! While not a horrible problem it is disappointing.