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

Help! Create a ProfessionBuddy Profil

tobiasbsell

New Member
Joined
Oct 20, 2012
Messages
17
Reaction score
0
Hello,

i am currently working on a profil and have some questions:

1. How can I sent a letter to a specific charakter?

This is my Code:
Code:
<MailItemAction Category="Gem" SubCategoryType="WoWItemGemClass" SubCategory="None" Mail="All" UseCategory="True" ItemID="76140" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />


2. How can I insert blackspots?

This is my Code:
Code:
 <Blackspots>
	  <Blackspot X="-1265.639" Y="53.13453" Z="127.2566" Radius="1.269228" />
	  <Blackspot X="-1257.866" Y="64.44122" Z="127.8232" Radius="1.67183" />
	  <Blackspot X="-1252" Y="76.02277" Z="128.1043" Radius="4.019748" />
	  <Blackspot X="-1235.241" Y="83.69691" Z="130.2035" Radius="2.194912" />
	  <Blackspot X="-1225.57" Y="80.99539" Z="130.5162" Radius="2.106801" />
	  <Blackspot X="-1202.359" Y="122.801" Z="134.9214" Radius="3.251746" />
	  <Blackspot X="-1216.29" Y="110.5838" Z="133.0842" Radius="10.35729" />
	  <Blackspot X="-1239.021" Y="111.3684" Z="130.7596" Radius="16.74898" />
  </Blackspots>

I get this message:
Err: System.InvalidOperationException: Unable to bind XML Element: Blackspots to a Type
at HighVoltz.PbProfile.Load(XElement xml, GroupComposite comp) in c:\HB\Bots\Professionbuddy\PbProfile.cs:line 114
at HighVoltz.PbProfile.LoadFromFile(String path) in c:\HB\Bots\Professionbuddy\PbProfile.cs:line 79
 
why would you need blackspots in a professionbuddy profile?
 
why would you need blackspots in a professionbuddy profile?

Because the character gets stuck permanently between ah, mailbox and vendor. This is very conspicuous.
I would like blackspotting this places.
 
you set the mail recipient in Honorbuddy Settings & Tools
 
Yes but i need for item1 charakter a and for item2 charakter b

with this settings i can set mailing charakter
 
Back
Top