Wanted Posted November 9, 2011 Share Posted November 9, 2011 So I have pretty much everything for bank except for regular Deposit, a few tab things (swap mode, banktab etc.), and Open/Find Bank. Just added PinScreen and EnterBankPin https://github.com/OSI1/OSI1/commit/40088ec51e9977b10aa61a05d0959ce1c076d471 * function BankScreen: Boolean; By: Wanted * function PinScreen: Boolean; By: Wanted * function EnterBankPin(Pin: string): Boolean; By: Wanted * function CloseBank(CheckBS: Boolean): Boolean; By: Wanted * function DepositAll(CheckBS, Inven, Equip, Summon: Boolean): Boolean; By: Wanted * function ToggleUseNotes(Use: Boolean): Boolean; By: Wanted * function SearchBank(CheckBS: Boolean; SearchText: string): Boolean; By: Wanted * function FixBank(FixUp: Boolean): Boolean; By: Wanted Is the list so far Happy scripting Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted November 9, 2011 Share Posted November 9, 2011 The timing couldn't be better. Working (slowly) on a smelter that is gonna need these. I prob convert my old custom reflection bank search over and use that for withdrawing, but the open bank will be really handy. Quote Link to comment Share on other sites More sharing options...
Wanted Posted November 13, 2011 Author Share Posted November 13, 2011 (edited) https://github.com/OSI1/OSI1/commit/309d81cbbed026f1f4858344910b457457b78d4d Added DepositAllExclude Also fixed inventory functions for when the BankScreen is open Edited November 13, 2011 by Wanted Quote Link to comment Share on other sites More sharing options...