Hey everyone! So I'm trying to use the Warrior Guild Bank using reflection banking. Any help please?
Here's my code:
Simba Code:
procedure BankThings;
begin
MakeCompass('N');
SetAngle(SRL_ANGLE_HIGH);
If OpenBank('wgb', true, true) then
begin
Wait(2000);
DepositAll;
Wait(1000);
Withdraw(0, 0, 1);
Wait(1000);
Withdraw(0, 1, 1);
Wait(1000);
CloseBank;
Wait(2000);
end;
end;
Everytime I run the script I get this error:
Reflection succesfully setup!
** Warning in OpenBankQuiet: Unknown bank: wgb **
** Warning in OpenBankQuiet: Unknown bank: wgb **