• 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!

change telepor effect

kimokimo

Kimo
Joined
Jan 25, 2011
Messages
821
Solutions
6
Reaction score
156
GitHub
karimadnan
how i can change the teleporting effect? its CONT_ME_TELEPORT i want it CONST_ME_ENERGYAREA but where i change it?
 
I don't really know if that's possible. Anyways, check in actions/scripts/teleport.lua (Or whenever you have the teleport.lua script.) and check that script, if the effect option is not there I think you can't change it.
 
Walking through a teleport is not an action, it's a movement. I'm not home so I cannot check the movements.xml, but check it yourself. If not editable there you should find something in sources or perhaps lib, else you will have to do an own script for the teleport ^.^
 
Back
Top