![]() |
[MODULE] [RENAMED]Gather Helper [8/11/2013] v 1.1 - 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: Outdated (https://www.mmominion.com/forumdisplay.php?fid=110) +---- Thread: [MODULE] [RENAMED]Gather Helper [8/11/2013] v 1.1 (/showthread.php?tid=4250) |
RE: [MODULE] Shard Farm Helper [17/10/2013] v 0.5 - GetsugaTenshouX - 10-19-2013 It did that too me too, I redownloaded and tried again and worked just fine. RE: [MODULE] Shard Farm Helper [17/10/2013] v 0.5 - bontotalan - 10-19-2013 I used the XP stats style to put the shards/hr crystals/hr and clusters/hr , enjoy RE: [MODULE] Shard Farm Helper [17/10/2013] v 0.5 - Icaros - 10-19-2013 redownloaded, still not showing in module list. RE: [MODULE] Shard Farm Helper [17/10/2013] v 0.5 - vekien - 10-19-2013 elseif (SFHelper.SkillID ~= 220 and gSFtype == "Unearth II") then SFHelper.SkillID = 220 SFHelper.BuffID = 220 These values are wrong, anyone know correct ones for Unearth 2? RE: [MODULE] Shard Farm Helper [17/10/2013] v 0.5 - odano1988 - 10-20-2013 is it more profitable to sell shards then high end ore?what is the high end ore? RE: [MODULE] Shard Farm Helper [17/10/2013] v 0.5 - charbonmax - 10-20-2013 When trying to gather Ice Shard, module casts the wind one instead. RE: [MODULE] Shard Farm Helper [17/10/2013] v 0.5 - KaWeNGoD - 10-20-2013 works fine for me, Do you have all ward skills in additional? Sorry for not to update the module but i'm in hospital. RE: [MODULE] Shard Farm Helper [17/10/2013] v 0.5 - Gabi - 10-21-2013 There is a small bug indeed. When a node gives 2 shards, the module will always use the skill for the 2nd shard in the list. If you want to gather the first, you're out of luck. Small fix for that: Code: local markerData = GatherMgr.GetMarkerData(ml_task_hub:CurrentTask().currentMarker) RE: [MODULE] Shard Farm Helper [17/10/2013] v 0.5 - OogieBoogie - 10-21-2013 Casts the ward for lightning when I'm trying to gather wind shards. edit: Gabi's code fixed my problem. Thanks for the code :) RE: [MODULE] Shard Farm Helper [17/10/2013] v 0.5 - charbonmax - 10-21-2013 Thanks Gabi! |