go into the duty and grab the map id from Teleporter.
now make a duty profile with
change the map id. reload Lua modules on your bots and the profile should be there.
the profile should be placed in LuaMods\ffxivminion\DutyProfiles\
and named something.info
now make a duty profile with
Code:
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["MapID"] = 167;
}
return obj1
change the map id. reload Lua modules on your bots and the profile should be there.
the profile should be placed in LuaMods\ffxivminion\DutyProfiles\
and named something.info