Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. Please confirm having checked all the troubleshooting steps. If this is not caused by roof rendering, please PM me a log file and/or a screenshot of it if you can.
  2. Thanks, it wasn't a change in the item, but a bug in the code when legs are not equipped. I committed a fix, which will be live when the SDN is next updated (within 24h). Will update this post when I see the change go live. EDIT: Live now.
  3. Alright, I guess they changed the legs again. Can you post/pm me a picture of its options?
  4. Check out the troubleshooting section for common issues. Is your setup Mory legs -> Clan Wars? Might be a bug with mory legs route if it isn't just a missing hotkey
  5. Should be somewhat possible to run in resizable; not sure if that's what you refer to. But sounds like it's a no-go
  6. Is this on Windows? Your user would require write-access to the OSBot folder in your user directory
  7. Enemy NPCs don't "pathfind" per se. When in combat, they simply translate directly towards the target position. I assume that you only deal with melee enemies I find that the easiest way to do a reliable check, is to perform a simulation on what would happen if you attacked the enemy from the tested position. For such a simulation, each step would perform following checks: - Is the currently simulated position equal to the target (in this case the player's) position; if so, this is not a safespot - Is the player able to attack the currently simulated position? (Requires: Player range distance, region clipping graph & projectile masks); if so, this is a possible safespot - Is the next position towards the target blocked in both directions? (Requires: Region clipping graph, Checking positions of other NPCs)
  8. Sounds a bit odd with the camera; tried to make sure this didn't happen. Could you post a screenshot of how it lines up the doors (while running)? Maybe I can spot some graphic setting I haven't tested with. The rearranging issue may be caused by using duel rings as part of your equipment setup. If that is the case, please ensure that no equipment setup contains the ring, and keep it in your inventory instead (it is considered a misc/teleport item by the script)
  9. The problem is not in the code snippet you posted; but elsewhere in your script. We would need the full thing to tell you where exactly
  10. Are you running in resizable mode? Doing so is still somewhat unstable, so I recommend fixed mode. If problem persists, feel free to add me on Discord for assistance
  11. Seems some client changes in OSBot 2.5.51 broke the script I've committed a fix, and will let you all know as soon as it goes live on the SDN Sorry for the inconvenience
  12. Looks like a missing hotkey for the equipment tab. Please check the troubleshooting steps as adviced Reason for going back should be in the logger; what does it say? Combat stats (primarily magic and prayer) is the only real requirement at this point Sure Doing some test runs now to see what's going on
  13. It's in the OSBot folder under Data/FrostBarrows, in your user directory. Also go thru the troubleshooting steps. Could be a missing hotkey or something like it
  14. Have you checked the troubleshooting steps? Might be different settings on your mirrored client
  15. Can you provide a screenshot and/or log file?
  16. Read the logger and/or check the troubleshooting steps Still updated. Started a trial, but I have no script specific suggestions to avoid bans
  17. FrostBug

    FrostCaves

    Afraid not. Still Injection only Also does not support pures; unless they meet the minimum stat requirements that is
  18. I don't think the trident was updated any time recently, but I'll go have a look right away Odd; perhaps try completing a run manually and start the script again. Or check that the graphics settings of the mirrored client match those of the stealth client when using it.
  19. FrostBug

    FrostCaves

    It is possible with those stats, though they are a bit below the minimum recommendation. It may take a few tries. The minimum recommended stats (copied from OP) are as such: Defence level + Ranged level >= 125 40+ defence 50+ ranged 43+ prayer So really, raising either your ranged or defence will increase your odds of success. The OP also has some advice on gearing etc.
  20. Yes, but Ahrim is very magic resistant.
  21. FrostBug

    FrostHunter

    Hi, are you using resizable by any chance? If so, can you try fixed mode?
  22. FrostBug

    FrostCaves

    Have you tried the troubleshooting steps from the OP? (Starting at bank and ensuring gfx settings) If yes, can you PM me a screenshot and/or the log file from the run? Logs are located in OSBot\Data\FrostCaves\Logs
  23. Make sure all min/max/amounts are numeric, and that gear setups have been filled out for all enemy types. If you post some screenshots of your settings, we could probably pinpoint the issue
×
×
  • Create New...