Posts: 101
Threads: 12
Joined: Jun 2015
Ace sorry if i am repeating myself but since you posted and didn't adressed my question i will repost it here.
he new gather task ignores teleport to node in Botany compared to pre-update (includes ofc Teleport enabled with paranoid disabled)
Is it a bug?
Posts: 351
Threads: 6
Joined: Nov 2014
can we get idle locations back then? i dont want to fill my inventory with stuff i dont want just so my gatherer doesnt idle at unspoiled nodes
Posts: 2,172
Threads: 65
Joined: Oct 2013
10-08-2015, 12:51 AM
(This post was last modified: 10-08-2015, 12:53 AM by Ace.)
Teleport is fixed now~
If you are wanting to idle just create a task that points where you want it to wait, and if that location has gathering nodes visible, you can just pass something to the whitelist like "100", which is not a contentid it will ever find, thus, it will just wait.
Posts: 351
Threads: 6
Joined: Nov 2014
im doing that at the moment using inns as my desired idle location but its not moving to the next unspoiled node unless i disable/re-enable the bot. ill try a different area using whitelist
Posts: 2,921
Threads: 12
Joined: Sep 2014
(10-08-2015, 12:48 AM)hamsterz Wrote: can we get idle locations back then? i dont want to fill my inventory with stuff i dont want just so my gatherer doesnt idle at unspoiled nodes
try this is a city.
just add map id and coords of idle position and it wont farm anything while it waits.
Code:
[1000] = {
["type"] = "botany";
["radius"] = 1;
["minlevel"] = 1;
["mapid"] = x;
["pos"] = {
["x"] = x;
["y"] = x;
["z"] = x;
};
["lowpriority"] = true;
};
Posts: 101
Threads: 12
Joined: Jun 2015
Teleport is fixed. Ty Ace for the swift fix <3
Posts: 90
Threads: 21
Joined: Aug 2014
A quick question: is there a profile conditioner I can use for when my inventory is full? For example, let's say my inventory is completely full, but I can still gather shards/crystals/clusters, can I tell the bot to continue gathering until full on shards/crystals/clusters?
Posts: 351
Threads: 6
Joined: Nov 2014
thanks i have idle locations working now
Posts: 146
Threads: 25
Joined: Feb 2014
Hi Ace,
I love the sound of this new Profile system. Very good.
Just wondering though is there going to be any GUI for creating these for those of us who are not up to the task of creating profiles with code?
Posts: 512
Threads: 6
Joined: Jul 2014
nope profile is the way to go