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

[Request] Shrine of 2 moons -> orgrimmar

Megamaid

New Member
Joined
Aug 23, 2012
Messages
83
Reaction score
0
Played around with some stuff and couldn't get it to work, here's some quick numbers if someone knows how to make it work quick:

outside of the shrine:
X="1625.561" Y="924.371" Z="471.1835"

portal location:
X="1734.99" Y="873.5544" Z="487.4439"

portal object id:
MobId="215127" ObjectType="Gameobject"

any help would be great!
thanks
 
for a questing profile? for professionbuddy? for what? maybe post what your working on?
 
Last edited:
need a profile that moves to the loc and uses the portal, on a questing profile
 
Played around with some stuff and couldn't get it to work, here's some quick numbers if someone knows how to make it work quick:

outside of the shrine:
X="1625.561" Y="924.371" Z="471.1835"

portal location:
X="1734.99" Y="873.5544" Z="487.4439"

portal object id:
MobId="215127" ObjectType="Gameobject"

any help would be great!
thanks

Hi, Megamaid,

There are two kinds of portals in WoW. The first kind, you just run through:

<!-- the RunTo location may need some tuning.
It should be a position as close as possible to portal entrance without entering.
-->​
<RunTo X="1625.561" Y="924.371" Z="471.1835" />
<CustomBehavior File="GoThruPortal" X="1734.99" Y="873.5544" Z="487.4439" />​

The second kind, you need to click on the portal to interact:

<CustomBehavior File="InteractWith" MobId="215127" ObjectType="Gameobject"
X="1734.99" Y="873.5544" Z="487.4439" />​
Portal interactions can sometimes be quirky. Obviously, I haven't tested the code fragments above, but they should be correct.

Thanks for supplying all the details!

cheers,
chinajade

P.S. - You may get better help if you posted questions like this in the Developer forum. The Developer forum handles it all: Quest Behaviors, Bots, Combat Routines, and Profile writing.
 
Last edited:
thanks i'll try the first one out..i had the 2nd one but it wasn't working properly
 
Back
Top