Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26437
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Khaleesi

  1. I will ahve to take a look at it, but why not just use normal ice gloves for now? Doesn't give any bonusses in blast furnace right?
  2. Enjoy! There are no knowns bugs atm and there are simply no bugs after being online for several years... if you see something strange happening, make sure to restart yout client
  3. It's meant to test the script... You can see exactly what you are going to get in 10-15 min Enjoy!
  4. Don't have an acc with 95RC and DS2 completed at this moment Enjoy!
  5. To enter the warriors guild you need level 130 combined in attack and strength, how you get that is your choice For exmaple: Pest control barrier building is possible to get combat exp without gaining hp
  6. I took a look at it and I did fine some rare occastions this could happen so I added some extra code for this Lemme know if this still happends in V2.35, should be online in a few hours Khal Fisher (All in One) Updated to V2.35: - Added extra checks to make sure we are dropping in the invenotry tab. Live soon! Enjoy!
  7. All of your issues that you mention are mirror mode related and have nothing to do with the script... Nor can I fix those Looking for a portal that is not there is typical mirror issue that's not loading objects very well. Go run it in stealth and you will see
  8. Reading the documentation usually helps https://osbot.org/api/org/osbot/rs07/api/Walking.html By default the threshold is set 2 and 5 ^ You will have create your own WalkingEvent and set setMinDistanceThreshold(0) WalkingEvent event = new WalkingEvent(position); event.setMinDistanceThreshold(0); execute(event); You should never execute any code thats interacts with the game in any way in the onMessage method in my opinion, should only be done in the onLoop. Also mirror mode can skip messages very easily, so checking messages should never affect any script logic
×
×
  • Create New...