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

Using elevators (Help).

Megser

Well-Known Member
Joined
Apr 17, 2010
Messages
1,389
Reaction score
73
Okay, so I've tried and tried and tried. But I don't know how this line should look like. I'm trying to use an elevator in Thunder Bluff, but it says the character "-" can't begin with a hexadecimal value bla bla.

So how should the command look like? Using the UseTransport.cs.

This is how mine looks, probably way wrong:

PHP:
<CustomBehavior File="UseTransport" TransportId="50506" TransportStart= "X="-1036.978" Y="-50.15055" Z="69.31232" TransportEnd= "X="-1039.489" Y="-49.08292" Z="140.5346" WaitAt= "X="-1035.611" Y="-54.31499" Z="69.25319" GetOff= "X="-1044.204" Y="-45.91918" Z="140.6944" />

I'm not using StandOn syntax because I didn't feel that it was needed, but is it critical and not optional?


Thanks for any help.
 
You need to make an XYZ attribute for every position like this example:
HTML:
<CustomBehavior File="UseTransport" TransportId="206610" 
		WaitAtX="1749.218" WaitAtY="-4388.167" WaitAtZ="42.50698"
		TransportStartX="1755.314" TransportStartY="-4396.597" TransportStartZ="42.34779" 
		TransportEndX="1755.314" TransportEndY="-4396.597" TransportEndZ="109.2562" 
		GetOffX="1750.3" GetOffY="-4389.18" GetOffZ="109.6168" />
The StandOn attribute is not needed, it will just stay on the XY-position you specified untill it reaches end location.
 
character hexadecimal = delete character settings .xml in the settings folder and try again
 
Back
Top