• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Need help with farming profile (Profile Attached)

    Discussion in 'Rebornbuddy Forum' started by GaijinSmash, Apr 22, 2015.

    1. GaijinSmash

      GaijinSmash New Member

      Joined:
      Apr 22, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      I've been trying to make a profile for farming specific mobs for crafting materials. The profile will start without any error messages but the bot won't move. It just stands there. I've checked the log folder and it's empty so I don't have one to attach.

      I've attached my farming profile, would anyone be able to tell me what I did wrong with it? Thanks in advance!
       

      Attached Files:

    2. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      Code:
      <Profile>
      <Name>Your Profile Name Here</Name>
      <KillRadius>80</KillRadius>
      <!-- Just Having the GrindAreas will tell the bot nothing, so yeah, it'll just stand there amusing itself -->
      <GrindAreas>
        <GrindArea name="LetsKillHoglets">
          <Hotspots>
            <Hotspot Radius="80" XYZ="434.1374, 30.28624, 78.03606"/>
          </Hotspots>
        <TargetMobs>
          <TargetMob Id="295"/> <!-- Mob names are no longer supported, you need the mob ID. Hoglets MobId is 295, they reside in Central Shroud -->
        </TargetMobs>
        <MinLevel>10</MinLevel>
        <MaxLevel>51</MaxLevel>
        </GrindArea>
      </GrindAreas>
        <!-- This is where you tell the bot what to do. OrderBot profiles "Need" the Order -->
        <Order>
          <!-- If you aren't in the Central Shroud (Bentbranch Meadows). Tell the bot to haul ass -->
          <If Condition="not IsOnMap(148)">
            <TeleportTo AetheryteId="3" Name="Bentbranch Meadows"/>
          </If>
          <!-- Once there... Grind until you drop -->
          <Grind grindref="LetsKillHoglets" While="true" PostCombatDelay="2.5"/>
        </Order>
      </Profile>
      
       
      Last edited: Apr 23, 2015
    3. GaijinSmash

      GaijinSmash New Member

      Joined:
      Apr 22, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Thank you!

      I got it working now and it works perfectly.
       

    Share This Page