Hooray onebag! noce and fast, without all the junk stuck to it. Is there going to be inner bag sorting and condensing for this? like you know, things under categories and blah blah.
humm may I ask why you removed the break bag feature ?
update : after looking at the code and the folder plugin, it appears that in game there is nothing loaded into the pluggin panel. May be that is why I dont have the break bag functionality
Thanks for bringing the bag break feature back in.
I do have a few requests. First, u gif mi oneview3 and onering3 rite nao plz kthxbai!!! :)
I've been using the old ones, with a few code changes to get them working, up until Tuesday when onebank broke, fell over, and sank into the swamp. OneView is too crucial to me (and my 3 bank alts) to give it up, which is why I've continued using the old crusty ones.
Currently, I've got both onebag (which oneview requires) and onebag3 (which onebank3 seems to require) up and running. I tried using onecore instead of onebag3, but that didn't seem to work for me, and I'm not really sure why. I'll give it another try if you think it should work, and that'll take care of everything for me.
With both onebags, I'm still using the old version of onebag since it's all configured, and I've got onebag three's alpha set to zero, and as far out of the way as I can get it. Haven't seen a problem with this yet, but I was wondering if there's a better option.
A couple things I've found with onebag3/onebank3. No profiles. Makes it a little annoying to set up all my characters with the same settings, but I can live with that. Of course, now that I think about it, I'll just copy the SV files from one character to all the others....
Onebag3 has the overall frame follow the cursor when I move it around the screen, but the items themselves get disconnected and move around a totally different way. This might be because I'm trying to run it and onebag at the same time, I haven't tried to test that yet.
Lastly, thanks again for all your great work! I do understand it'll be a while for oneview3, and that I need to learn patience. I just wanna know how long it's gonna take for me to learn patience!! :)
Thanks Kael. I'll try OneBank3 without OneBag3 again tonight, and let you know exactly what error(s)/problem(s) I find. Hopefully that will be "works perfect!"
Don't care about onering. Want oneview! nao nao nao nao nao! </toddler's tantrum>
Getting this error when i equip "Argent Lance" with Onebag 3.3.4-beta.
[2009/04/21 00:04:17-820-x7]: OneCore-1.0-34 (OneBag3):405: Usage: GetContainerItemInfo(index, slot)
OneCore-1.0-34 (OneBag3):405: in function `?'
CallbackHandler-1.0-3 (Ace3):146: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[2]":4: in function <[string "safecall Dispatcher[2]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[2]":13: in function `?'
CallbackHandler-1.0-3 (Ace3):91: in function `Fire'
AceEvent-3.0-3 (Ace3):119: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:118>
---
I want to rewrite my "hack" that brings blizzards token display to OneBag3 using the plugin system but it doesn't seem to work. I guess the simple sort plugin only works because its called from within OneCore-1.0 directly ;)
Using the NewPlugin or NewPluginType Methods I don't get any changes at the plugin page of OneBag3.
Oh and btw, unchecking the simple sort plugin results in having absolutely no bag buttons, so I guess there is still work to be done :p
Just restarted and got my old config and mods updated now with Onebag3 and Onebank3. But as there are no OneView updated currently (/cry), is there any other good addon that can keep track of bank/inventory on multiple characters?
Edit: Ok, I found and started using BankItems. It works as I intended, being a memory of bags/bank for all characters. Easy and good addon. Although it's not one bag, but a hundred.
I vaguely remember that the tool tip's that show when mousing over a item in the bag could be moved. I use cowtip and all tool tips seem to be under it's control except the ones when mousing over a item in the bag. Is it possible to do this?
I have the yellow quest items one (Without the toggle setting though as I don't care about turning it off).
Open the file ..\World of Warcraft\Interface\AddOns\OneBag3\libs\OneCore-1.0\OneCore-1.0.lua
Go to line 293 and delete everything up to line 307. That should be:
293: if self.db.profile.appearance.rarity and not fcolor and not bcolor then
...
307: end
Where that used to be paste:
if self.db.profile.appearance.rarity and not fcolor and not bcolor then
local link = GetContainerItemLink(bag:GetID(), slot:GetID())
if link then
local itemtype = select(6, GetItemInfo(link))
if itemtype == "Quest" then
color = {r=1.0, g=0.92, b=0.11}
else
local rarity = select(3, GetItemInfo(link))
if rarity and (rarity > 1 or self.db.profile.appearance.lowlevel) then
-- --going with this method as it should never produce a point where I don't have a color to work with.
color = colorCache[rarity]
if not color then
local r, g, b, hex = GetItemQualityColor(rarity)
color = {r=r, g=g, b=b}
colorCache[rarity] = color --caching to prevent me from generating dozens of tables per pass
end
end
end
end
end
humm may I ask why you removed the break bag feature ?
update : after looking at the code and the folder plugin, it appears that in game there is nothing loaded into the pluggin panel. May be that is why I dont have the break bag functionality
I do have a few requests. First, u gif mi oneview3 and onering3 rite nao plz kthxbai!!! :)
I've been using the old ones, with a few code changes to get them working, up until Tuesday when onebank broke, fell over, and sank into the swamp. OneView is too crucial to me (and my 3 bank alts) to give it up, which is why I've continued using the old crusty ones.
Currently, I've got both onebag (which oneview requires) and onebag3 (which onebank3 seems to require) up and running. I tried using onecore instead of onebag3, but that didn't seem to work for me, and I'm not really sure why. I'll give it another try if you think it should work, and that'll take care of everything for me.
With both onebags, I'm still using the old version of onebag since it's all configured, and I've got onebag three's alpha set to zero, and as far out of the way as I can get it. Haven't seen a problem with this yet, but I was wondering if there's a better option.
A couple things I've found with onebag3/onebank3. No profiles. Makes it a little annoying to set up all my characters with the same settings, but I can live with that. Of course, now that I think about it, I'll just copy the SV files from one character to all the others....
Onebag3 has the overall frame follow the cursor when I move it around the screen, but the items themselves get disconnected and move around a totally different way. This might be because I'm trying to run it and onebag at the same time, I haven't tried to test that yet.
Lastly, thanks again for all your great work! I do understand it'll be a while for oneview3, and that I need to learn patience. I just wanna know how long it's gonna take for me to learn patience!! :)
OneBank3 doesn't require onebag3 any longer. Or at least it shouldn't... I'll check on that.
Oooh, profiles. I need to add in the options panel for that.
Yeah, not sure about any oddities caused by running OB3 and OB, the thought of doing so never occured to me :S
Don't care about onering. Want oneview! nao nao nao nao nao! </toddler's tantrum>
;)
Anyway, OneBank3 works just fine without OneBag3. Thanks once again!
I want to rewrite my "hack" that brings blizzards token display to OneBag3 using the plugin system but it doesn't seem to work. I guess the simple sort plugin only works because its called from within OneCore-1.0 directly ;)
Using the NewPlugin or NewPluginType Methods I don't get any changes at the plugin page of OneBag3.
Oh and btw, unchecking the simple sort plugin results in having absolutely no bag buttons, so I guess there is still work to be done :p
=D
Edit: Ok, I found and started using BankItems. It works as I intended, being a memory of bags/bank for all characters. Easy and good addon. Although it's not one bag, but a hundred.
Currency tracking:
http://paste.wowace.com/35-one-bag3-currency-token-display/
Yellow quest items:
http://paste.wowace.com/60/
http://paste.wowace.com/61/
There use to be a version based on the OneBag3 alpha, but when I paste them in, I can get currency tracking, but my bags no longer show as one bag.
I have the yellow quest items one (Without the toggle setting though as I don't care about turning it off).
Open the file ..\World of Warcraft\Interface\AddOns\OneBag3\libs\OneCore-1.0\OneCore-1.0.lua
Go to line 293 and delete everything up to line 307. That should be:
Where that used to be paste: