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!

как переделать маршрут для гринда с назе&#1084

Kastanit

New Member
Joined
Nov 19, 2012
Messages
31
Подскажите что нужно добавить в профиль чтобы бот фармил нужных мобов на флае?

Code:
<?xml version="1.0" encoding="utf-8"?>
<HBProfile>
  <Name></Name>
	  
	<MinDurability>.2</MinDurability>
	<MinFreeBagSlots>2</MinFreeBagSlots>
	<SellGrey>True</SellGrey>
	<SellWhite>True</SellWhite>
	<SellGreen>False</SellGreen>
	<MailWhite>True</MailWhite>
	<MailGreen>True</MailGreen>
	<MailBlue>True</MailBlue>
	<MailPurple>True</MailPurple>
	<MinLevel>60</MinLevel>
	<MaxLevel>91</MaxLevel>
	
	<ProtectedItems>
	- <!-- Hearthstone  --> 
	  <Item></Item> 
	- <!--   --> 
	  <Item></Item>
	- <!--  -->
	  <Item></Item>
	- <!--  -->
	  <Item></Item>
	- <!--  --> 
	  <Item></Item> 
	- <!--  --> 
	  <Item></Item> 
	- <!--  -->
	  <Item></Item>
	- <!--  -->
	  <Item></Item>
	- <!--  -->
	  <Item></Item>
	  <!--  -->
	  <Item></Item>
	  <!--  -->
	  <Item></Item>
	  <!--  -->
	  <Item></Item> 
	</ProtectedItems>

  <Vendors>
    <Vendor Name=
  </Vendors>
  <Mailboxes>
	<Mailbox X=
  </Mailboxes>
  <GrindArea>
    <Factions>34</Factions>
    <TargetMaxLevel>80</TargetMaxLevel>
    <TargetMinLevel>60</TargetMinLevel>
    <RandomizeHotspots>false</RandomizeHotspots>
    <MaximumHotspotTime>60000</MaximumHotspotTime>
    <LootRadius>45</LootRadius>
    <MaxDistance>100</MaxDistance>
    <Blackspots>
    </Blackspots>
    <Hotspots>
	


    </Hotspots>
  </GrindArea>
</HBProfile>
 
Back
Top