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!

daffy82

Member
Joined
Apr 29, 2014
Messages
129
Profile
Code:
<Profile Name="Grind Template" Author="DD" Version="1.0">

  <Grind CreatureIds="47746, 46279, 48199, 48028, 46403, 46401" ExcludeNeutral="false" NoBlacklist="false">


    <GrindArea>
      <Hotspot MapId="1061" X="1017,481" Y="-854,5874" Z="2383,463" Range="100" Timeout="60" />
    </GrindArea>
  
  </Grind>
  
</Profile>


Error
Code:
An error occured while loading the profile. Are you sure the profile contains no XML errors?
XML Error: System.FormatException: Input string was not in a correct format.
   at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)
   at System.Xml.XmlConvert.ToSingle(String s)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderGrind.Read14_Hotspot(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderGrind.Read15_AreaContainer(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderGrind.Read16_Grind(Boolean isNullable, Boolean checkType)
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderGrind.Read17_Grind()
Unknown profile element: <Grind CreatureIds="47746, 46279, 48199, 48028, 46403, 46401" ExcludeNeutral="false" NoBlacklist="false">
  <GrindArea>
    <Hotspot MapId="1061" X="1017,481" Y="-854,5874" Z="2383,463" Range="100" Timeout="60" />
  </GrindArea>
</Grind> at line 3


I feel like im so close to understand this bot but every time I think I know what im doing I get errors :)
 
Back
Top