ZaneMcFate
Member
- Joined
- Nov 17, 2014
- Messages
- 137
- Reaction score
- 2
Only supports combat classes at the moment.What exactly is the AutoEquip supposed to do? I enabled it in my profiles, but I'm not seeing any auto equipping behavior, nor any mention of it in the log.
What exactly is the AutoEquip supposed to do? I enabled it in my profiles, but I'm not seeing any auto equipping behavior, nor any mention of it in the log.
Only supports combat classes at the moment.
Logging in OK but getting a 'Connection closed' message when I try to do anything since update. Have I broken something?
Fix issues with equipment manager trying to equip invalid combinations
Equipment manager will now properly equip multiple items in succession
Orderbot/Fate no longer checks LoS for setting current target once they are within the proper range.
TalkTo will now handle selectstring popups
PickupQuest will now handle selectyesno popups
New element added to Orderbot profiles:
<BehaviorDirectory></BehaviorDirectory>
This element allows quest profile developers to specify a path to look for custom behaviors this way users do not have to copy behaviors to the plugin folder anymore.
This path is relative to the location of the xml file being loaded.
<BehaviorDirectory>QuestBehaviors</BehaviorDirectory>
To look in directory QuestBehaviors directory
<BehaviorDirectory>.</BehaviorDirectory>
Look in the current directory
Its a pain in the ass.With the auto updater, why don't you update where it tells you what is new, very often? I'm sure other people would like to know what they are updating to, without having to come here and find out first.
Its a pain in the ass.
Better post a log.Suddenly with new update in PvPbot the bot just sits in the starting zone again like a long time ago.
Better post a log.
What exactly do you have to do in order to edit it?
Looks like you lost connection with the nav service and it reconnected fine but was still waiting on a path so it never requested a new one, fixed for next version.At the bottom
its a secret.What do you have to do in order to edit the update log for the bot, mastahg? I'm curious about the process.
Updated for the latest version of ff14.
Api:
WorldManager.InSanctuary added
Character.Auras and Character.SpellCastInfo objects are now valid across multiple frames. If you cache these then make sure to check IsValid.
Better handling of being disconnected from the navigation server.
TalkTo will now exit if our target changes instead of checking if we have a target.
CommonBehaviors.MoveTo will now sprint inside sanctuaries
CommonBehaviors.MoveTo will no longer attempt to mount while we are sprinting
Kupo:
Now properly adds the players combatreach when calculating when to stop in range of enemy unit.