Any way to emulate item3 for gathering profiles - Printable Version +- MMOMinion (https://www.mmominion.com) +-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87) +--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90) +---- Forum: I Need Help with LUA coding! (https://www.mmominion.com/forumdisplay.php?fid=104) +---- Thread: Any way to emulate item3 for gathering profiles (/showthread.php?tid=16200) Pages:
1
2
|
RE: Question Regarding More Then A List of 6 Collectables - sebbs - 04-10-2016 wasnt available when examples were made. RE: Any way to emulate item3 for gathering profiles - kidz14 - 04-10-2016 is there anyway to implement a blacklist or whitelist to manage 3 items from one node that you're aware of? or does the option to gather 3 items from one node just not exist? I would like to gather in the order below but there is no item3 and the ["gatherrares"] = true; and/or ["gatherspecialrares"] = true; option(s) do not work for getting HiddenRare items i guess. -Ideal setup I would like to have Radiant Fire Moraine 1st Bright Fire Rock 2nd Fire Moraine 3rd Radiant Lightning Moraine 1st Bright Lightning Rock 2nd Lightning Moraine 3rd Note: for fire i'm pretty sure if i could blacklist items it would be as simple as just blacklisting the fire crystal, but i can't find that option no where in the example file. RE: Question Regarding More Then A List of 6 Collectables - YewLog - 09-14-2016 (04-09-2016, 02:23 AM)sebbs Wrote: profiles can have unlimited numbers. I know this is a necro but just to clarify would a ["item3"] = "..."; statement work? If so would a 4 statement also work? I'm trying to do the same thing as tc currently with a personal clusters/ephemeral gathering profile. |