I'm trying to create an Order Bot for MIN and BTN, and I'm facing some issues during the process. 1- Using this command in the Console: foreach(var item in DataManager.AetheryteCache) { Log("Id:{0} Location:{1}",item.Key,item.Value); } I can't find the new Aeteryte ID for Shadowbringers/Endwalker so i can use to teleport if im not in the right MAP. 2- Buddy doesn't recognize my order bot as such. I always encounter the following problem: Invalid profile loaded, is this a gatherbot/fishbot/grindbot profile? Do you know how to give me some guidance or perhaps provide me with an already compiled Order Bot that I can simply adapt? At the moment i compiled the Order like in the attachment.
1) use Code: fLog(WorldManager.AvailableLocations); The profile generator included is only used for the fishbot. I would recommend looking at the public profiles for examples on editing an existing profile to do what you want https://github.com/Angles24/DoH-DoL-Profiles https://github.com/y2krazy/Rebornbuddy-Profiles https://github.com/domesticwarlord86/RebornProfiles
Do these still work or am i missing something? everytime i load them into orderbot i get an error [14:34:13.173 D] System.Exception: Element LLToast is not supported. Please check your XML and try again. (<LLToast message="Going to unlock Urqopacha Flying." />) Line 21 at Clio.XmlEngine.QueueTracer.Process(PropertyInfo property, XElement element, Object instance) at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element) at Clio.XmlEngine.QueueTracer.GetElementValueAsType(XElement element, Type asType) at Clio.XmlEngine.QueueTracer.GetElementValueAsCollection(XElement element, PropertyInfo property) at Clio.XmlEngine.QueueTracer.Process(PropertyInfo property, XElement element, Object instance) at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element) at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path) at ff14bot.NeoProfiles.NeoProfile.Load(String path) at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
I'd recommend checking the unofficial discord, your trying to use a profile that utilizes llamalibrary without having it installed.