Proto
New Member
- Joined
- Jan 8, 2012
- Messages
- 219
Hi all,
I'm looking for a do nothing or empty Order Bot profile so that I might use Order Bot as a working version of Combat Asst except with movement.
I use the following, and while it actually DOES work, it spams the log with BotSettings.
When I try to load it without anything between <While Condition="True"></While> it fails to load.
Does anyone have a suggestion to get this to load & run Order Bot in a perpetual While loop.. so that I can utilize the combat movement Order Bot has to offer? Thanks for your suggestions.
I'm looking for a do nothing or empty Order Bot profile so that I might use Order Bot as a working version of Combat Asst except with movement.
I use the following, and while it actually DOES work, it spams the log with BotSettings.
Code:
<Profile>
<Name>Empty Order Bot Profile</Name>
<KillRadius>50</KillRadius>
<Order>
<While Condition="True">
<BotSettings AutoEquip="1" />
</While>
</Order>
</Profile>
When I try to load it without anything between <While Condition="True"></While> it fails to load.
Code:
Failed to load profile: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at ..(TreeNode`1 , INodeContainer )
at ...ctor(List`1 behaviors)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
Does anyone have a suggestion to get this to load & run Order Bot in a perpetual While loop.. so that I can utilize the combat movement Order Bot has to offer? Thanks for your suggestions.
