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

Making BOT use portals around Azeroth

xfer

New Member
Joined
Jun 28, 2011
Messages
14
Reaction score
0
How can I make a custom behavior for the bot to right click te portals around Azeroth, since they are not targettable and I can't find an ID for them.

Thanks in advance.
 
I did it!

Code:
<CustomBehavior File="FlyTo" X="-8210.614" Y="403.6864" Z="117.2973" />
<CustomBehavior File="ForcedDismount" />
<CustomBehavior File="UseGameObject" QuestId="25156" ObjectId="207692" NumOfTimes="1" X="-8212.042" Y="401.7958" Z="117.2963" />" />
 
Nice man, im going to make same kind of thing but for my bots when i remote desktop to pc load a profile then once in portal load the farming one.
good work :)
 
use raphus' profile helper plugin (search)

it shows all game objects, npcs, auras, stuff in bags, stuff that merchants sell

PHP:
				<CustomBehavior File="InteractWith" MobId="" ObjectType="Gameobject" Range="8" X Y Z />
 
Would be nice to have this built into honorbuddy, if you start a profile and its on the wrong island it will use the portals to navigate to the correct location.
 
Back
Top