Megser
Well-Known Member
- Joined
- Apr 17, 2010
- Messages
- 1,389
- Reaction score
- 73
As title says, any code in a profile which will dismount the character?
I found ForcedDismount CB. Looks like this now but it doesn't dismount. I'm trying to use a taxi CB which Vlad made, think you know who I mean Kick, you commented there.
I found ForcedDismount CB. Looks like this now but it doesn't dismount. I'm trying to use a taxi CB which Vlad made, think you know who I mean Kick, you commented there.
PHP:
<HBProfile>
<MinLevel>1</MinLevel>
<MaxLevel>70</MaxLevel>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<MailGrey>False</MailGrey>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>True</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<TargetElites>False</TargetElites>
<AvoidMobs>
</AvoidMobs>
<Blackspots>
</Blackspots>
<!-- Quest Overrides -->
<QuestOrder>
<PickUp QuestName="Arrival in Outland" QuestId="10120" GiverName="Lieutenant General Orion" GiverId="19253" />
<TurnIn QuestName="Arrival in Outland" QuestId="10120" TurnInName="Vlagga Freyfeather" TurnInId="18930" />
<PickUp QuestName="Journey to Thrallmar" QuestId="10289" GiverName="Vlagga Freyfeather" GiverId="18930" />
<CustomBehavior File="ForcedDismount" QuestId="10289" />
<If Condition="HasQuest(10289)" >
<CustomBehavior File="UseTaxi" QuestId="10289" NpcID="18930" NodeName="Thrallmar, Hellfire Peninsula" ViewNodesOnly="0" X="-177.7961" Y="1028.265" Z="54.17478" />
</If>
</QuestOrder>
</HBProfile>
Last edited: