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!

[Quest Behavior] TEST - UseTransport (Elevators,Boats,Zeppelins etc).

Could someone post the info in the OP in the wiki? I can't do that yet, not enough posts.. and is quite handy for someone like me without having to dig around.



edit: figured the other question out.
 
Last edited:
Credits Highvoltz for HBConsole and this code here:

PHP:
Log("Transport: " + Me.Transport.Entry);
	Log("Position: X=\"{0}\" Y=\"{1}\" Z=\"{2}\"> ", Me.Transport.GetWorldMatrix().M41 , Me.Transport.GetWorldMatrix().M42 , Me.Transport.GetWorldMatrix().M43);

^^ that will produce XYZ

now, for UseTransport, here's how a 'new' one looks (attribute names changed again)

PHP:
				<CustomBehavior File="UseTransport"
								WaitAtX="4180.536" WaitAtY="5280.977" WaitAtZ="26.49352"
								GetOffX="4180.375" GetOffY="5282.13" GetOffZ="39.60874" 
								TransportStartX="4184.285" TransportStartY="5281.594" TransportStartZ="26.8" 
								TransportEndX="4184.285" TransportEndY="5281.594" TransportEndZ="39.48473" 
								TransportId="152614" />

There's also a StandAtX Y Z attribute (optional)
 
Back
Top