• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Interlinking Deposit box between characters on the same acc

ofc you can, just create another table called balances with chars ids and add it to the banker npc, with an storage or anything.
 
Would this connect my deposit box between characters on the same account or just the bank?
well when I read it, I think on this.
Bank Player1 = 0
Bank Player2 = 0
Shared bank Player1-Player2 = 0
>Player1: deposit 100gps on his bank account and 200gps on his shared bank account (shared with Player2)
Bank Player1 = 100gp
Bank Player2 = 0
Shared bank Player1-Player2 = 200gps
>Player2: deposit 300gps on his bank account and 150gps on his shared bank account (shared with Player1)
Bank Player1 = 100gp
Bank Player2 = 300gp
Shared bank Player1-Player2 = 350gp

Yes, it's possible.
No time for doing it but cus is a good idea I will add this on my bookmarks. Don't wait me.
 
Back
Top