Jump to content

booya

VIP
  • Posts

    66
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by booya

  1. Doing a quest script, currently need to kill a rat for meat to burn it.

    i just want it to sleep until it sees meat on floor then pick it. but currently, it is returning true on everything ive tried for when on combat in rat, it seems to be if the rats far away.....

    I have tried every combo you can think of but it skips and comes back to "AT RATS" ive tried || and &&................. anoyying.

    Quote
    if (!players.myPlayer().isMoving() && RATS.contains(myPosition())) {
        log("AT RATS");
        sleep(random(500, 1250));
        if (!players.myPlayer().isAnimating() && !players.myPlayer().isMoving() && npcs.closest("Giant rat") != null && RATS.contains(myPosition())) {
            npcs.closest("Giant rat").interact("Attack");
            log("ATTACKING RAT");
            sleep(random(500,1200));
            mouse.moveOutsideScreen();
            log("MOVE MOUSE OF SCREEN & SLEEPING");
            new ConditionalSleep(120000, 500) {
                @Override
                public boolean condition() {
    
                    log("INCOMBAT3");
    
                    return !getPlayers().myPlayer().isMoving() || !getPlayers().myPlayer().isInteracting(getNpcs().closest("Giant Rat")) || !getCombat().isFighting();
                }
            }.sleep();
        }
        if (groundItems.closest("Raw rat meat") != null) {
            log("RAW MEAT IS ON FLOOR");
            groundItems.closestThatContains("Raw rat meat").interact("Take");
            sleep(random(200, 800));
            new ConditionalSleep(6000) {
                @Override
                public boolean condition() throws InterruptedException {
    
                    return inventory.contains("Raw rat meat");
                }
            }.sleep();
        }
        if (getInventory().contains("Raw rat meat")) {
            sleep(random(500, 1250));
            Onion();
        } else {
            sleep(random(200, 800));
            Meat();

     

  2. Quote

    [INFO][Bot #1][03/30 04:51:33 pm]: "total_fished" changed to "36"
    [INFO][Bot #1][03/30 04:51:33 pm]: Price grabbed from cache: 335.
    [INFO][Bot #1][03/30 04:51:42 pm]: "chop_count" changed to "37"
    [INFO][Bot #1][03/30 04:51:42 pm]: "item_counter" changed to "37"
    [INFO][Bot #1][03/30 04:51:42 pm]: "total_fished" changed to "37"
    [INFO][Bot #1][03/30 04:51:42 pm]: Price grabbed from cache: 335.
    [INFO][Bot #1][03/30 04:51:48 pm]: "chop_count" changed to "38"
    [INFO][Bot #1][03/30 04:51:48 pm]: "item_counter" changed to "38"
    [INFO][Bot #1][03/30 04:51:48 pm]: "total_fished" changed to "38"
    [INFO][Bot #1][03/30 04:51:48 pm]: Price grabbed from cache: 335.
    [INFO][Bot #1][03/30 04:51:51 pm]: "chop_count" changed to "39"
    [INFO][Bot #1][03/30 04:51:51 pm]: "item_counter" changed to "39"
    [INFO][Bot #1][03/30 04:51:51 pm]: "total_fished" changed to "39"
    [INFO][Bot #1][03/30 04:51:51 pm]: Price grabbed from cache: 331.
    [INFO][Bot #1][03/30 04:51:57 pm]: "chop_count" changed to "40"
    [INFO][Bot #1][03/30 04:51:57 pm]: "item_counter" changed to "40"
    [INFO][Bot #1][03/30 04:51:57 pm]: "total_fished" changed to "40"
    [INFO][Bot #1][03/30 04:51:57 pm]: Price grabbed from cache: 335.
    [INFO][Bot #1][03/30 04:52:12 pm]: "chop_count" changed to "41"
    [INFO][Bot #1][03/30 04:52:12 pm]: "item_counter" changed to "41"
    [INFO][Bot #1][03/30 04:52:12 pm]: "total_fished" changed to "41"
    [INFO][Bot #1][03/30 04:52:12 pm]: Price grabbed from cache: 335.
    [INFO][Bot #1][03/30 04:52:15 pm]: "chop_count" changed to "42"
    [INFO][Bot #1][03/30 04:52:15 pm]: "item_counter" changed to "42"
    [INFO][Bot #1][03/30 04:52:15 pm]: "total_fished" changed to "42"
    [INFO][Bot #1][03/30 04:52:15 pm]: Price grabbed from cache: 331.
    [INFO][Bot #1][03/30 04:52:18 pm]: "chop_count" changed to "43"
    [INFO][Bot #1][03/30 04:52:18 pm]: "item_counter" changed to "43"
    [INFO][Bot #1][03/30 04:52:18 pm]: "total_fished" changed to "43"
    [INFO][Bot #1][03/30 04:52:18 pm]: Price grabbed from cache: 331.
    [INFO][Bot #1][03/30 04:52:27 pm]: "chop_count" changed to "44"
    [INFO][Bot #1][03/30 04:52:27 pm]: "item_counter" changed to "44"
    [INFO][Bot #1][03/30 04:52:27 pm]: "total_fished" changed to "44"
    [INFO][Bot #1][03/30 04:52:27 pm]: Price grabbed from cache: 331.
    [INFO][Bot #1][03/30 04:52:30 pm]: "chop_count" changed to "45"
    [INFO][Bot #1][03/30 04:52:30 pm]: "item_counter" changed to "45"
    [INFO][Bot #1][03/30 04:52:30 pm]: "total_fished" changed to "45"
    [INFO][Bot #1][03/30 04:52:30 pm]: Price grabbed from cache: 335.
    [INFO][Bot #1][03/30 04:52:45 pm]: "chop_count" changed to "46"
    [INFO][Bot #1][03/30 04:52:45 pm]: "item_counter" changed to "46"
    [INFO][Bot #1][03/30 04:52:45 pm]: "total_fished" changed to "46"
    [INFO][Bot #1][03/30 04:52:45 pm]: Price grabbed from cache: 335.
    [INFO][Bot #1][03/30 04:52:48 pm]: "chop_count" changed to "47"
    [INFO][Bot #1][03/30 04:52:48 pm]: "item_counter" changed to "47"
    [INFO][Bot #1][03/30 04:52:48 pm]: "total_fished" changed to "47"
    [INFO][Bot #1][03/30 04:52:48 pm]: Price grabbed from cache: 335.
    [INFO][Bot #1][03/30 04:52:50 pm]: Changed! before: org.osbot.rs07.api.model.NPC@1f0578ed, after: null
    [INFO][Bot #1][03/30 04:52:53 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:52:54 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:52:55 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:52:55 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:52:56 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:52:57 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:52:58 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:52:58 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:52:59 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:00 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:01 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:01 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:02 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:03 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:03 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:04 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:05 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:05 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:06 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:07 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:08 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:08 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:09 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:10 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:11 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:11 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:12 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:13 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:13 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:14 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:15 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:16 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:16 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:17 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:18 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:19 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:19 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:20 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:21 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:21 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:22 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:23 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:23 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:24 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:25 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:26 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:26 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:27 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:28 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:28 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:29 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:30 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:31 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:31 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:32 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:33 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:34 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:34 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:35 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:36 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:36 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:37 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:38 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:39 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:39 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:40 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:41 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:41 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:42 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:43 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:43 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:44 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:45 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:46 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:46 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:47 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:48 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:48 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:49 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:50 pm]: Waiting for fish to respawn...
    [INFO][Bot #1][03/30 04:53:51 pm]: Waiting for fish to respawn...

     

    Hi, shilo village - fishes on spot and it just gets stuck when spot dissapears. Needs to move further up and down to check for spots.

    Just now, booya said:

    Hi, shilo village - fishes on spot and it just gets stuck when spot dissapears. Needs to move further up and down to check for spots. It also always clicks inside furnace building after banking.

    Can you also add deposit all and just click trout and salmon?

     

    • Like 1
  3. It sounds to me like it could be an issue with your power supply. While I don't thick you are going over in the usage of power, sometimes a powersupply may have limits lower than what it is specified as. I would use an application like WhoCrashed http://download.cnet.com/WhoCrashed/3000-2094_4-75205821.html to help you figure out what the error means. It also could be caused by your graphics card or motherboard, but it would really help if you gave us the error message.

    This ! 600W power supply for a 6 core intel and a 980 is just way too little. get a new one before it breaks.

  4. gimme a hint? o_o i dont goldfar im just curious. Buying ores or battlestaves or runes at mage arena thing?

    it is a zulrah bot lol, its just off another website.

  5. Trial and error man you have to stay the course for better outcomes, but if your decision is final cheers man its a huge world out there I'm sure you'll find something to occupy your time other than the RS life. 

    I feel like the commitement and dedication to running bots far outweighs the simple things in life such as socialising etc.

     

    I have some things I need to do.

  6. OSBOT community,

     

    My time has come to finally, after around 8 years of on/off botting quit runescape and botting completely. I would like to thank the developers, scripters and finally the community for having me.

     

    I have had a good strong run up untill runescape 07 was re-released, using many different clients over the years. I made most cash before EOC come out with a different client but since then to no avail. IMO botting is screwed, mirror, non mirror, stealth injection, the current system they have in place is an almost certain ban whether its 1 day, week, month or year. The cost of bots, VPS's, VIP etc. far outweighs the money you actually make and this leads me to my final conclusion of quitting this shitty game.

     

     

    If any of you are actually thinking about goldfarming and your not a scripter, VPS owner, Staff, have a good job with money to spare then I guess you should honestly rethink and spend time elsewhere actually living your life and fulfilling your destiny because I don't care what anyone says you get addicted and that's the last thing you want escpecially when nothing good is coming from it.

     

     

    You can get all these random people saying " yeah I have a gold farm and I'm making so and so each month" nine times out of ten this is generally a lie, although some people do make it. Good for them.

     

     

    Anyway, thanks everyone and I hope you see the bright side.

     

    REMEMBER, LIFE -> BOTTING/RS/GAMING

     

    Peace,

     

    Booya

     

    • Like 1
  7. Thanks I will work on getting those req. today once I wake up. Other than that ill do some lava's for some quick levels. 

    Yeah, its perfect for low levels, no abyss and its better than nats until you hit 94 or 92 rc for double nats, I cant rememeber.

    • Like 1
  8. Is there questing involved in this that requires combat levels?

    Complete the enlightened Journey quest.

     

    20 QP, 20 firemaking, 30 farming and 36 crafting.

     

     

    You then use the balloons to law craft, its good money, good exp.

    • Like 1
  9. Bugs atm  (Sorry bro I know your snowed under)

    • Using the cave for re aggressing the crabs, when it walks out of cave it gets stuck and spams WALK 9 if I remember.
    • When not using aggressive mode, if there is a crab next to you but not being attacked by another player and its not in rock form it doesn't attack it and just heads elsewhere to a crab that is rock form. ( Quite botlike )
    • picks up seaweed pickaxes and coins, although this isent major, can you make it drop them, keeps invent clean, less botlike.
    • Also, I have a cammy tab in my inventory, and it walks back instead of breaking tab sad.png Add that in aswell tongue.png please x
    • when crabs come unaggressive, it got stuck in WALK 8 and spam clicked the run energy button over and over.
  10. Scripters have access to there own scripts on the SDN instead of having to wait for a moderator to apply the update, not only will it bring down most of the complaints to the scripters it will have he uptime of scripts increase meaning more sales etc.

    Have a webwalking system , map out every dungeon every level of house etc, yeah it's a big project but easy enough to do with the help of the community and I'm sure they will help out including me!

    Scripers are only allowed to have a maximum set of scripts that are paid, because let's be honest no one can keep on top of 8-10 premium scripts , stupid as fuck lmao.

  11. IMO, Czar only !


    jacks AIO free fighter to start, czar to finish. in the long run, youll make 10x more than any of the money making scripts.

     

    Also, Ib4 " look at my Dynamic signature" the 100m on that sig was probably lost / banned. lol

×
×
  • Create New...