Jump to content

digitaltoaster

Members
  • Posts

    44
  • Joined

  • Last visited

  • Feedback

    0%

Contact Methods

  • Website URL
    auroracomputers.be

Profile Information

  • Gender
    Male

Recent Profile Visitors

1312 profile views

digitaltoaster's Achievements

Bronze Poster

Bronze Poster (2/10)

6

Reputation

  1. I think this is because when a break or random event happens the bot well restart from onloop method. So in your onloop method you need to put some checks on what your inv and position is to continue its task.
  2. So yeah, im making some sort of the impossible (or atleast extremly hard) script. Im making a Pking Script. I have a small preview with hardcoded variables fighting a player. I know its still in extreme alpha but I am proving piece by piece. Here is a video, bot is on the left and me playing on the right (Player on the right was double the CB, thats why he is not wearing armor/Rune 2h). (Yeah I know you can still see one of the names) These are some features I am thinking about and will be implementing: So yeah still A LOT of work, but I love scripting. I am also currently studying for my finals (wich is java,C and JS so this helps me) so after a few weeks I will be update the script faster. If you have any tips or suggestions, let me know!
  3. Oh I did not, thanks! Will use that instead of what I used. Thank you!
  4. I got it working now thanks. And yes I know I can use if (myPosition().equals(player.getPosition()) But that only checks if iets the exact same position. And I also need to know if it is next to him. So I need to absolute difference between player and use X and Y.
  5. Im trying to move away my player of another player is standing next to it, but it does not seem to do anything. I have tried alot of different methods, but none seem to work. Here is what I have now: private void moveAway(Player player) throws InterruptedException { try { if (isRanger) { if (!(abs(myPlayer().getPosition().getX() - player.getPosition().getX()) > 1) && !(abs(myPlayer().getPosition().getY() - player.getPosition().getY()) > 1)) { log("Trying to move"); WalkingEvent event = new WalkingEvent(player).setMinDistanceThreshold(3); execute(event); } } }catch (RuntimeException ex) { log(ex); } } Best would be if it clicked on the screen and not he minimap. Thanks in advance.
  6. Awesome! Would love to see some screenshots! Make sure you do the quest first or it won't work (yet)
  7. Thank! It used to go to draynor forgot there was a deposit box in Port Sarim. Newest version uses deposit box.
  8. DigitalToaster's Karamja Lobster Fisher INFO This was my first script release, it started from a simple karamja lobster fisher with not even statistics on paint, to a somewhat more advanced Karamje fisher. I keep improving the script and if you have any tips or want some implementations, let me know and I will see what I can do. WARNING: For now the Quest Pirate's Treasure needs to be done, will add an option later for players who have not done it yet. Instructions: Have ATLEAST a lobster pot and cash in your bank. Start ANYWHERE when launcing the script. TIP: If you do not want to bot to take all of your hard earned cash in the bank in the inverntory to karamje, start with the amount you want in your inventory. BUGS: If you encounter any bugs, let me know when it happend and the last OSBot log and Paint status. I will try to fix it as soon as possible Download: V1.55 Download Link Changelogs: Upcoming updates: Screenshots:
  9. Oops, you are right. Fixed it! Edit: Implemented the EprerienceTracker class partially.
  10. Moved to correct subtopic Link:
  11. 99% change to get banned.
  12. Proud of my country, but the game was soooo stressful!
  13. hi, I would like a trial for the fishing script, i have actually tested every fishing script excep yours because of the error in the period everyone could test out the scripts thanks in advance
×
×
  • Create New...