Page 2 of 2

Re: Bot keeps teleporting back to autostorage

Posted: 21 Dec 2017, 09:25
by xnewb123
nope still doesnt work.

Re: Bot keeps teleporting back to autostorage

Posted: 21 Dec 2017, 13:23
by fadreus
I think you should remove these

Code: Select all


useSelf_item Butterfly Wing {
	inInventory White Potion < 2
	notInTown 1
}
useSelf_item Butterfly Wing {
	inInventory fly wing < 2
	notInTown 1
}
and remove these

Code: Select all

passive 1
From your setting logic, your kore see like this;

White pot reach min > trigger useSelf butterfly > go to town > walk to map > respawn > map > loop
Since you enable passive 1, getAuto will not triggered (unless you are reaching 89% weight, and autosell/storage triggered, then only it use getAuto)

Re: Bot keeps teleporting back to autostorage

Posted: 22 Dec 2017, 02:05
by xnewb123
ok will give it a try later thank you sir