MMOMinion
Gather Mode - Profile Support/GUI Changes - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: News & Announcements (https://www.mmominion.com/forumdisplay.php?fid=88)
+--- Thread: Gather Mode - Profile Support/GUI Changes (/showthread.php?tid=13998)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


RE: Gather Mode - Profile Support/GUI Changes - sebbs - 10-08-2015

I think wonder means able to make the profiles from the in game ui.


RE: Gather Mode - Profile Support/GUI Changes - Wonderland - 10-08-2015

(10-08-2015, 11:49 AM)sebbs Wrote:  I think wonder means able to make the profiles from the in game ui.

That's exactly what I was talking about.. While the profile method is obviously powerful and I've been taking a look at a couple of profiles someone else made, the programing of these is going to be beyond most people. At best it'll be a copy and paste method which will be prone to error because copying and pasting without understanding will no doubt lead to tiny errors in the code that are undetectable to people with an untrained eye.


RE: Gather Mode - Profile Support/GUI Changes - Ace - 10-08-2015

It could come eventually, but I won't promise any kind of "soon" or such. Have several projects in the pipeline and they all have higher precedence than profile building.


RE: Gather Mode - Profile Support/GUI Changes - ludijak599 - 10-08-2015

How do i gather Grade 3 Thanalan Topsoil?


[11] = {
["type"] = "mining";
["radius"] = 50;
["gathergardening"] = "true";
["gatherrares"] = "true";
["item1"] = "Water Cluster";
["minlevel"] = 46;
["mapid"] = 140;
["pos"] = {
["x"] = -111.19593811035;
["y"] = 48.079681396484;
["z"] = 341.31753540039;
};
["highpriority"] = true;
["resetdaily"] = true;
["eorzeaminhour"] = 5;
["eorzeamaxhour"] = 8;
["whitelist"] = "6";
["mingp"] = 299;
["skillprofile"] = "Toil's";


This ain't working and i dont know what to change.

Btw the option use cordials always uses cordials after the gather even if i set the mingp req. Before used cordials only if it needed to reach the mingp (the old unspoiled metod)


RE: Gather Mode - Profile Support/GUI Changes - brocklesnar - 10-08-2015

if you use toil of the mountain it should gather the topsoil first, does it only do this at thanalan or also at the other 2?


RE: Gather Mode - Profile Support/GUI Changes - ludijak599 - 10-08-2015

(10-08-2015, 05:34 PM)brocklesnar Wrote:  if you use toil of the mountain it should gather the topsoil first, does it only do this at thanalan or also at the other 2?

I gather the thanalan only


RE: Gather Mode - Profile Support/GUI Changes - Ace - 10-08-2015

For gathergardening change :

Code:
["gathergardening"] = "true";

to

Code:
["gathergardening"] = true;

The quotes will invalidate it.


RE: Gather Mode - Profile Support/GUI Changes - brocklesnar - 10-08-2015

(10-08-2015, 06:48 PM)Ace Wrote:  For gathergardening change :

Code:
["gathergardening"] = "true";

to

Code:
["gathergardening"] = true;

The quotes will invalidate it.

heh I did read over those "", or would had pointed them out earlier


RE: Gather Mode - Profile Support/GUI Changes - ludijak599 - 10-08-2015

(10-08-2015, 07:27 PM)brocklesnar Wrote:  
(10-08-2015, 06:48 PM)Ace Wrote:  For gathergardening change :

Code:
["gathergardening"] = "true";

to

Code:
["gathergardening"] = true;

The quotes will invalidate it.

heh I did read over those "", or would had pointed them out earlier

Thx. I don't know how I missed that... must be all copy/paste and editing.


RE: Gather Mode - Profile Support/GUI Changes - Wonderland - 10-08-2015

I've tried to use the code listed above after taking out the ""

I don't know why but it simply will not gather topsoil.. It will go to the node, it will do everything else it's suppose to but it will go straight for the cluster instead and completely ignor the gathering of the topsoil.. I am coming up blank on this and have no idea how to make it work.