Getting messages like these: [01:43:11.484 N] [AutoEquip] Equipping item Titanium Mask of Aiming (http://xivdb.com/?item/10798/) instead of Chimerical Felt Cap of Aiming (http://xivdb.com/?item/10800/) (slot: Head) - it scored 44.66 while the old scored 43.53 [01:50:49.111 D] Finished checking gear in 00:00:00.0007093 And I have no idea from where they originate. Can someone identify what is generating these and how I can turn it off? Thanks.
are you using the orderbot with some of the questing profiles? that's where I've seen it. you'd have to change the profile, if so.
As themarketguy and tishat mentioned, this setting should only be present in questing profiles, in my opinion. If you're using any of mine, open the profile and near the top, you'll see this: Code: <!-- Change AutoEquip="1" to "0" if you want to turn AutoEquip off. --> <BotSettings AutoEquip="1" />
Aha, thanks for that, you wild and crazy guy Sure would be nice if there was a comprehensive list of all the tags you can use in OrderBot, along with a brief explanation of how they work and what parameters they take.
If you like documentation that's only partially commented: http://www.rbdocumentation.com/html/05ebe9b3-f14b-7e8a-742e-d809e485660d.htm http://www.rbdocumentation.com/html/775d5b92-5ca7-96c1-db01-f60a63dfd632.htm
Thanks again. I have seen that, and I have also used Visual Studio to look at the tag code, but it's pretty hard to divine much more than a cursory understanding from that information. So much capability, so little documentation. Ah well.