• Visit Rebornbuddy
  • Resquest - Orderbot hippogryph skin farm

    Discussion in 'Archives' started by Xerco, May 6, 2015.

    1. Xerco

      Xerco New Member

      Joined:
      May 6, 2015
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Can someone create a profile that farms hippogryph skin?

      Yes, I saw this topic, but I can't access the file in the link.

      Ideal would be to get them at around 27x 6y.

      Thanks in advance!
       
    2. ZeeZee

      ZeeZee Member

      Joined:
      Nov 6, 2014
      Messages:
      61
      Likes Received:
      3
      Trophy Points:
      8
      View attachment Hippogryph.xml

      The attached profile will keep killing until 99 skins have been farmed (just change the value on line 24 to farm more at once).
       
    3. Xerco

      Xerco New Member

      Joined:
      May 6, 2015
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      That was fast, thanks! : )
       
    4. ZeeZee

      ZeeZee Member

      Joined:
      Nov 6, 2014
      Messages:
      61
      Likes Received:
      3
      Trophy Points:
      8
      :) hope it's ok mate, and problems then let me know.
       
    5. Xerco

      Xerco New Member

      Joined:
      May 6, 2015
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Tested, works perfectly.
       
    6. ZeeZee

      ZeeZee Member

      Joined:
      Nov 6, 2014
      Messages:
      61
      Likes Received:
      3
      Trophy Points:
      8
      :eek: Glad ta hear it!
       
    7. Mirko1987

      Mirko1987 Member

      Joined:
      Dec 12, 2012
      Messages:
      424
      Likes Received:
      3
      Trophy Points:
      18
      I'm so sorry but which line should be changed? I'm a complete useless in this stuff...but what should i do to let it farm skins till i press stop on bot?

      Ty in advance..
       
    8. ZeeZee

      ZeeZee Member

      Joined:
      Nov 6, 2014
      Messages:
      61
      Likes Received:
      3
      Trophy Points:
      8
      ok mate, do you see the following:

      while="ItemCount(5316) < 100"

      No in between the quote's replace
      ItemCount(5316) < 100
      with the word
      True

      That should do it
       
    9. Mirko1987

      Mirko1987 Member

      Joined:
      Dec 12, 2012
      Messages:
      424
      Likes Received:
      3
      Trophy Points:
      18

      Ehm ty for ur help dude,but it's not as u have written :(

      Code:
      <?xml version="1.0"?>
      
      <!-- Hunt: Hippogryph Author: ZeeZee -->
      
      -<Profile>
      
      <Name>Hunt: Hippogryph</Name>
      
      <KillRadius>50</KillRadius>
      
      
      -<GrindAreas>
      
      
      -<GrindArea name="H0">
      
      
      -<Hotspots>
      
      <HotSpot name="H0" XYZ="283, 34, -671" Radius="200"/>
      
      </Hotspots>
      
      
      -<TargetMobs>
      
      <TargetMob name="Hippogryph" id="789"/>
      
      </TargetMobs>
      
      <MinLevel>46</MinLevel>
      
      <MaxLevel>50</MaxLevel>
      
      </GrindArea>
      
      </GrindAreas>
      
      
      -<Order>
      
      
      -<If Condition="not IsOnMap(154)">
      
      <TeleportTo AetheryteId="24" Name="Revenant's Toll"/>
      
      </If>
      
      [COLOR="#FF0000"]<Grind while="ItemCount(5316) < 100" PostCombatDelay="0" grindRef="H0"/>[/COLOR]
      
      </Order>
      
      </Profile>
      Red write is different than what u wrote above :(

      Or somebody could kindly edit it to let it go farming hippogryph skins till i press stop on bot please?

      Ty in advance and sorry...
       
    10. ZeeZee

      ZeeZee Member

      Joined:
      Nov 6, 2014
      Messages:
      61
      Likes Received:
      3
      Trophy Points:
      8
      Heya.

      The whole line:
      <Grind grindRef="H0" PostCombatDelay="0" while="ItemCount(5316) &lt; 100" />

      replace with:
      <Grind grindRef="H0" PostCombatDelay="0" while="True" />
       
    11. Mirko1987

      Mirko1987 Member

      Joined:
      Dec 12, 2012
      Messages:
      424
      Likes Received:
      3
      Trophy Points:
      18


      Oh sorry for my retardness about this.. ok i will try...

      Anyway could i edit with notepad?

      I wouldn't damage the file due to i could only edit with that...

      *I edited and now it's like that..

      I just replaced whole line u wropte to me with copy and paste

      Code:
      <?xml version="1.0"?>
      
      <!-- Hunt: Hippogryph Author: ZeeZee -->
      
      -<Profile>
      
      <Name>Hunt: Hippogryph</Name>
      
      <KillRadius>50</KillRadius>
      
      
      -<GrindAreas>
      
      
      -<GrindArea name="H0">
      
      
      -<Hotspots>
      
      <HotSpot name="H0" XYZ="283, 34, -671" Radius="200"/>
      
      </Hotspots>
      
      
      -<TargetMobs>
      
      <TargetMob name="Hippogryph" id="789"/>
      
      </TargetMobs>
      
      <MinLevel>46</MinLevel>
      
      <MaxLevel>50</MaxLevel>
      
      </GrindArea>
      
      </GrindAreas>
      
      
      -<Order>
      
      
      -<If Condition="not IsOnMap(154)">
      
      <TeleportTo AetheryteId="24" Name="Revenant's Toll"/>
      
      </If>
      
      [COLOR="#FF0000"]<Grind while="True" PostCombatDelay="0" grindRef="H0"/>[/COLOR]
      
      </Order>
      
      </Profile>

      I hope it will be correct now.. bu it's not in the same order as u wrote even if i only copied and pasted...
       
      Last edited: May 12, 2015
    12. ZeeZee

      ZeeZee Member

      Joined:
      Nov 6, 2014
      Messages:
      61
      Likes Received:
      3
      Trophy Points:
      8
      Not sure whats changed the order, I've checked the initial file that was uploaded and the "while" part was at the end.
      It should still work though mate.
       
    13. Mirko1987

      Mirko1987 Member

      Joined:
      Dec 12, 2012
      Messages:
      424
      Likes Received:
      3
      Trophy Points:
      18
      Ty for ur patience dude,but i only pasted string like u posted... and tbh i dunno why it ordered in a different way...

      I hope it works anyway...

      I let u know anyway..

      Tyvm again..


      Cheers
       

    Share This Page