bank data

otterboyy

Active Member
no I haven't searched the forums and no I haven't read all the tutorials for lavish or here.

There blunt honesty, take it or leave it.

But the reason I'm posting is that we have alot of things in our guild bank that we would like to show on a webpage. Is the guild bank data server side only or is there a way to access it on the client side through inner space or isxeq2?
 

insanitywiz

Senior Member
Bluntly telling people that you are too lazy to search the site or the wiki and want the answers handed too you isn't the best way to get help.
 

Twiddle

Active Member
otterboyy said:
But the reason I'm posting is that we have alot of things in our guild bank that we would like to show on a webpage. Is the guild bank data server side only or is there a way to access it on the client side through inner space or isxeq2?
Maybe!

If you search the forum og read the wiki, i am rather sure you'll find the answer :p

~
 

abbadon

Active Member
I love honesty

So to be bluntly honest with you, don't you think that if the data was "server-side" only that you wouldn't be able to see it when you access your guild bank? It is a small leap of reason that the very fact that you can see and examine what is in your guild bank slots that your client does receive that data.
I am sure there is probably some method you can use but like you I am too lazy to look it up. Luckily for you though one of us actually has a reason to motivate us to do so.


:D
 

otterboyy

Active Member
good points.
I wasn't looking to have how to do it handed to me, simply is the guild bank data exposed. If its know that it is to ISXEQ2, then I can certianly read, experiment ect ect.

I can see that the Item member in the Character Method at least accesses the bank data, but I'm guessing that it doesn't list the Guild Bank information.
I'll have to confirm that when I get home.

However, even that might work if we pull the items out of the guild bank and put them on a mule, then use the current functionality to dump the list to a file for import into a database for publishing on the web.
 

abbadon

Active Member
I looked

for a sec as well and only saw the bools for isbank and issharedbank which are probably not the guild bank. In the 5 or so minutes I looked nothing jumped out at me.

If you search everywhere and can't find anything you could always post a feature request.
 

abbadon

Active Member
guild bank reference

Here is a guild bank reference from some patch notes. It is about coin vs items.

* Added the following METHODS to the 'character' datatype:
1. BankDeposit[<type>,<amount>]
2. BankWithdraw[<type>,<amount>]
--> 'type' would be: p,g,s, or c.
--> Example: Me:BankDeposit[p,3]
3. GuildBankDeposit[<bank number>,<amount>]
4. GuildBankWithdraw[<bank number>,<amount>]
--> 'bank number' is 1-4. 'amount' is the amount to withdraw in SILVER pieces.
--> Example: Me:GuildBankWithraw[1,200]
 

otterboyy

Active Member
Just stumbled across that as well and was coming here to post it!

From what I'm seeing, being able to list out the guild bank items info is looking like a feature request.
 
Top Bottom