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!
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).
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..
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
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...
Heya. The whole line: <Grind grindRef="H0" PostCombatDelay="0" while="ItemCount(5316) < 100" /> replace with: <Grind grindRef="H0" PostCombatDelay="0" while="True" />
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...
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.
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