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

daffy82

Member
Joined
Apr 29, 2014
Messages
129
Reaction score
1
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 :)
 
I feel like im so close to understand this bot but every time I think I know what im doing I get errors :)
Have you tried changing your XYZ to include a period instead of a comma?
 
Back
Top