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

Switch character dont work

mugenji77

New Member
Joined
Dec 21, 2013
Messages
80
Reaction score
0
<?xml version="1.0" encoding="utf-8"?>
<Professionbuddy>
<Declaration Code="string Realm;" />
<CustomAction Code="Realm = Lua.GetReturnVal&lt;string&gt;(&quot;return GetRealmName()&quot;,0);" />
<CustomAction Code="CharacterSettings.Instance.MailRecipient = (string)Settings[&quot;BankerName&quot;];" />
<CustomAction Code="SwitchCharacter((string)Settings[&quot;BankerName&quot;],Realm,&quot;Combat Bot&quot;" />
</Professionbuddy>

Profile like that dosen't work, only logout and clear my textbox with Mail Recipient.... tested on others profiles with switches characters and too dont work.
 
make sure you include a full log as an attachment and more then one sentance worth of description of the issue. or else they might as well just delete it.
 
<?xml version="1.0" encoding="utf-8"?>
<Professionbuddy>
<Declaration Code="string Realm;" />
<CustomAction Code="Realm = Lua.GetReturnVal&lt;string&gt;(&quot;return GetRealmName()&quot;,0);" />
<CustomAction Code="CharacterSettings.Instance.MailRecipient = (string)Settings[&quot;BankerName&quot;];" />
<CustomAction Code="SwitchCharacter((string)Settings[&quot;BankerName&quot;],Realm,&quot;Combat Bot&quot;" />
</Professionbuddy>

Profile like that dosen't work, only logout and clear my textbox with Mail Recipient.... tested on others profiles with switches characters and too dont work.

You're missing a 'Settings' element.
I added it for you. Load the attached profile in PB, open bot config and in the 'Profile Settings' tab enter your banker name in the 'BankerName' field
 
great, next time post PB issues in the correct place.
 
Back
Top