Go Back   WowAce Forums > Addon Chat > AddOn HELP!
AddOn HELP! Requests for assistance and misc bug reports go here.

Reply
 
Thread Tools
Old 10-09-2008   #1
khariv
Full Member
 
Join Date: Jun 2006
Posts: 106
Default working Onebag for 3.0/WoTLK

Title says it all. Is there a working OneBag for 3.0? I have tried the existing one and it disables the bank, makes it impossible to click on things and is generally quite broken.

Is anyone updating this mod for 3.0? I have tried searching and cannot find a OneBag thread that has been updated recently.

thanks.
khariv is offline   Reply With Quote
Old 10-09-2008   #2
Ydrisselle
Hero Member
 
Ydrisselle's Avatar
 
Join Date: May 2005
Location: Budapest, Hungary
Posts: 697
Default Re: working Onebag for 3.0/WoTLK

Kaelten is working on OneBag 3.0 (he wrote about that somewhere), but he has some other serious business right now you know :P
__________________
Signatures are boring things.
Ydrisselle is offline   Reply With Quote
Old 10-11-2008   #3
Arrowmaster
Hero Member
 
Join Date: Apr 2006
Posts: 807
Default Re: working Onebag for 3.0/WoTLK

While Kaelten is busy, I would suggest looking at Tullers bag mods. Either Combuctor or Bagnon.
Arrowmaster is offline   Reply With Quote
Old 10-11-2008   #4
Melikae
Full Member
 
Melikae's Avatar
 
Join Date: Sep 2008
Location: Paderborn, Germany
Posts: 100
Send a message via ICQ to Melikae Send a message via MSN to Melikae
Default Re: working Onebag for 3.0/WoTLK

Iirc Baggins worked on the PTR for me as well...
Melikae is offline   Reply With Quote
Old 10-12-2008   #5
OrionShock
Legendary Member
 
OrionShock's Avatar
 
Join Date: May 2006
Location: Arizona
Posts: 3,500
Default Re: working Onebag for 3.0/WoTLK

http://oldsvn.wowace.com/wowace/bran.../WotLK/OneBag/

works for me in latest PTR, just the bank is a bit borked.
__________________
Author of GuildCraft, SickOfClickingDailies, and CursorCooldown

"I was there in the beginning... and things were very different back then" --An Echo from a time before.
OrionShock is offline   Reply With Quote
Old 10-12-2008   #6
egingell
Hero Member
 
egingell's Avatar
 
Join Date: May 2006
Location: Cenarion Circle
Posts: 943
Send a message via AIM to egingell Send a message via MSN to egingell
Default Re: working Onebag for 3.0/WoTLK

Quote:
Originally Posted by OrionShock View Post
http://oldsvn.wowace.com/wowace/bran.../WotLK/OneBag/

works for me in latest PTR, just the bank is a bit borked.
The only problem I have with OneBank is an error, "Money type not set" otherwise, it works fine.

Edit: Just don't try to buy bank slots. lol
Edit: Adain: I forgot to look at BugSack... GetInventorySlot is now no longer in existence and there's a few other errors.
Edit: 3: /sigh... items don't appear to be usable in OneBag...

I hate when I post prematurely.
__________________
Bruce Lee killed Chuck Norris!
Don't call me a nerd. That is offensive to my people.
My Characters (yes, I have a guild with only me in it).

Last edited by egingell; 10-12-2008 at 07:03 AM.
egingell is offline   Reply With Quote
Old 10-12-2008   #7
egingell
Hero Member
 
egingell's Avatar
 
Join Date: May 2006
Location: Cenarion Circle
Posts: 943
Send a message via AIM to egingell Send a message via MSN to egingell
Default Re: working Onebag for 3.0/WoTLK

Nice... All it took was "this" to make the items usable.

File: OneBag\templates.xml
Line: 28
Replace: ContainerFrameItemButton_OnLoad()
With: ContainerFrameItemButton_OnLoad(this)

Edit: OneBank required a few more of "this".

File: OneBag\templates.xml
Line: 7
Replace: BankFrameItemButton_OnLoad()
With: BankFrameItemButton_OnLoad(this)

File: OneBank\OneBank.xml
Line: 124
Replace: Everything inside <OnLoad></OnLoad>
With:
Code:
-- backward compatible
local _, _, _, interface = GetBuildInfo()
SmallMoneyFrame_OnLoad(this); -- passing "this" is not harmful to the environment
if interface >= 30000 then
    MoneyFrame_SetType(this, "STATIC");
else
    MoneyFrame_SetType("STATIC"); -- it is here, however.
end
Edit: Again... I have attached a patch. Please note that the only files included in the ZIP are the ones I changed.
Attached Files
File Type: zip OneBagBank-patch.zip (3.8 KB, 259 views)
__________________
Bruce Lee killed Chuck Norris!
Don't call me a nerd. That is offensive to my people.
My Characters (yes, I have a guild with only me in it).

Last edited by egingell; 10-12-2008 at 07:45 AM.
egingell is offline   Reply With Quote
Old 10-15-2008   #8
madindehead
Member
 
Join Date: Sep 2008
Location: Glasgow
Posts: 15
Default Re: working Onebag for 3.0/WoTLK

Em...how do we use the patch? :S
madindehead is offline   Reply With Quote
Old 10-15-2008   #9
HunterZ
Legendary Member
 
HunterZ's Avatar
 
Join Date: Dec 2005
Location: Seattle
Posts: 3,367
Default Re: working Onebag for 3.0/WoTLK

Bagnon works perfectly. I miss Baggins though so I'm going to try reinstalling the latest version of it because I hear it works fine (except for not knowing how to categorize some items on beta).
HunterZ is offline   Reply With Quote
Old 10-15-2008   #10
Trickery
Newbie
 
Join Date: Dec 2006
Posts: 1
Default Re: working Onebag for 3.0/WoTLK

Thanks, the code changes worked great.

Patch .zip file is corrupted though everytime I try to download it.
Trickery is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 05:03 PM.