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

Please Help Me On a Effect Script

fexark

New Member
Joined
May 3, 2009
Messages
89
Reaction score
0
Hello guys, i want to make a script that teleports you but i know how to do it, the problem is that i dont know how to add an effecto to the script, i want to add an effect like a ue, not the puffs or those, i want like a spell effect, thanks.
Please help tfs0.2.1
 
Add this to your script.

LUA:
local pos = {x = fromPosition.x - 3, y = fromPosition.y - 3, z = fromPosition.z, stackpos = 0}
addEvent(doSendMagicEffect, 250, pos, math.random(CONST_ME_FIREWORK_YELLOW, CONST_ME_FIREWORK_BLUE))
 
Last edited:
Back
Top