- Joined
- Apr 19, 2018
- Messages
- 14
- Thread Author
- #1
RuneMate Version:2.83.11
Affected Games: OSRS
1.Attempting to interact with "Small Net"
trying to make my bot interact with a fishing spot using the small net option, it returns false.
Changing "Small Net" to "Bait" makes the player interact with the fishing pool correctly just using bait instead.
Edit 5: this post has been through quite the number of edits so i nuked them and summed up what the bug is after doing some digging. The runemate client seems to think that some(not all) Fishing spots are not visible to the player, despite being visible. This causes it to not be given an interactablePoint and the bot then cannot click or do anything with it. it seems to happen the majority of the time however occasionally the client does see the fishing spot, i believe it just depends on where it spawns.
Affected fishing areas include : Draynor,Lumbridge(river) and Lumbridge below the graveyard.
there is a picture showing the bug in client and the fishing pool visible in game.
Edit: Uninstalling and Reinstalling the runemate client fixed it, not sure what caused it in the first place however.
Affected Games: OSRS
1.Attempting to interact with "Small Net"
Code:
Npc fishingSpot= Npcs.newQuery().names("Fishing spot").results().nearest();
fishingSpot.interact("Small Net");
trying to make my bot interact with a fishing spot using the small net option, it returns false.
Changing "Small Net" to "Bait" makes the player interact with the fishing pool correctly just using bait instead.
Edit 5: this post has been through quite the number of edits so i nuked them and summed up what the bug is after doing some digging. The runemate client seems to think that some(not all) Fishing spots are not visible to the player, despite being visible. This causes it to not be given an interactablePoint and the bot then cannot click or do anything with it. it seems to happen the majority of the time however occasionally the client does see the fishing spot, i believe it just depends on where it spawns.
Affected fishing areas include : Draynor,Lumbridge(river) and Lumbridge below the graveyard.
there is a picture showing the bug in client and the fishing pool visible in game.
Edit: Uninstalling and Reinstalling the runemate client fixed it, not sure what caused it in the first place however.
Attachments
Last edited: