Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Computor

    Banned
    • Posts

      698
    • Joined

    • Last visited

    • Days Won

      12

    Computor last won the day on October 12 2015

    Computor had the most liked content!

    Profile Information

    • Gender
      Not Telling

    Contact Methods

    • Skype
      jeff.dreambot

    Recent Profile Visitors

    4951 profile views

    Computor's Achievements

    1. Make sure you type: @ScriptManifest(author = "YOUR NAME", description = "DESCRIPTION OF YOUR BOT HERE", name = "NAME OF YOUR SCRIPT HERE", version = 1, category = Category.WOODCUTTING)
    2. You'd need to do: NPC bartender = getNpcs().closest("Bartender"); OR NPC bartender = getNpcs().closest(npc -> npc != null && npc.getName().equals("Bartender")); the .equals operator would be checking the object itself, and the NPC (object) is not equal to the string "Bartender" (object).
    3. Are you starting the XP counter in your onStart() method? Meaning: getSkillTracker().start(Skill.WOODCUTTING);
    4. That can be fixed by starting the script logged in. If you start outside of the game, YOUR TOTAL xp is added when you log in.
    5. Hahaha sorry add me on skype if you have some quick questions that I could help you with tonight: jeff.dreambot
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.