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

Profil ProfessionBuddy erstellen Hilfe!!

tobiasbsell

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

ich erstelle mir derzeit ein multiprofil mit mehreren Chars. Das klappt bis jetzt ganz gut. Es haben sich jetzt im laufe derzeit folgende Fragen ergeben:

1. Wie kann ich unterschiedliche Gegenst?nde an unterschiedliche Charakter schicken?

Hier mein Code aktuell zum Post versenden
Code:
<MailItemAction Category="Gem" SubCategoryType="WoWItemGemClass" SubCategory="None" Mail="All" UseCategory="True" ItemID="76140" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />


2. Ist es m?glich Blackspots einzuf?gen? Wenn der Charakter vom Briefkasten zum Auktionshaus oder zum H?ndler l?uft, bleibt er sehr oft an Schilder oder sonstigem h?ngen. Ich w?rde diese orte/koordinaten gerne sperren aber wie?

Ich hab es mal so versucht, allerdings kommt der pb damit nicht klar
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>

Ich bekomme diese Meldung:
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

W?re super wenn jemand eine L?sung hat bzw eine alternative wie ich das l?sen kann ;)
 
Back
Top