Thread Rating:
- 1 Votes - 5 Average
- 1
- 2
- 3
- 4
- 5
[ITEM/FUNCTION] Account Gold Bank
|
Author |
Message |
escribano 
Journeyman

Posts: 170
Likes Given: 16
Likes Received: 32 in 23 posts
Joined: Nov 2012
Reputation: 2
Dragon Shard

|
RE: [ITEM/FUNCTION] Account Gold Bank
hummmm, why don't you tell before??
You can do an dialog, that could be opened after the client says "bank". This dialog will show all the characters of the account and let the player "open" any bank container using an button.
Your script shold be something like this:
Code:
[DIALOG d_bank_list]
...
...
...
FOR x 1 <eval <account.chars>>
BUTTON .... <local.x> // The button ID shoud be the account counter
DTEXT .....
ENDFOR
[DIALOG d_bank_list BUTTON]
ON=1 5 // From char 1 to 5
var.account = <argn> // This is the Button clicked
TRY UID.<account.char.<eval <var.account>>.uid>.findlayer.29.open
return 1
Note: you can change the bank size... also you can do some script to let the player "improve" its bank box, leting the player store more itens inside the bank.
UltimaPHP - OpenSource Ultima Online Server v0.1-pre-alpha under development, we need help!
(This post was last modified: 09-08-2015 03:37 AM by escribano.)
|
|
09-08-2015 03:35 AM |
|
|
Messages In This Thread |
RE: [ITEM/FUNCTION] Account Gold Bank - escribano - 09-08-2015 03:35 AM
|
User(s) browsing this thread: 2 Guest(s)