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

[Dev Request] - Profile order

StefanKFG

New Member
Joined
Sep 5, 2010
Messages
432
Reaction score
1
Don't know if there's already a plugin which can handle this. Is it possible to add an option to HB, to run different profiles in a static or random order? The intention is to combine multiple profiles so the bot doesn't take the same route for many hours.

For example: There are a lot of public profiles posted on this forum. You can take every profile into HB, setup profile 1 to run for about 2-3 hours, then pick profile 2, running 1-2 hours and so on. Ofc you will have little gathering losses but in my opinion, the chance getting reported by other "human" players could be little less :)

What do you think about it?
 
there's a <RandomizeHotspots> tag already, which is most logical
 
there's a <RandomizeHotspots> tag already, which is most logical

Hm? I know this tag but I thought it just picks a random hotspot and flys a crappy way to get to this location. Can you explain how it works?
 
PHP:
   <GrindArea>
       <TargetMinLevel></TargetMinLevel>
       <TargetMaxLevel></TargetMaxLevel>
       <Factions></Factions>
       <RandomizeHotspots>True</RandomizeHotspots>
       <MaxDistance></MaxDistance>
       <Hotspots>

       </Hotspots>
   </GrindArea>
 
I think you don't get me (perhaps it's my english :)). I wanted to know how it works. Does "randomize Hotspots" have a logical system it acts or is it just random hotspot picking? ;D
 
Back
Top