Jump to content

BotScaper

Members
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by BotScaper

  1. if(kurask != null && !players.myPlayer().isUnderAttack()||!players.myPlayer().isAnimating()||kurask.isVisible()){
  2. would this work? if(kurask != null && !players.myPlayer().isUnderAttack()){
  3. I think I fixed my code up if anyone would like to check, I have everything up to Banking done (which is just eat, loot, and attack)
  4. Could I PM you a small script to see if im getting onto the right start, I tried using lists to define which items to pick up and which food to eat
  5. thank you! I can turn foodname into a list to provide multiple options right?
  6. I am taking a java course thats halfway done the semester I just wanted to try my hand at something different
  7. So I took the skeleton from the topic in tutorials and I wanted to know what I have to do to make my bot eat under a certain hp This is the snippet of code. NPC kurask = npcs.closest("Kurask"); if(kurask != null){ kurask.interact("Attack"); getGroundItems().closest(loot).interact("Take"); if (getSkills().getDynamic(Skill.HITPOINTS) > random(20,getSkills().getStatic(Skill.HITPOINTS)-22)){ Also if you know a formula that works well for calculating what hp to eat at I would love to know.
  8. Hey is there a skeleton for an attack bot i could find anywhere.
  9. do you know why the bank pin wont be entered? Possibly because of the update?
×
×
  • Create New...