Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasp_woodcutter - Uzer RSHeightMap.Disabled Zoom #33

Open
TazE-scripts opened this issue May 29, 2024 · 0 comments
Open

wasp_woodcutter - Uzer RSHeightMap.Disabled Zoom #33

TazE-scripts opened this issue May 29, 2024 · 0 comments

Comments

@TazE-scripts
Copy link
Contributor

TazE-scripts commented May 29, 2024

Found a unforeseen issue with disabling heightmap at Uzer: RSHeightMap.Disabled := TreeLocation = ETreeLocation.RUINS_OF_UZER;
Script works fine if zoom is within range 45->65, eventually antiban will adjust zoom to < 45 and the trees cannot be found anymore.

Steps to reproduce:

  • Start bot at Uzer with Anitban.MinZoom := 15;, Anitban.MaxZoom := 30

Temporary solution

procedure TAntiban.Setup(); override;
begin
  Self.Skills := [ERSSkill.WOODCUTTING, ERSSkill.TOTAL];
  Self.MinZoom := 45;
  Self.MaxZoom := 65;

  inherited;
end; 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant