Jump to content

scary123

Members
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

693 profile views

scary123's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Like this script. = http://osbot.org/forum/topic/65861-precise-aio-cows-banking-death-walk-3-locatons-4-methods-power-fighting-any-food/ What does the AIO stand for?
  2. So LOOT and KILL cases (not working) : case LOOT: GroundItem cowhide = groundItems.closest("Cowhide"); if(cowhide != null && !myPlayer().isAnimating() && !myPlayer().isUnderAttack() ) { log("Picking up hides!..."); cowhide.interact("Take"); return random(100, 200); } else { camera.toEntity(cowhide); } case KILL: NPC cow = npcs.closest("Cow","Cow calf"); if ((cow != null) && (cow.isAttackable())) { log("Attacking the Cow!..."); cow.interact("Attack"); break; } else { camera.toEntity(cow); } Would it be possible to combine these two, result being, after it attacks the cow it waits for the drop to show up on the ground, LOOT the cowhide and only then move on to the next cow. Being trying to get things to work for 2days non stop, seriously low gains. ;D
  3. Made my first script, exported the jar to osbot script folder, opened the osbot client, getting some errors.
×
×
  • Create New...