wowharvest
New Member
- Joined
- Dec 7, 2011
- Messages
- 8
Hello folks,
I like to use the MultiZones or SmartMOP profiles where PB manages the random farm, timings, log on banker etc. After updating from .44 to newer version, the relog to bank char does not work anymore. I could not find out the reason why... and looking for your ideas now!
Here is the old code that works in .44 and earlier:
What happens when PB tries to Log on Banker:
- "Switching to banker" will be posted in the HB log
- nothing happens, no log entries in diagnostic mode, no red errors, no hints
- After 20 seconds of waiting, he mounts up and flies into the ocean (from SW)
Sth must have been changed in HB .45+ that the code do not work anymore. Maybe the used syntax does not fit anymore, maybe outdated commands...
Hope for your help! Please post your ideas, i will test it soon and send feedback!
Best Regards
I like to use the MultiZones or SmartMOP profiles where PB manages the random farm, timings, log on banker etc. After updating from .44 to newer version, the relog to bank char does not work anymore. I could not find out the reason why... and looking for your ideas now!
Here is the old code that works in .44 and earlier:
Code:
<!--Log on Banker-->
<If Condition="(bool)Settings["SwitchToBanker"]" IgnoreCanRun="True">
<CustomAction Code="MyLog("Switching to banker");
" />
<CustomAction Code="SwitchCharacter((string)Settings["BankerName"],Realm,"Combat Bot");" />
<WaitAction Condition="!StyxWoW.IsInWorld" Timeout="20000" />
</If>
What happens when PB tries to Log on Banker:
- "Switching to banker" will be posted in the HB log
- nothing happens, no log entries in diagnostic mode, no red errors, no hints
- After 20 seconds of waiting, he mounts up and flies into the ocean (from SW)
Sth must have been changed in HB .45+ that the code do not work anymore. Maybe the used syntax does not fit anymore, maybe outdated commands...
Hope for your help! Please post your ideas, i will test it soon and send feedback!
Best Regards