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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Navigate to zone without Aetheryte?

Mooncloud

Member
Joined
Aug 19, 2015
Messages
120
How would I go about instructing the bot to travel to a zone that has no Aetheryte to simply teleport to?
 
Use it like this with the custom tag y2krazy mentioned (example for Western Thanalan):
<If Condition="not IsOnMap(140)">
<If Condition="Managers.WorldManager.HasAetheryteId(17)">
<TeleportTo Name="Horizon" AetheryteId="17" />
</If>
<If Condition="not Managers.WorldManager.HasAetheryteId(17)">
<Travel To="140" />
</If>
</If>
 
Back
Top