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

Grinding - questuons

ltbaron

New Member
Joined
Sep 18, 2013
Messages
282
Reaction score
1
Hello,

I would like to ask is soneone experienced same with HB like me:

1. When I'm grinding and get full bags I've made a profile that finds vendor by nav="fly" that works great but when bot tries to come back it doesn't use flying mount or use it and doesn't fly.
2. Avoid mobs function works? Because when write the list to avoid it doesn't?
3. When I write which mobs to attack it does attack some other not only that mob id that I've written?
Thank you for your answer
 
You need a custombehavior to flyto a specific hotspot

Code:
<CustomBehavior File="FlyTo" DestName="Hotspot" X="xxx.xxx" Y="xxx.xxx" Z="xxx.xxx" />
 
You need a custombehavior to flyto a specific hotspot

Code:
<CustomBehavior File="FlyTo" DestName="Hotspot" X="xxx.xxx" Y="xxx.xxx" Z="xxx.xxx" />

Thanks! So I should just copy this code to my profile and insert coord?

Anyone knows answer to otjer questions about agro and avoidance?
 
2. Avoid mobs function works? Because when write the list to avoid it doesn't?
I have the same problem. Got a gridning profile for leather where are... monkeys and insects. No idea why but the insects and the monkeys in that area are the same Faction ID so the bot targets both. Added in the avoid list the Insects names and ID's - didn't work.
 
You need a custombehavior to flyto a specific hotspot

Code:
<CustomBehavior File="FlyTo" DestName="Hotspot" X="xxx.xxx" Y="xxx.xxx" Z="xxx.xxx" />

I've tried this and it doesn't work
 
Back
Top