MMOMinion
Skipping a task with a gp condition? - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: GUIDES & TUTORIALS - How to Use our FFXIV Bot (https://www.mmominion.com/forumdisplay.php?fid=89)
+--- Thread: Skipping a task with a gp condition? (/showthread.php?tid=16893)



Skipping a task with a gp condition? - i3lackskye - 07-24-2016

Is this possible?


RE: Skipping a task with a gp condition? - sebbs - 07-24-2016

explain


RE: Skipping a task with a gp condition? - brocklesnar - 07-24-2016

task 1 has no GP requirement
task 2 has 500 GP requirement
task 3 has no GP requirement

He wants it to do task 1 and task 3 till it has the required GP and in case not able to reach 500 GP task 2 is skipped all together. that is my understanding from the title.


RE: Skipping a task with a gp condition? - sebbs - 07-24-2016

set a condition
["Player.gp.current >= xxx"] = true;

it wont start the task unless you have the gp set..

this is different than the mingp set which is only checked at the node.


RE: Skipping a task with a gp condition? - i3lackskye - 07-24-2016

(07-24-2016, 11:24 AM)sebbs Wrote:  set a condition
["Player.gp.current >= xxx"] = true;

it wont start the task unless you have the gp set..

this is different than the mingp set which is only checked at the node.

thanks so much! exactly what i was lookin for! was searchin for all the condition paramaters and couldnt find.