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

[REQUEST] Fly to location and use portal

wmcrow

New Member
Joined
Jan 15, 2013
Messages
9
Reaction score
0
Hey,
Can anyone write a profile which flys my character from a random pandaria zone to the shrine of two moons in the vale of eternal blossoms
and uses the portal to orgrimmar?

Edit:
I tried <FlyToAction Dismount="False" Location="1622.982, 923.9601, 471.1836" /> to fly to the shrine of two moons. but the bot is flying somewhere else in the wrong direction...
 
Last edited:
<CustomBehavior File="FlyTo" X="" Y="" Z="" /> (Where XYZ is a location at or within the City)
<CustomBehavior File="InteractWith" MobId="xxxxx" X="" Y="" Z="" WaitForNpcs="False" /> (Where MobId is the portal id (use the Developer Tools in HB to find this) and XYZ is its location within the city)
If the MobId is 5 digits, you're fine, if its 6 digits (starting with a 2 most likely) then add "ObjectType="GameObject"" to the InteractWith.
 
Back
Top