Skip to content

Commit

Permalink
fix: compatibility with latest SRL-T
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Aug 28, 2024
1 parent 357d5a2 commit e6b48f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions optional/handlers/combathandler.simba
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ begin
ChatButtons.Open(ERSChatButton.GAME_CHAT);
Self.SlayerTaskFinishedVisible := Chat.FindMessage('Slayer master', [CHAT_COLOR_RED]);


for eConsumable := ERSConsumable(0) to ERSConsumable(High(ERSConsumable)-2) do
Self._ShouldHandleConsumable(eConsumable);

Expand Down Expand Up @@ -521,7 +520,6 @@ begin
if Inventory.Open() and Inventory.ClickItem(Self.Bracelet) then
Result := WaitUntil(Inventory.Count() < count, 300, 3000);

WriteLn Result;
if Result then
begin
Self.BraceletTimer.Restart();
Expand Down
2 changes: 1 addition & 1 deletion optional/handlers/poh.simba
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The core record used to handle navigating a POH.
Path: TPointArray;
PathIndex: Int32;

Graph: TWebGraph;
Graph: TWebGraphV2;
end;


Expand Down
1 change: 1 addition & 0 deletions osr/walker/objects/rsmonsters.simba
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ begin
Setup(60, 12, [[4943, 229], [5197, 231]]);
Setup('Gargoyle');
Finder.Colors += CTS2(6446435, 22, 1.03, 0.09);
//superior projectile CTS2(2830703, 11, 0.04, 1.27)
end;

with Self.GreaterNechryael do
Expand Down

0 comments on commit e6b48f6

Please sign in to comment.