Jump to content

Pseudo

Trade With Caution
  • Posts

    628
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Pseudo

  1. Does it support general store Nat crafting?
  2. Script usually works fine but today it just plays with the camera and doesn't do anything else, ideas?
  3. Any rough estimates on this please? Stats: http://prntscr.com/a4wner Notable Items: http://prntscr.com/a4wnvp Thanks. P.S. Also has a fairly rare obby mauler related name.
  4. Any chance of a trial pal?
  5. Pseudo

    MagicTracker

    GUTHIX_SATFF(null)
  6. I don't even Osbot, . Just posting dat ternary.
  7. How is posting code improvements 'pointless'?
  8. public boolean turnRunOn() { return !script.settings.isDataOrbsActive() && (script.interfaces.getChild(548, 93) != null ? script.interfaces.getChild(548, 93).interact(): script.settings.setRunning(true)); }
  9. The posts on this thread are giving me cancer.
  10. public static boolean isMyPlayerAlone(Script script) { return script.getPlayers().getAll().size() > 1; } Is checking if your player isn't alone. Iterating through every local player to see if one is interacting with you is overkill. Why not search in a certain radius?
  11. I'm assuming you're writing a Sorceress' garden script then?
  12. Iirc all you need to know is that the ent is (indirect pun) an entity, and thus 'attackable'. Work with that. The smoking rock is easily detectable by it's height. Work with that.
  13. Makes just as much sense, if not more, to use a 2d array than an enum here..
  14. I'd imagine this is only viable for traversing in the loaded region.
  15. Glad to hear that you'll be having additional users to maintain the API. Surely in regards to the walking, the randomization should be defined by the developer anyway? As each path is different and so ideally the method should take their own values for randomization?
  16. Pseudo

    Clean Signature.

    I like it, it is as you say, clean. Please look into package naming conventions though, hehe.
×
×
  • Create New...