10-16-2015, 05:22 AM
The problem with Any is some of those spots also have a Wyvernskin map and you end up getting that instead of Dragonskin maps.
What I did to get around it and make it always get Dragonskin maps was make a batch file with the following command and ran it after every update:
powershell -command "(GC C:\MMOMinon\Bots\FFXIVMinion\LuaMods\ffxivminion\ffxiv_task_gather.lua) -replace '6692', '12243' | Out-File -encoding ASCII C:\MMOMinon\Bots\FFXIVMinion\LuaMods\ffxivminion\ffxiv_task_gather.lua"
Just replace the path with where you have your minion installed and if you now select Piesteskin it will get Dragonskin.
What I did to get around it and make it always get Dragonskin maps was make a batch file with the following command and ran it after every update:
powershell -command "(GC C:\MMOMinon\Bots\FFXIVMinion\LuaMods\ffxivminion\ffxiv_task_gather.lua) -replace '6692', '12243' | Out-File -encoding ASCII C:\MMOMinon\Bots\FFXIVMinion\LuaMods\ffxivminion\ffxiv_task_gather.lua"
Just replace the path with where you have your minion installed and if you now select Piesteskin it will get Dragonskin.