You do not have to use it if you do not want to but sure would make it easier at the bank with 124 slots to have to search through to find a certain item/category.
No Visual Update after zoning happens to me even directly after login. Reloading the ui does NOT help. Visual Update of the bank is also NOT working. Tooltips update correctly but the icons remain the same.
Same visual update bug here, its definently conflicting with cartographer. I had an error pop up once reguard a onebag/lib and cartographer but i didnt save it. if you remove cartographer it works just fine. i love both of the addons though so if anyone has a fix for this please post up. a few of my friends run these addons together and have no problems. so i dont know why some get it and other sdont.
First, to all who have problems with alt charaters not updating. I had the same problem, and by deleting the OneView/OneStorage files in the WTF folder, it started working properly again. You need to access the bank for all characters again to cache all the information.
Secondly, I noticed that wile most items work perfectly, some of the new Outlands items would not be stored in OneView. I figured out the the ItemID for new Outlands stuff uses negative numbers. This has been fixed partially in the last patches, but some items might still have negative numbers in postitions where OneStorage is not expecting any. I did change the stringmatch query in the OneStorage.lua file (sub dir of OneView). I changed the stringmatch query (3 identical lines of code) to this: local _, _, code = strfind(link or "", "(item:%d+:%d+:%d+:%d+:%d+:%d+:%-?%d+:%-?%d+)"). I have posted this as an open ticket for OneView also.
For me, this works perfectly for all my items. I am not familiar with the SVN control system and release process, so I have not commited these changes. Anyone who can, pleas feel free to do this.
1. is there a way to remove the white lines between every slot in the bag? i only want an outline if the slot is filled with an item.
2. is it possible to remove the spacing between the slots? i conserve space wherever possible :P
3. is it possible to show "Total gold on Server: xxx" when you hover the gold display?
4. is it possible to show "Alt has XX in their Bag and XX in their Bank" when mousing over items?
I'm looking for a vBagnon replacement and those few lil features are really great. I tried OneBag yesterday and could already tell it was faster/less lag when opening my bank/inv and would love to use it again :) I also like that it integrates with KCItems!
I've asked this before, but I figured I'd give it a chance again. Any chance of getting the following change? :D
Line 658: slot:SetNormalTexture("Interface\\Buttons\\UI-Quickslot2")
Pretty please? It looks so much better with that texture as the default. :D
If that's not something you want to do, could you possible add a (global) variable that one could access via a secondary mod? I'm coding a custom mod that tweaks various other mods for myself and this is one that's fighting me. :)
First, to all who have problems with alt charaters not updating. I had the same problem, and by deleting the OneView/OneStorage files in the WTF folder, it started working properly again. You need to access the bank for all characters again to cache all the information.
Secondly, I noticed that wile most items work perfectly, some of the new Outlands items would not be stored in OneView. I figured out the the ItemID for new Outlands stuff uses negative numbers. This has been fixed partially in the last patches, but some items might still have negative numbers in postitions where OneStorage is not expecting any. I did change the stringmatch query in the OneStorage.lua file (sub dir of OneView). I changed the stringmatch query (3 identical lines of code) to this: local _, _, code = strfind(link or "", "(item:%d+:%d+:%d+:%d+:%d+:%d+:%-?%d+:%-?%d+)"). I have posted this as an open ticket for OneView also.
For me, this works perfectly for all my items. I am not familiar with the SVN control system and release process, so I have not commited these changes. Anyone who can, pleas feel free to do this.
Finally, thanks for an excellent mod :)
Thanks for the info, this made it work for me. (OneView\libs\OneStorage-2.0\OneStorage-2.0.lua)
changed the stringmatch query (3 identical lines of code) to this:
local _, _, code = strfind(link or "", "(item:%d+:%d+:%d+:%d+:%d+:%d+:%-?%d+:%-?%d+)")
It would be nice to see a category feature in OneBag, like Baggins has, where it can auto-sort based on specified rules, or you can add specific items to specific categories.
Is Onebag opening the bag when going to the bank ?
Any way to enable/disable the auto-opening of the bag ?
Am just using Onebag and not Onebank atm, as I prefer to have several bags in my bank for sorting my stuff.
Is Onebag opening the bag when going to the bank ?
Any way to enable/disable the auto-opening of the bag ?
Am just using Onebag and not Onebank atm, as I prefer to have several bags in my bank for sorting my stuff.
If your not using OneBank because you want to have the individual bag frames to sort then just like OneBag you can use the little arrow button at the top left of OneBank which will slide out the individual BankBag icons and when you click on one all those slots will be highlighted and you can work with that individual bag. This makes it easy to manually sort things in bank or to move things to replace a bag with a bigger bag.
Dunno if this already happens but I cant find it, I dont want onebag to open when I press on all bags I would like my herb bag(Blizzard frame) to open when I click there and only the herb bag, atm my herb bag is hidden but when I click there onebag opens and I dont want Onebag to open just want Onebag to open when I click on my other storage bags
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
WTB fix for OneView, it doesn't update other chars info anymore.
;)
Ok, I deleted the OneView.lua file from Savedvariables and it seemed to start working again with info from my alts.
I've isolated the cause of this bug; it's a conflict with the Cartographer addon.
Upon removal of the Cartographer addon the bags began updating fine even after zoning.
it is indeed so much better, thanks :)
Secondly, I noticed that wile most items work perfectly, some of the new Outlands items would not be stored in OneView. I figured out the the ItemID for new Outlands stuff uses negative numbers. This has been fixed partially in the last patches, but some items might still have negative numbers in postitions where OneStorage is not expecting any. I did change the stringmatch query in the OneStorage.lua file (sub dir of OneView). I changed the stringmatch query (3 identical lines of code) to this: local _, _, code = strfind(link or "", "(item:%d+:%d+:%d+:%d+:%d+:%d+:%-?%d+:%-?%d+)"). I have posted this as an open ticket for OneView also.
For me, this works perfectly for all my items. I am not familiar with the SVN control system and release process, so I have not commited these changes. Anyone who can, pleas feel free to do this.
Finally, thanks for an excellent mod :)
r29256 - Vertical Alignment Bottom Fixed
2. is it possible to remove the spacing between the slots? i conserve space wherever possible :P
3. is it possible to show "Total gold on Server: xxx" when you hover the gold display?
4. is it possible to show "Alt has XX in their Bag and XX in their Bank" when mousing over items?
I'm looking for a vBagnon replacement and those few lil features are really great. I tried OneBag yesterday and could already tell it was faster/less lag when opening my bank/inv and would love to use it again :) I also like that it integrates with KCItems!
Thanks!
If that's not something you want to do, could you possible add a (global) variable that one could access via a secondary mod? I'm coding a custom mod that tweaks various other mods for myself and this is one that's fighting me. :)
Thanks for the info, this made it work for me. (OneView\libs\OneStorage-2.0\OneStorage-2.0.lua)
local _, _, code = strfind(link or "", "(item:%d+:%d+:%d+:%d+:%d+:%d+:%-?%d+:%-?%d+)")
Any way to enable/disable the auto-opening of the bag ?
Am just using Onebag and not Onebank atm, as I prefer to have several bags in my bank for sorting my stuff.
If your not using OneBank because you want to have the individual bag frames to sort then just like OneBag you can use the little arrow button at the top left of OneBank which will slide out the individual BankBag icons and when you click on one all those slots will be highlighted and you can work with that individual bag. This makes it easy to manually sort things in bank or to move things to replace a bag with a bigger bag.
I am a zhTW locale user of OneBag/Bank/View/Ring. I had updated/fixed the zhTW locale files of OneBag, OneStorage and OneView.
OneBag: zhTW.lua, OneCore.lua (r29618)
OneStorage: OneStorage-2.0.lua (r29237)
OneView: locals.lua (r29234)
Please update it, thanks.