SphereCommunity
Instant teleport player - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Instant teleport player (/Thread-Instant-teleport-player)

Pages: 1 2


RE: Instant teleport player - artexd - 09-20-2014 03:27 AM

I tryied, and no visible effect.
I want to make something like a cave entrance to a dungeon.


RE: Instant teleport player - Coruja - 09-20-2014 07:00 AM

you can easily create a invisible teleport without any script

.add i_floor_marble
.xtype t_telepad (this will turn the floor into a telepad)
.xmorep 1234,4321 (this will set the telepad destination, it must be the coord numbers without any text)
.xattr attr_invis (this will make the telepad invisible to players)


RE: Instant teleport player - artexd - 09-20-2014 06:19 PM

This works fine, thanks you all for help.

Edit:
But how disable the sound and the visual effect for this telepad?
GM's haven't got any effect, but normal players do... o.O
In the sphere.ini file I have disabled visual and sound effects for everyone.

OK, I found it... MORE2