Jump to content

Explv

Scripter II
  • Posts

    2314
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Explv

  1. That thread he linked is without the requirement of any external libraries. It even says so in the title. I would recommend using it because it allows you to lookup items using their name rather than id. I have another topic in the snippets section which does use a JSON library. Not sure why you wouldn't use it, JSON simple for example is open source and only a few classes, so you can just copy it into your project. As for getting the price in game, isn't it just a widget? If not there may be a config?
  2. Explv

    Explv's Walker

    Absolutely, I'll add an option tonight
  3. Explv

    Explv's Walker

    @Ace @Oven Mitts @Lagginglemon @Eagle Scripts @Failure @Hi Im Meako @TheDMan22 @AresScripts @lawf @Exylum @Deceiver @Maldesto @crico @tmanowen @maxvldz @evilhell @angus3 @montie @tr1zym @Tuhto @Han @Barnie @Joster @bazmorekentos @molier @Incarnationz @scaletta58 @gearing @socallmemaybe @logi @Solzhenitsyn @AddeyB @Sub_Zero @jython @Jammer @walterww @Drkohler @tranzystor3 @decal @diltom1998 @Fairy Tail @thepeople @roguehippo @Zulrah @Jungle_walk @payton9812 @Spore @SuikaBooty @YuhhMauls @Acke @dimka5112 @Kaarthal @BlindedIBall @remfu @cartel132 @johnny12303 @dorsai68 @dorsai67 @seeker @MockingJayG @jojangers @purplewatilla @killercrak @victoremidio159 @THS @BotLearn01010110 @whipz @ihadyourbaby @mongomongo @thatguycalledrob @fonchox @Theorems @Chris @Zappster @Keven And @ anyone else PSA: This script is now premium with a price of $1. If the script has disappeared from your list, that is why I will be working on adding some more features, including adding upper floors and dungeons to the map, some shortcuts to walk to the closest bank / GE, options to hide the paint and gui from CLI etc. Let me know if there are any updates you would like to see. Thanks!
  4. There is no time limit on scripts, only on trials for premium scripts. There are limitations for non VIP users, but they are not time restrictions.
  5. ?? What is fr.onMessage? Where are you declaring the method?
  6. Well this is the OSBot forum. This is the scripting help section for help related to OSBot scripts. If you need help with something outside of OSBot you can go to the software development section, or to another forum, such as a colour bot forum
  7. Why are you making a pixel bot / colour bot with OSBot? Why not just use the API to do things as that is the best way here, and most people will be able to help you if things go wrong. As for your issue, I cant comment on it as you have provided no code.
  8. Sorry, your question is pretty incomprehensible
  9. Dude I'm so hyped holy shit. Can't wait to catch some warlocks and hang out with the snarkles.
  10. Explv

    Explv's Walker

    I posted on the thread my man
  11. ??? Maybe look at the API? You can make a Position using: Position position = new Position(x, y, z); Walk to it using a WalkingEvent with minDistanceThreshold set to 0: WalkingEvent walkingEvent = new WalkingEvent(position); walkingEvent.setMinDistanceThreshold(0); execute(walkingEvent); Check if an object is on the position by using filter (or singleFilter, or whatever else): List<RS2Object> objectsOnPos = getObjects().filter(new PositionFilter<>(position)); // or boolean isHunterTrapOnPos = !getObjects().filter(new PositionFilter<>(position), new NameFilter<>("Hunter trap")).isEmpty(); Draw the position on screen using: graphics2D.drawPolygon(position.getPolygon(getBot());
  12. What if I told you there was a scammer named bmw1995 that got banned. Now there is this user called bmw1996. Interesting, no?
  13. You should try exorcising that mouse ghost before he gets you more parnament bans
  14. Explv

    Explv's Walker

    I mean, it's only $1
  15. Scripters have to update their scripts, it's not an API change.
  16. Map has been updated.
  17. Explv

    Explv's Walker

    Just an update here, this script has been changed from free to premium with a price of $1. Thanks!
  18. I do, but this is also a simple way, you just create a new playlist and press CTRL-V... Don't hate, appreciate
  19. Good for work (Make a new playlist and CTRL-C CTRL-V the links below)
  20. I did it a bit in University, wouldn't really recommend. It enabled me to concentrate and stuff, but eventually just ruined my sleep, and my tolerance for it went up super fast. At the end of the day, a good nights sleep and some coffee is all you really need.
  21. Most should work. Thieving is broken right now. And I haven't quite finished the "Make-All" update, so some things that were changed in that RS update may not work. I'm going to be working on this script this weekend, so expect a lot of fixes. Thanks!
  22. Please refer to my post here: And make sure you have Java 8 installed and not Java 9. Do not extract the .jar file, just open it with Java.
  23. So it was you that dun a goof! Changing the .jar name doesn't change the script name. The script name is set inside the code, and you can't have two scripts with the same name. Just move the old version to a different folder.
×
×
  • Create New...