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

Druid - Use travel form with glyph instead of mount

Nonoo

New Member
Joined
Aug 24, 2015
Messages
5
Reaction score
0
Hi !

I'd like my druid to use the travel form (with the glyph) instead of the mount. (This is possible only for flying in the options)

How can i do that ? i'm not using any routine, only the one provided with honorbuddy "Singular" (who works just fine.. that is why i never try to change)

In the setting of HB, on the druid specific tab, the option "use travelform" is set on true, and in the general settings, even if i set the mount distance on 200, it keeps use the mount randomly..

what can i do ?

thank you.
 
Make sure the forms are enabled in your CC.

Then add this somewhere in the generic entries, but before other commands such as <Questing> <GrindArea>


<UseMount>False</UseMount>




Here's an example



<SellGrey>True</SellGrey>
<SellWhite>False</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>false</SellBlue>
<SellPurple>False</SellPurple>

<UseMount>False</UseMount>

<AvoidMobs>
<Mob Name="Frostwing Screecher" Entry="79643" />
<Mob Name="Bloodmaul Brute" Entry="77991" />
</AvoidMobs>

<Blackspots>
</Blackspots>
 
Back
Top