Raphus, as you might know theres some instances where you have to jump from a platform, down into water and from there further on.
I've got coords for you, for The Underbog - after second boss it has to jump off the platform, down in the water over to the hole, down from the edge of that. I was wondering if its possible to make a mechanic, detecting when it's witin 5-10 yards of the platform and then automatically going to the hole and down?
I've got coords for you:
The platform, coordinate to execute movement to hole (this is almost at the edge of the platform) <Hotspot X="275.6042" Y="-462.3221" Z="81.37291" />
The edge of the hole, possible to run straight to this spot from the spot on platform. <Hotspot X="333.4734" Y="-473.8077" Z="51.97071" />
The bottom of the room you enter from the hole. Eventually let it follow the tank once again when it reaches this spot (5-10 yards) <Hotspot X="354.5783" Y="-469.6821" Z="24.33299" />
Hope this is possible, would be great!
Also, for The Slave Pens:
Code:
<IBProfile>
<Entrance X="743.4918" Y="7011.18" Z="-73.07506" />
</IBProfile>
According to your JumpFrom --> JumpTo mechanic it would look like this:
Code:
<IBProfile>
<JumpPoints>
<JumpFrom X="275.6042" Y="-462.3221" Z="81.37291" />
<JumpTo X="333.4734" Y="-473.8077" Z="51.97071" />
<JumpFrom X="333.4734" Y="-473.8077" Z="51.97071" />
<JumpTo X="354.5783" Y="-469.6821" Z="24.33299" />
</JumpPoints>
</IBProfile>
The last one is for The Underbog.