Baggins_AnywhereBags

1 - Guild bank with 0 money causes right-click menu to not display

What steps will reproduce the problem?
1. Install Anywhere Bags for Baggins
2. Right-Click on the Baggins-FuBar
3.

What is the expected output? What do you see instead?
Open the Baggins-FuBar settings menu and related Baggins shortcuts.

What version of the product are you using?
Baggins_AnywhereBags-r80990

Do you have an error log of what happened?

\Baggins\libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:1119 Dewdrop-2.0: args.anywherebags.args.<guildnamehere>.args.Money: "desc" cannot be a 0-length string

Please provide any additional information below.

Baggins Anywhere Bags doesn't work, not sure, but I don't see anything related with seeing stuff my alts have,

yes:
a) on the same server
b) same faction
c) tried two alts on the same guild
d) tried two alts on different guilds
e) tried with two alts not guilded
f) variation of c, d, e

^_^

Hope that helps.

User When Change
mikk Aug 12, 2009 at 01:48 UTC Changed assigned to from Mecdemort to mikk
mikk Aug 12, 2009 at 01:48 UTC Changed name from Right Clicking on Baggins-FuBar with Anywhere Bags installed to Guild bank with 0 money causes right-click menu to not display
mikk Aug 12, 2009 at 01:47 UTC Changed status from New to Fixed
Laibcoms Oct 09, 2008 at 13:26 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 3 comments
  • Avatar of mikk mikk Aug 12, 2009 at 01:49 UTC - 0 likes

    Doh. Totally missed this ticket.

    Fixed as of 1.0.70.

    (Damn shame I didn't see it sooner. I just had this happen to _me_ with a new guild with 0 money in the bank.)

  • Avatar of rindy rindy Jan 10, 2009 at 21:00 UTC - 0 likes

    I changed line 560 in the Core.lua (inside the FormatMoney function) from

    if money > 0 then
    

    to

    if money > 0 or str == "" then
    


    That fixes the error for me, and displays 0c for the guild bank account, which is what i would expect

  • Avatar of rindy rindy Jan 10, 2009 at 20:50 UTC - 0 likes

    I was having the same error with my bank chars guild until i put 1c into that character guild bank. It seems the display of the amount of gold in the guild bank it set to an empty string when no gold is there, wich Dewdrop does not allow.

  • 3 comments

Facts

Last updated
Mar 30, 2012
Reported
Oct 09, 2008
Status
Fixed - Developer made requested changes. QA should verify.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
2

Reported by

Possible assignees