The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
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

Post: #7
RE: [ITEM/FUNCTION] Account Gold Bank
hummmm, why don't you tell before?? Big Grin

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


Smile

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
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [ITEM/FUNCTION] Account Gold Bank - escribano - 09-08-2015 03:35 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)