Abel1884
New Member
- Joined
- Jan 3, 2014
- Messages
- 11
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- 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.