Jump to content

mbuzz13

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

860 profile views

mbuzz13's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. I want my player to chop the trees inside the area I specified. How would I make an area check to make sure that my player stays within these boundaries while cutting?
  2. I got a 2-day ban on my account. Do you think this will be safe to do if I am doing this on the original client/osbuddy?
  3. Good to know... I’m assuming that’s not going to be possible on this account though because it was flagged on my original ip already?
  4. So today I’ve received my first 2-day ban ever. This account is over 4 years old and never had a problem before. This account wasn’t only botted on, I put many legit hours into it as well. Thankfully it was only a 2 day ban. My question is will this account ever be safe to bot on again? I don’t plan on trying it out anytime soon, gonna start playing legit a lot more for now. Just want to gauge everyone and see what their advice is on it. EDIT: Just to let everyone know, I am completely aware “if you don’t want to lose the account don’t bot”. I already know this and I really am not worried about losing the account. I’m also not trying to get it banned though obviously.
  5. Hi Khal! I would love to get a trial Thank you!
  6. Welcome back and good luck with try 2!
  7. Thank you! this was very helpful! Much appreciated. Thank you for this as well. As of right now, I am seeking help for this not just to create a script that will work, but also to learn so I will be able to do this in the future by myself, so thank you for a different approach to this. Both of you have helped a lot.
  8. Hey guys, I am just getting started with writing scripts for osbot, but I have a basic knowledge of java. I am trying to write code that will determine which axe to use for woodcutting depending on the players woodcutting level. I've created an array with all of the different axes, but now I am stuck on how to set a specific number value that corresponds with each axe (for example rune axe = lvl 41, dragon axe = lvl 61). String[] axes = {"Bronze axe", "Iron axe", "Steel axe", "Mithril axe", "Adamant axe", "Rune axe", "Dragon axe"}; I was thinking about using a for loop to cycle through the array until it finds the highest possible axe that can be used, but like I said, I'm not sure how to create a connection between the two values. Any help would be appreciated. Thanks!
×
×
  • Create New...