MMOMinion

Full Version: Gather Mode - Profile Support/GUI Changes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
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?
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
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.
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
(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;
};
Teleport is fixed. Ty Ace for the swift fix <3
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?
thanks i have idle locations working now
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?
nope profile is the way to go
Pages: 1 2 3 4 5 6 7 8 9 10 11 12