Bot keeps teleporting back to autostorage
Moderator: Moderators
-
- Noob
- Posts: 9
- Joined: 19 Dec 2017, 13:57
- Noob?: Yes
Re: Bot keeps teleporting back to autostorage
nope still doesnt work.
-
- The Kore Devil
- Posts: 708
- Joined: 17 Nov 2017, 23:32
- Noob?: No
- Location: Genting Highland, Malaysia
Re: Bot keeps teleporting back to autostorage
I think you should remove these
and remove these
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)
Code: Select all
useSelf_item Butterfly Wing {
inInventory White Potion < 2
notInTown 1
}
useSelf_item Butterfly Wing {
inInventory fly wing < 2
notInTown 1
}
Code: Select all
passive 1
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)
iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.

-
- Noob
- Posts: 9
- Joined: 19 Dec 2017, 13:57
- Noob?: Yes
Re: Bot keeps teleporting back to autostorage
ok will give it a try later thank you sir