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

How to modify the X Y Z when using a transport?

Megser

Well-Known Member
Joined
Apr 17, 2010
Messages
1,389
Reaction score
73
I've basically tried everything. I'm using Raphus's ProfileHelper to get the cords but they are really shitty ones since when entering the Zeppelin it jumps right of the platform falling down and then it totally stops. I have tried standing on the actual zeppelin and taking cords, but those cords doesn't work of course. I have tried Highvoltz code but it produces the EXACT same cords when I'm even standing in a different location in the Zeppelin. If there is no way to modify to where the bot should enter the transport etc we REALLY need better support for transports then.
 
Are you using WorldLocation?
 
Also tried RelativeLocation?

Kinda hard to tell what exact set of coords you need.

unit.Location will give you a relative location if you are on a transport, and world location otherwise. (I believe these equate to the same thing overall. I'm not 100% sure, as I didn't write that bit of code)
 
Also tried RelativeLocation?

Kinda hard to tell what exact set of coords you need.

unit.Location will give you a relative location if you are on a transport, and world location otherwise. (I believe these equate to the same thing overall. I'm not 100% sure, as I didn't write that bit of code)

They're all the same tbh, WorldLocation, Location, X Y Z, RelativeLocation etc. We need better support for transports. I basically just want to change the TransportStart, so it doesn't attempt to run to a place in the transport it can't resulting in it falling down the platform, which "stops" the bot.
 
Well, all of our code uses world locations, so you'll have to use that, or something along the lines of Me.Transport.Location.

Again; I'm still not sure exactly what you're trying to accomplish, so I can only help so much.
 
Well, all of our code uses world locations, so you'll have to use that, or something along the lines of Me.Transport.Location.

Again; I'm still not sure exactly what you're trying to accomplish, so I can only help so much.

What I'm trying to accomplish is to use a custom location to where the transport starts, since the WorldLocation one is invalid. I'm trying to get on the Undercity Zeppelin from Orgrimmar to Undercity. If you still don't understand I'll make a video.
 
Back
Top