Welcome. ^^This is awesome, thanks EchoTiger.
I might look at integrating these navigation snips into some of my profiles in future, I will however follow your licensing instructions when doing so.
Keep up the good work.
Welcome. ^^
If you do add it into your profiles, tell me and I'll post a link to them on the front thread.
Hi, Thatgliderguy,call me a n00b but how do you set this up ?
Fixed in the remote sources.This does not seem to work when traveling to my level 2 horde garrison. It uses Garrison Hearth stone then gets stuck at
PHP:<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(110560);" WaitTime="500" />
<If Condition="(HasItem(32757))" >
<CustomBehavior File="UserSettings" AutoEquip="false"/>
<CustomBehavior File="Message" Text="Convenient teleport detected!" LogColor="Lime" />
<CustomBehavior File="Message" Text="Equipping item." LogColor="Lime" />
<CustomBehavior File="EquipItem" ItemId="32757"/>
<CustomBehavior File="Message" Text="Equipped. Waiting on CD." LogColor="Lime" />
<CustomBehavior File="WaitTimer" WaitTime="32500" />
<CustomBehavior File="Message" Text="Using teleport." LogColor="Lime" />
<CustomBehavior File="RunMacro" Macro="/use 2" />
<CustomBehavior File="Message" Text="Giving game a sec." LogColor="Lime" />
<CustomBehavior File="WaitTimer" WaitTime="5000" />
<CustomBehavior File="Message" Text="Unequipping. Here we go..." LogColor="Lime" />
<CustomBehavior File="UserSettings" AutoEquip="true"/>
</If>
<!-- Universal Nav Start -->
<CustomBehavior File="LoadRemoteCode"/>
<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/Pookthetook/AzyulBotBase/master/Navigation/ToDraenor.xml"/>
<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/Pookthetook/AzyulBotBase/master/Navigation/ToEasternKingdoms.xml"/>
<!-- Universal Nav End -->
<CustomBehavior File="LoadRemoteCode"/>
<!--more code below here-->
<!--Where I want to go to Draenor-->
<!-- Universal Nav Start -->
<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/Pookthetook/AzyulBotBase/master/Navigation/ToDraenor.xml"/>
<!--Universal Nav End-->
<!--Even More code here-->
<!--Where I want to go to back to Stormwind-->
<!-- Universal Nav Start -->
<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/Pookthetook/AzyulBotBase/master/Navigation/ToEasternKingdoms.xml"/>
<!--Universal Nav End-->
<CustomBehavior File="LoadRemoteCode"/>
<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/Pookthetook/AzyulBotBase/master/Navigation/ToDraenor.xml"/>
<MoveTo DestName="Ashran" X="1111.111" Y="2222.222" Z="333.333" />
<Do whatever it is we need to do in Ashran />
<CustomBehavior File="LoadRemoteCode"/>
<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/Pookthetook/AzyulBotBase/master/Navigation/ToEasternKingdoms.xml"/>
<MoveTo DestName="Stormwind" X="1111.111" Y="2222.222" Z="333.333" />
The navigation blocks are primarly used to get the player to a specific expansion zone which is why they're more 'universal.'Hi there, I noticed it didn't detected my Blessed Medallion of Karabor when trying to get to Outland for a Black Temple run. Went ahead and made the code for it, no clue if you'll find this useful for the project, but here, enjoy:
--snip--