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

Grind Bot tries to use some far away repair vendor

Nadd

New Member
Joined
Jun 11, 2012
Messages
169
Reaction score
2
Code:
<HBProfile>
<Name>Ground -[Herb Ore]Valley of the four Winds </Name>
<MinDurability>0.05</MinDurability>
<MinFreeBagSlots>1</MinFreeBagSlots>

<MinLevel>1</MinLevel>
<MaxLevel>91</MaxLevel>
<Factions>99999</Factions>
<AvoidMobs>
</AvoidMobs>

<TargetElites>False</TargetElites>

<MailGrey>false</MailGrey>
<MailWhite>true</MailWhite>
<MailGreen>true</MailGreen>
<MailBlue>true</MailBlue>
<MailPurple>true</MailPurple>

<SellGrey>true</SellGrey>
<SellWhite>false</SellWhite>
<SellGreen>false</SellGreen>
<SellBlue>false</SellBlue>
<SellPurple>false</SellPurple>

<Vendors>
<Vendor Name="Trader Jambeezi" Entry="59583" Type="Repair" X="-195,31" Y="478,91" Z="187,19" />
</Vendors>

<Mailboxes>
<Mailbox X="-211,6319" Y="496.4479" Z="187.1416" />
</Mailboxes>

<Blackspots>
</Blackspots>

<Hotspots>
<Hotspot X="-350.4495" Y="-252.4934" Z="148.0146" />
<Hotspot X="-584.2247" Y="8.582074" Z="134.7283" />
<Hotspot X="-666.9935" Y="227.8398" Z="137.8208" />
<Hotspot X="-584.7571" Y="8.974462" Z="134.7135" />
<Hotspot X="-562.2362" Y="-200.8398" Z="158.4788" />
<Hotspot X="-334.3857" Y="-305.5522" Z="164.5164" />
<Hotspot X="-373.595" Y="-169.7239" Z="137.8609" />
<Hotspot X="-411.2172" Y="-0.9140315" Z="138.2284" />
<Hotspot X="-166.0584" Y="-57.5867" Z="162.3271" />
<Hotspot X="-200.6557" Y="29.74756" Z="169.9958" />
<Hotspot X="-272.3979" Y="-274.3412" Z="156.098" />
<Hotspot X="-167.0534" Y="-277.1735" Z="143.1646" />
<Hotspot X="-100.707" Y="-191.4766" Z="147.06" />
<Hotspot X="-16.34125" Y="-225.4517" Z="171.4349" />
<Hotspot X="-271.2689" Y="-277.3339" Z="157.295" />
<Hotspot X="-203.4737" Y="-268.1389" Z="151.6047" />
<Hotspot X="-110.9891" Y="-298.8431" Z="144.2054" />
<Hotspot X="-171.6291" Y="-46.25815" Z="162.5309" />
<Hotspot X="-173.8697" Y="-14.43668" Z="169.6278" />
<Hotspot X="-342.3736" Y="-44.0513" Z="138.4502" />
<Hotspot X="-190.1549" Y="-395.0316" Z="168.9553" />
<Hotspot X="-112.3369" Y="-499.2113" Z="178.6625" />
<Hotspot X="28.9227" Y="-723.577" Z="218.6649" />
<Hotspot X="283.3154" Y="-780.6859" Z="229.4982" />
<Hotspot X="312.9103" Y="-897.6052" Z="252.84" />
<Hotspot X="114.3371" Y="-645.7885" Z="222.7208" />
<Hotspot X="202.7279" Y="-607.0112" Z="218.2363" />
<Hotspot X="138.0465" Y="-620.2225" Z="216.4757" />
<Hotspot X="-27.66842" Y="-725.1815" Z="197.6524" />
<Hotspot X="-115.2309" Y="-502.1553" Z="178.0919" />
<Hotspot X="-159.8316" Y="-355.4536" Z="174.2869" />

</Hotspots>
</HBProfile>

instead of
<Vendor Name="Trader Jambeezi" Entry="59583" Type="Repair" X="-195,31" Y="478,91" Z="187,19" />

he is always trying to use "Merchant Tantan" and I don't use "Find Vendors Automatically", any idea why?
 

Attachments

Last edited:
[08:03:35.600 D] Styx.CommonBot.Profiles.ProfileAttributeExpectedException`1[System.Single]: XML Error: Value "-211,6319" in "X" attribute is not supported! Expected floating type. - On line 31 - [X="-211,6319"]
at ?..(XElement )
at Styx.CommonBot.Profiles.Mailbox..ctor(XElement element)
at Styx.CommonBot.Profiles.MailboxManager..ctor(XElement xml)


profile issue
 
Back
Top