Thanks for this. I'll test it later and see if the range on the object interaction needs to be updated.
Out of the half a dozen AT profiles i've tried today. This is the only one that didn't get hung up at quest pickup. Seems to be going well so far.
Ran into the same problem. Standing too far from the cages to open them. Also: [Profile Message]: Doing Daily: Threat From Above [FlyTo-v1635(warning)]: Found attribute via its alias name 'Distance'. Please update the profile to use its primary name 'ArrivalTolerance', instead. [FlyTo-v1635(error)]: The 'Distance' attribute's value (saw '1') is not on the closed interval [1.5..30]. [FlyTo-v1635(error) @line 495]: Stopping Honorbuddy. Please repair the profile! Bot stopping! Reason: Profile has too many errors I updated the distance attribute to ArrivalTolerance and set it to 1.5. The profile loaded up and the bot flew to the hotspot and landed. Unfortunately the dragon did not auto aggro and fly right passed me. Once I attacked manually, everything resumed properly. Also it does not do Get Kraken: [Profile Message]: Moving To: Get Kraken! Bot stopping! Reason: Nothing more to do.
No idea if this is still being maintained, or anything, but. Code: Warning: XML Error: Could not parse 'If' body node! - On line 317 Warning: XML Error: Could not parse 'If' body node! - On line 366 Warning: XML Error: Could not parse 'If' body node! - On line 500 As well as this Code: [Profile Message]: Doing Daily: Threat From Above [FlyTo-v1635(warning)]: Found attribute via its alias name 'Distance'. Please update the profile to use its primary name 'ArrivalTolerance', instead. [FlyTo-v1635(error)]: The 'Distance' attribute's value (saw '1') is not on the closed interval [1.5..30]. [FlyTo-v1635(error) @line 495]: Stopping Honorbuddy. Please repair the profile! Bot stopping! Reason: Profile has too many errors and finally this: Code: [AutoEquip] Equipping Dragon Fishing Pole into MainHand as this weapon is more compatible with our weapon style (TwoHander) [Profile Message]: Death Knight: Battle Before the Citadel [AutoEquip] Equipping item Blood Gutter Greatsword (http://www.wowhead.com/item=115418) instead of Dragon Fishing Pole (http://www.wowhead.com/item=84661) (slot: MainHand) - it scored 17287.83 while the old scored 205.33 [BattleofTheCitadel-vUnknown(info)] [Pet] Casting Defend [AutoEquip] Equipping Shadow's Edge into MainHand as this weapon is more compatible with our weapon style (TwoHander) [BattleofTheCitadel-vUnknown(info)] [Pet] Casting Defend [AutoEquip] Equipping Magic-Breaker Greatsword into MainHand as this weapon is more compatible with our weapon style (TwoHander) [BattleofTheCitadel-vUnknown(info)] [Pet] Casting Defend [BattleofTheCitadel-vUnknown(info)] [Pet] Casting Defend [AutoEquip] Equipping Blood Gutter Greatsword into MainHand as this weapon is more compatible with our weapon style (TwoHander) [BattleofTheCitadel-vUnknown(info)] [Pet] Casting Defend [BattleofTheCitadel-vUnknown(info)] [Pet] Casting Defend [AutoEquip] Equipping Dragon Fishing Pole into MainHand as this weapon is more compatible with our weapon style (TwoHander) [BattleofTheCitadel-vUnknown(info)] [Pet] Casting Defend [BattleofTheCitadel-vUnknown(info)] [Pet] Casting Defend [AutoEquip] Equipping Shadow's Edge into MainHand as this weapon is more compatible with our weapon style (TwoHander) [BattleofTheCitadel-vUnknown(info)] [Pet] Casting Defend [AutoEquip] Equipping Magic-Breaker Greatsword into MainHand as this weapon is more compatible with our weapon style (TwoHander) Where it just keeps on mounting, dismounting, and swapping weapons around.
The profile was written three years ago and pretty much needs to be redone to accomodate for more modern behaviors. For instance, AutoEquip is now built into Honorbuddy and is no longer a plugin, so it's not disabling it properly. Not sure what the FlyTo Distance attribute was intended for at the time, but this profile needs some love. I don't have any characters at crusader level now unfortunately, so I'll need over a month of raw daily time to get to this point again.
Warning: XML Error: Could not parse 'If' body node! - On line 321 Warning: XML Error: Could not parse 'If' body node! - On line 370 Warning: XML Error: Could not parse 'If' body node! - On line 506 The currently loaded profile does not contain a sub profile usable for the current character (is your toon too high level?) What is the problem please help?
If you look at the profile you'll see the maxlevel is only 91 (should remove entirely). UseItemOn is a deprecated behavior at 322, 370, and 506 that needs to be replaced with InteractWith.