Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. FrostBug

    FrostHunter

    Just got a new 180x180 logo for the script, courtesy of @CrisisDesigns
  2. It lacks some things, but the new API team is here to fix that. It's not very well documented, but It's not impossible to use either (In most cases)
  3. Went out for icecream during work yesterday, for about an hour and a half Edit: With a couple of co-workers and my boss, not secretly Also I spend 1/3 or more of my time at work writing scripts for osbot :E
  4. Awe that sucks Hope you get an account that'll let you continue your scripts as soon as possible
  5. Script can now be added to your account by using this link http://osbot.org/mvc/sdn2/scripts/14?action=add&scriptID=523
  6. Pretty sure those are still a minority
  7. Well, they added an auto-updater for hooks, which is nice.. if it works ;)
  8. public class PositionFilter<E extends Entity> implements Filter<E>{ private final Position pos; private final String name; public PositionFilter(Position pos, String name) { this.pos = pos; this.name = name; } @Override public boolean match(E e) { return e.getPosition().equals(pos) && e.getName().equalsIgnoreCase(name); } }
  9. Since the jar has not been updated, these methods should not be usable. The content of the jar is the same. Whether or not you can actually use this API does not depend on a jdoc, since the implementation of the methods do not exist within the Jar
  10. FrostBug

    FrostHunter

    Idk then, could be that the initialization of the random solver is causing the delay, in which case there's nothing I can do, or that the random event interacting with the player works as a stall (depending on the type of random)
  11. FrostBug

    FrostHunter

    Well, as soon as the screen turns orange-ish (colored overlay), that means that a random event handler has taken over execution. At that point the script is in a 'paused' state where it can't really do anything. Is the delay occuring before or after the overlay appears?
  12. FrostBug

    FrostHunter

    Mhm, I'm aware of this being inconvenient, however, due to the currently used framework, it's a 2-step procedure just like looting a full/empty trap and placing a new. Changing that now would require a bit more rewriting than one would think. I'm not saying I won't do it, but it may have to wait until I'm done with my current script projects
  13. That video gave me cancer ... Thanks a lot
  14. FrostBug

    FrostHunter

    Glad to hear it, both of you Feel free to be the first to leave a rating on the store page ;)
  15. It activates as soon as you tell the EventExecutor to execute it (bot.getEventExecutor().execute(event))
  16. Just my kind of coloring Thanks! I'll be sure to credit you
  17. OSBot2 by default has the following AntiBan behaviors which have a set chance of triggering every time you call sleep. BehaviorType.SLIGHT_MOUSE_MOVEMENT BehaviorType.RANDOM_MOUSE_MOVEMENT BehaviorType.CAMERA_SHIFT If you do not disable them manually, that is. The antiban class also allows you to register your own AntiBan behaviors by adding them as BehaviorType.OTHER Doing that, it will automatically perform that behavior when the script is sleeping in a sufficient time period, depending on the interval you provide it as std and mean deviation
  18. Then how will they judge? Surely all the judges wont be running every script until it fails?
  19. Wrong section, should probably be in Issues or Questions InteractionEvent evt = new InteractionEvent(bot, entity); evt.setOperateCamera(false); bot.getEventExecutor().execute(evt);
  20. Gonna have to somewhat agree with this too. While it may demotivate inexperrienced scripters from joining if there are a lot of equally judged OSDs, judging according to rank would also be in conflict with getting a quality result and following the judging criteria from the OP. Perhaps make 2 winners? With which a maximum of one can be OSD
  21. FrostBug

    GO!

    Someone took 'Beast' and 'Ahrim' right in front of me :|, I reached the 'Confirm name change' screen several times too
  22. That's awesome ;o I could use a logo for FrostHunter, if you would . One that's easier to read
×
×
  • Create New...