Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. S

    Bug WebPath returning null

    Ill try to keep the ladder stuff in mind, right now im headed to bed. Got the doors in lumbridge mostly working, except when a door is already open while its being mapped. https://i.imgur.com/7KwzCx9.png Given most of the open doors are only 1 ID number off of the original door would grabbing...
  2. S

    Bug WebPath returning null

    Yup that is what I'm finding as I dig more into it as well, I was just being a dummy the first time around.
  3. S

    Bug WebPath returning null

    @awesome123man Looks like both versions did, It was just rendering the name of the objects as white text on a white background so it was impossible to use, adjusted that now and it works well. Might do a little more improving on it as far as recognizing the correct objects to be added to the...
  4. S

    Bug WebPath returning null

    @dahnae I appreciate the files there :) was able to start building my webPath. I noticed it doesnt seem to handle doors/other obstacles by default. Is there anything special I have to do to import those?
  5. S

    Bug WebPath returning null

    @CuppaJava Thanks for the response, I'll keep my eye on this thread for any updates from anyone.
  6. S

    Bug WebPath returning null

    Looks like that resource has been deleted, we outta luck until it comes back or webpath is fixed?
  7. S

    Resource [Request] Command Line Argument list

    i appreciate it, already knew the first two but did not know the third one.
  8. S

    Resource [Request] Command Line Argument list

    any update on this? did we ever get a list of CLI arguments?
  9. S

    Resolved Adding xp tracker

    glad that i could help. and yeah, event.getChange() then just add the change to a variable like totalXpGained or something.
  10. S

    Resolved Adding xp tracker

    You will have to implement SkillListener which is the eventListener for XP gain or skill level ups. Then youll have to set your bot to listen for these events by putting this line of code in your onStart functiongetEventDispatcher().addListener(this); after thats done youll have to write a...
  11. S

    Bug Fishing Spot Not Visible to runemate client despite being visible in game

    some of the pools in this area are visible to the dev tools, im guessing that depending on where it spawns/moves to the pool will be interactable. never put in an edit to clarify that. so regardless of method it just comes down to where the pool spawns. i should be able to interact with all the...
  12. S

    Bug Fishing Spot Not Visible to runemate client despite being visible in game

    it never even right clicks, that my problem, the spots show no interaction point or visibility despite being in plain sight. here is a picture from the dev client showing the lack of InteractablePoint and it being right in front of my face in game.
  13. S

    Bug Fishing Spot Not Visible to runemate client despite being visible in game

    Checked the capitalization of both of them, the npc is correctly named "Fishing spot" and the interactions are "Small Net" and "Bait" respectively. I think it has something to do with the bot thinking it cant see the fishing spots(visibility 0, camera turning does nothing) despite being able to...
  14. S

    Bug Fishing Spot Not Visible to runemate client despite being visible in game

    RuneMate Version:2.83.11 Affected Games: OSRS 1.Attempting to interact with "Small Net" 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...
Top