Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. FrostBug

    FrostPuzzler

    Should work for new master tier puzzle boxes as well, but would be nice if someone could confirm.
  2. Select it in the script selector Rip, that's unfortunate. Sorry for your loss
  3. I did not make the BlueDragonMagician script Please report problems related to other people's scripts on their respective threads. And also please use spoiler tags to reduce the length of your posts.
  4. Still having problems? There was a game update earlier, so I imagine some hooks may have broken (but might be patched now)
  5. Probably failed because the RectangleDestination cannot return a valid bounding box if it isn't on screen
  6. That looks like an unsafe way of doing groundItem.isOnScreen()
  7. You should be able to use that information to fix the problem, though.
  8. Terminating an if statement with ; like you're doing will make it an empty statement. The line below it will be executed regardless of the evaluation of the if-statement If you don't learn some basic java before you start scripting, you're gonna have a very bad time
  9. Interact with the staircase, or use webwalking instead. Also what on earth is a "seconth floor" ? EDIT: Looking at your code again, I see that it's literal nonsense. Consider revising. 1. if(true); what is this? why are you terminating your if statement with ; 2. If you're already in the area, why do you need to walk to it?
  10. FrostBug

    FrostCaves

    Read the post literally 2 posts above yours.
  11. You'll have to modify it for that.
  12. You call that a shitpost? pfft.
  13. FrostBug

    FrostCaves

    @Keven did some beta tests for me as well, and he made a nice video from one of the runs Thanks @Keven fren
  14. Whenever I have financial problems, I... JK, I'm a scripter Become scripter and solve all your financial problems
  15. FrostBug

    FrostCaves

    The project is still alive and kicking. The planned release date was last sunday, but during one of the final tests, one of the testers found a bug. I'm still debugging this bug, trying to find the cause and fix it. We're pretty much ready to release when it's fixed. You can indeed. Drop me a PM Hopefully we'll have less than 30% failure on higher levelled accounts. Tho the failure rate will probably be substantial for accounts near the recommended stat limit. For the record though, the script does not use any hardcoded situations at all
  16. This one is vastly different from the previous ones.. It's beautiful
  17. Sticky this quality thread
  18. This is a gud idea and you shud all feel gud.
  19. There should be a config value that changes when the cannon is firing. Try config debug Additionally there will probably be a config storing how many cannonballs it has left EDIT: I don't have the config for cannon state on hand; but remaining cannonballs should be int cBalls = getConfigs().get(3); From that you could make the assumption that cannon is not firing if cBalls is 0
  20. Pretty sure deleting it wouldn't make a difference anyway, as a new one would just be made. The actual tinfoil theory was that setting it read-only made a difference.
  21. :tinfoilhat: Wasn't it proven that it wasn't related?
  22. Not possible, but why would this even be helpful in any way?
  23. You don't need range if you do it like that, no. Ahrim is much weaker to range than melee, though.
×
×
  • Create New...