Jump to content

Paste your clipboard!


Fade

Recommended Posts

paste what you have copied right now!

 

heres mine

just random script stuff

 

 

//TODO
 
//WHEN INVEN IS FULL RUNS AROUND BEFORE CLICKING STAIRS
 
//WHEN PICKING FLAX DO IF(!PLAYER.ISMOVING){//PICK FLAX} <<DONE>>
 
//FIX GOING TO WRONG STAIRS ADD WRONG STAIRS AREA (MANITORY) <<DONE>>
 
//FIX FLAX PICKING AREA <<DONE>>
 
//ADD SLEEP TIME TO WALKING TO PLACES <<DONE>>
 
 
Link to comment
Share on other sites

if(B + WB > 14){

if(B >= (B+WB-14)){

if(openBank()){

Main.main.client.getBank().deposit(Storage.BUCKET[0], B+WB-14);

Main.main.sleep(200);

}

}else if (WB >= (B+WB-14)){

if(openBank()){

Main.main.client.getBank().deposit(Storage.WATER_BUCKET[0], B+WB-14);

Main.main.sleep(200);

}

}else{

if(openBank()){

Main.main.client.getBank().deposit(Storage.BUCKET[0], B);

Main.main.client.getBank().deposit(Storage.WATER_BUCKET[0], WB-14);

Main.main.sleep(200);

}

}

}

Edited by miles7191
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...