- Joined
- Jan 13, 2016
- Messages
- 116
- Thread Author
- #1
Hallo,
I am new with writing a bot. but i going to try it anyway. i have a small set up:
public void onLoop() {
if (atCastleWarsBank()){
if (canTeleportToHouse()){
teleportTohouse();
}else {
if (Bank.isOpen()) {
Bank.withdraw(Oak plank, 28);
}else {
openbank();
i want to make oak larders with this. But i dont know how to make oak larders and remove it again. and make it 3 times when out of oak planks. would some one help me?
I am new with writing a bot. but i going to try it anyway. i have a small set up:
public void onLoop() {
if (atCastleWarsBank()){
if (canTeleportToHouse()){
teleportTohouse();
}else {
if (Bank.isOpen()) {
Bank.withdraw(Oak plank, 28);
}else {
openbank();
i want to make oak larders with this. But i dont know how to make oak larders and remove it again. and make it 3 times when out of oak planks. would some one help me?