Jump to content

SoulPlay Updated Log Cutting/Banking


Josef
 Share

Recommended Posts

I went ahead and used Alex's powerchopper and just added banking.  Make sure you wield the axe.

Updated: Now works anywhere with bank locations with id 2213. Also added logs cut data.

*Fixed glitch where the bot would act weird.

https://pastebin.com/ubknBHp8

Already Compiled : https://www.dropbox.com/sh/h4bymiu595in6sc/AAAKXV0XA6WRGtBkFwMRaUv1a?dl=0

Edited by Josef
Update 2
Link to comment
Share on other sites

i would like to thankyou for making this one! <3

But if someone can please upload the compiled file? because i've had a hardtime making eclipse work , but when i made it work my bot didn't want to left click. alrady tried what Neo said download lower java verison also didn't help. so that why i would like to ask if someone can compile and upload this for me.

Greetz Lousden

Link to comment
Share on other sites

On 30/11/2017 at 8:14 AM, Josef said:

I went ahead and used Alex's powerchopper and just added banking. Only works in Camelot near the bank. Make sure you wield the axe.

Updated: Now works anywhere with bank locations with id 2213. Also added logs cut data.

https://pastebin.com/rJ9MNVxK

Already Compiled : https://www.dropbox.com/sh/hw0g2ifer8x0n0t/AACPPd7A5KjK0yPpiv-_UrNka?dl=0

Interesting . . . . 

Put all the bank booth id's in and it'll work anywhere ....

Link to comment
Share on other sites

40 minutes ago, Dragon said:

One thing i keep seeing issues with is it will click a tree but if a tree is in the distance it will click that tree immediately after making it seem extremely bot like.

I think this occurs because sometimes trees randomly glitch and you can't cut them, which makes the bot go to the next tree. I would probably not leave this bot unattended.

Link to comment
Share on other sites

2 hours ago, Josef said:

I think this occurs because sometimes trees randomly glitch and you can't cut them, which makes the bot go to the next tree. I would probably not leave this bot unattended.

Make it sleep while walking

Link to comment
Share on other sites

53 minutes ago, Cyanic said:

Wtf is this lol.
 


if(Player.getMyPlayer().isMoving())
            Time.sleep(5000);
        if(Inventory.isFull()) {
            status = "Dropping..";
            return depositAll();

 

I'm not sure, what is it? Kappa

Edited by Josef
Link to comment
Share on other sites

1 hour ago, Cyanic said:

Wtf is this lol.
 


if(Player.getMyPlayer().isMoving())
            Time.sleep(5000);
        if(Inventory.isFull()) {
            status = "Dropping..";
            return depositAll();

 

Only reason I try to edit these scripts is because I have no idea how to use java and basically no one on this website except for Neo actually helps me with some simple tips. I'm sorry I have not went to college yet for a cs degree to make java scripts for a private runescape server.

Edited by Josef
Link to comment
Share on other sites

8 hours ago, Josef said:

Only reason I try to edit these scripts is because I have no idea how to use java and basically no one on this website except for Neo actually helps me with some simple tips. I'm sorry I have not went to college yet for a cs degree to make java scripts for a private runescape server.

Neither have i not hard to learn .

i help whenever i see something of yours. Don't kid yourself else i won't do shit for you.

Edited by Cyanic
Link to comment
Share on other sites

  • Neo locked this topic
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...