John
01-09-2012, 05:21 AM
And how do i fix it?
Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
Fixed
Now this :P
begin
//if WithdrawItem(Marrentil, 'dtm', 1, 'lean', []) then
//if WithdrawItem(Marrentil, 'dtm', 1, 'lean', []) then
//WithdrawItem(DragonBones, 'dtm', 25, 'ragon', []) then
if Withdraw(8, 0, 1) then
Wait (350 + random(350))
if Withdraw(8, 0, 1) then
Wait (350 + random(350))
if Withdraw(9, 0, 25) then
Wait (350 + random(350))
if BankScreen then
Wait (350 + random(350))
CloseBank;
Wait(2000 + Random(545))
And i get this error for this peice of coding:
Compiling failed.
[Error] (377:7): Semicolon (';') expected at line 376
Compiling failed.
[Error] (377:7): Semicolon (';') expected at line 376
Compiling failed.
Wait figured it by myself
Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
Fixed
Now this :P
begin
//if WithdrawItem(Marrentil, 'dtm', 1, 'lean', []) then
//if WithdrawItem(Marrentil, 'dtm', 1, 'lean', []) then
//WithdrawItem(DragonBones, 'dtm', 25, 'ragon', []) then
if Withdraw(8, 0, 1) then
Wait (350 + random(350))
if Withdraw(8, 0, 1) then
Wait (350 + random(350))
if Withdraw(9, 0, 25) then
Wait (350 + random(350))
if BankScreen then
Wait (350 + random(350))
CloseBank;
Wait(2000 + Random(545))
And i get this error for this peice of coding:
Compiling failed.
[Error] (377:7): Semicolon (';') expected at line 376
Compiling failed.
[Error] (377:7): Semicolon (';') expected at line 376
Compiling failed.
Wait figured it by myself