How do you run 4 bots through a duty that doesn't have a mesh?
What settings do I need to put on the 3 bots to follow and assist the account that I am using on Assist?
The Duty in question is Garuda Normal. Im trying to get the bots to follow me and teleport to my location but they arent moving or teleporting
Posts: 9
Threads: 0
Joined: Mar 2014
11-01-2014, 02:31 AM
(This post was last modified: 11-01-2014, 02:35 AM by lilmonkey.)
go into the duty and grab the map id from Teleporter.
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
Posts: 6,540
Threads: 67
Joined: Nov 2013
well first duty mode doesnt have meshes. it doesnt use meshes it uses xyz coords from the profile where to teleport to. Just change the map ID for garuda ex to what ever the map ID is for garuda normal save it as a new file. the bots will auto TP to the same spot and kill her.
Posts: 6,540
Threads: 67
Joined: Nov 2013
YES lol like asked and answered 20+ times. you set the leader on assist. use the Dev Teleporter UP DOWN BACK FORWARD LEFT RIGHT buttons to move the leader around. the other 3 bots need to be on duty mode with the duty profile for the map you are on. They will then follow the leader around the duty.
Hah, ah the leader is on Assist. Thank you for your patience in answering the noob questions over and over again :D. (Oh and also thank you VERY much for your contributions to.. well everything!)
Posts: 6,540
Threads: 67
Joined: Nov 2013