Mupp
New Member
- Joined
- May 3, 2010
- Messages
- 613
Did a fresh install of HB today, Dark Skies Klaxxxi Quest Behaviour is missing.
Also, is it possible to create a behaviour for the Klaxxi Quest "A little Brain Work"? I would love the bot to use the Quest item "Sonic Emitter" on the requested mobs to weaken them (Amber Scorpion).
You need to change the code for Dark Skies yourself until TS does an update. The specific QB was moved with the new update of HB it is now in Quest Behaviors\SpecificQuests\31216-DreadWastes-DarkSkies.cs
Code:
<!-- Dark Skies -->
<If Condition="HasQuest(31216) && !IsQuestCompleted(31216)">
<CustomBehavior File="Message" Text="Starting Dark Skies" LogColor="Green" />
<CustomBehavior File="FlyTo" X="126" Y="3200.40" Z="214.76" />
<CustomBehavior File="ForcedDismount" />
<RunTo X="144.6462" Y="3208.307" Z="214.7614" />
<CustomBehavior File="InteractWith" MobId="62151" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="RunMacro" Macro="/click GossipTitleButton3" />
<CustomBehavior File="SpecificQuests\31216-DreadWastes-DarkSkies.cs" />
</If>
Last edited: