Thread Tools Display Modes
04/14/14, 09:10 AM   #1
BadVolt
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 74
Post MobileBank addon

Hi, guys.
I would like to present you my addon, MobileBank.

It allows player to watch his own bank or guildbank (any his guild) anywhere and anytime.
Guild bank items are stored in SavedVariables and we are working at parser, that will export this values into external DB.

Data avaliable:
Guildbank items - need to scan your guildbank first, since data can't be gethered realtime.
Own bank - can be gathered realtime. No need to gather it 1st.

I will be glad to hear tour thoughts and bugreports.

p.s. Not sured about showing information with <11 positions (both of my banks are full)

Last edited by BadVolt : 04/14/14 at 04:08 PM.
 
04/14/14, 10:14 AM   #2
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 288
Nice! Did not test it yet but do you plan on adding an option to show other chars inventory? That woud be great. Or just a small hint on the item tooltip that you have the same item on one of your other chars.
 
04/14/14, 11:12 AM   #3
BadVolt
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 74
Originally Posted by Tonyleila View Post
Nice! Did not test it yet but do you plan on adding an option to show other chars inventory? That woud be great. Or just a small hint on the item tooltip that you have the same item on one of your other chars.
Thanks for idea with characters! I think it will be next feature for me to implement.
 
04/20/14, 10:06 PM   #4
UniqueCoverings
Join Date: Apr 2014
Posts: 1
Great Addon...

One request. Which correct if I missed it, is to have the items separated in categories and not just one list.
Like our inventory is now. Apparel,Weapon,etc...
 
04/20/14, 11:11 PM   #5
BadVolt
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 74
Originally Posted by UniqueCoverings View Post
Great Addon...

One request. Which correct if I missed it, is to have the items separated in categories and not just one list.
Like our inventory is now. Apparel,Weapon,etc...
Ok. I think I'l handle it)
 
04/22/14, 12:36 PM   #6
MerlinGer
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1
Change the Function commandHandler

Please Change the following Lines:

function insJY.commandHandler(text)

SLASH_COMMANDS["/junkyard"] = insJY.commandHandler
SLASH_COMMANDS["/jy"] = insJY.commandHandler

If you use without "xxx." a another AddOn can have the same function and override is possiple.

Thanks

Another a very nice Addon. Thanks
 

ESOUI » AddOns » Alpha/Beta AddOns » MobileBank addon


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off