• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ TFS 1.5 downgrade nekiro - Add Effect use Teleport

Forkz

Well-Known Member
Joined
Jun 29, 2020
Messages
380
Solutions
1
Reaction score
89
Hi otlanders,

I would like to add the teleportation effect to my source when the player accesses a teleport or is moved somewhere, does anyone know where in the source I add this?
 
Solution
Hi otlanders,

I would like to add the teleportation effect to my source when the player accesses a teleport or is moved somewhere, does anyone know where in the source I add this?
items.xml, add:

XML:
<attribute key="effect" value="teleport"/>

to all teleports that you want this effect
Hi otlanders,

I would like to add the teleportation effect to my source when the player accesses a teleport or is moved somewhere, does anyone know where in the source I add this?
items.xml, add:

XML:
<attribute key="effect" value="teleport"/>

to all teleports that you want this effect
 
Solution
Back
Top