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:
2. How can I insert blackspots?
This is my Code:
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
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