What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Log on Banker do not work - sth has changed from HB .44 to current version?

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:

Code:
<!--Log on Banker-->
          <If Condition="(bool)Settings[&quot;SwitchToBanker&quot;]" IgnoreCanRun="True">
            <CustomAction Code="MyLog(&quot;Switching to banker&quot;);
" />
            <CustomAction Code="SwitchCharacter((string)Settings[&quot;BankerName&quot;],Realm,&quot;Combat Bot&quot;);" />
            <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
 
Hi, Wowharvest,

You should report bugs to the appropriate thread. Otherwise, they get overlooked and ignored.

Your problem is HB-1179 (""Switching to banker" causes toon to immediately mount for farming"), and we've already [post=1637823]responded about it here[/post].

cheers,
chinajade
 
Thanks chinajade! I used the Forum Search but could not find the problem. Maybe i looked only through the thread titles and not the whole content.

As far as i can see, there is no solution for the problem at the moment..? So waiting for an update...
 
Back
Top