Skip to content

Commit

Permalink
Update grandexchange.simba
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Sep 1, 2021
1 parent 1b837ee commit d8aecaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osr/interface/grandexchange.simba
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ begin

if RSObjects.GEExchange.Click then
begin
Minimap.WaitPlayerMoving(300, 5000);
Minimap.WaitMoving;
Result := WaitUntil((Self.IsOpen or BankPin.IsOpen),
SRL.TruncatedGauss(50, 1500), 3000);
end
Expand All @@ -24,7 +24,7 @@ begin
ChooseOption.Open;
if ChooseOption.Select('Exchange') then
begin
Minimap.WaitPlayerMoving(300, 5000);
Minimap.WaitMoving;
Result := WaitUntil((Self.IsOpen or BankPin.IsOpen),
SRL.TruncatedGauss(50, 1500), 3000);
end;
Expand All @@ -42,7 +42,7 @@ begin

if RSObjects.GEExchange.WalkClick then
begin
Minimap.WaitPlayerMoving(300, 5000);
Minimap.WaitMoving;
Result := WaitUntil((Self.IsOpen or BankPin.IsOpen),
SRL.TruncatedGauss(50, 1500), 3000);
end;
Expand Down

0 comments on commit d8aecaa

Please sign in to comment.