Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. Sounds like the EventExecutor is busy running other events that are never completing. Your custom loginhandler maybe?
  2. Did you possibly forget to call onStart on your RestlessGhost instance? It wont be called automatically. Also be mindful with initializing it before your Scripts onStart, as accessing hooks before onStart is called will cause errors. If you share the exact error trace tho, we can help point out exactly where the problem is Nothing wrong with extending MethodProvider; just remember to exchange contexts.
  3. You won't be able to click anything while the Resizable mode solver is running. OSBot does not support running in resizable mode; but if this is your goal you'll have to use the norandoms CLI argument to disable the resizable mode solver first. Then you can start controlling the mouse; tho doing this by absolute coordinates in resizable mode doesn't sound very productive
  4. FrostBug

    FrostCaves

    You should contact an admin or mod; or post in a different section about account issues. Tho having multiple accounts is a bannable to begin with, so not sure how it'll turn out.
  5. Seems there was still an issue withdrawing duel rings; a fix for this has been committed as well. Sorry for not catching it the first time around. I'll see if I can persuade the devs to do an early SDN update
  6. FrostBug

    FrostCaves

    I can't really tell anything from the first issue unless u have a screenshot of the simulation it used. Prayer flicking should only be used if you have good ping (preferably below or around 150ms)
  7. Committed a fix for the banking issues. Will be live when the SDN is updated; I'll post here as soon as I see it's live.
  8. I'll take a look when I get back from work. Probably related to the update
  9. Decompile it http://www.javadecompilers.com/
  10. FrostBug

    FrostCaves

    If you meet the level requirements listed in the OP
  11. You'll have to make your own web pathfinder for that EDIT: Or make a client suggestion for access to the webwalkers underlying pathfinder
  12. one trillion NullPointerExceptions
  13. Your problem is that instances are loaded at random coordinates in the instance grid. If the instance is small, I would recommend working with Local Positions (found by getLocalPosition methods). This is the position relative to the current map base. When time comes to walk to a position, translate your desired local position to an absolute position by adding the map base position to it (Map#getBaseX/Y). If your instance is very large (eg. walking around in the instance triggers region loading), then you'll have to use a different approach. Commonly people select some object in the instance as the 'Anchor position' similar to how we can use the map base in small instances. Translating positions based on the absolute position of this anchor entity.
  14. Eh, not sure. Never seen that. How does that occur? I don't think there's a "deposit all except 1" option iirc
  15. Depends how you define 'worth it'. 1 def means a lot less resource efficiency
  16. Try going thru the troubleshooting steps in the OP if you haven't already. My guess would be missing hotkeys. In equipment configuration. You can set up an equipment configuration for each enemy (barrow brothers & creeps) There's a checkbox in each equipment configuration labeled 'use special' with which you can equip a spec weapon and hit 'set'. You have to manually specify how much special attack energy the spec uses tho. Read the troubleshooting steps. Reason for stopping will always be written in the logger. Neat top kek
×
×
  • Create New...