RunUO Community

This is a sample guest message. 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!

Inaccessible teleporters at Wrong

tekproxy

Wanderer
Inaccessible teleporters at Wrong

The teleporters that went to Wrong didn't work, except the bottom right one, and all of the teleporters in Wrong were under ground. This is using 6.0.9 client, so maybe it doesn't affect everyone. I just raised the z-level. It still looks a little weird, but at least it works.

The bottom lines are for the Britain Sewer to Lost Lands teleporter. It too far away from the entrance, and looked funny, so I moved it closer.

Code:
200,202c200,202
< 				CreateTeleporter( 5824, 631, 0, 2041, 215, 14, map, true );
< 				CreateTeleporter( 5825, 631, 0, 2042, 215, 14, map, true );
< 				CreateTeleporter( 5826, 631, 0, 2043, 215, 14, map, true );
---
> 				CreateTeleporter( 5824, 631, 5, 2041, 215, 15, map, true );
> 				CreateTeleporter( 5825, 631, 5, 2042, 215, 15, map, true );
> 				CreateTeleporter( 5826, 631, 10, 2043, 215, 15, map, true );
386c386
< 				CreateTeleporter( 6140, 1431, 4, 6137, 1408, 2, map, false );
---
> 				CreateTeleporter( 6141, 1430, 4, 6137, 1408, 2, map, false );
 
Top