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

I need help with a doSendMagicEffect function

Darqneez

ShaC-Ohhhh
Joined
Dec 30, 2009
Messages
72
Reaction score
2
Location
Poland/Wroclaw
I want this function to hit like a exori flam. From position X to position Y. I want missile to look like fireball. I tried with this:
Lua:
doSendMagicEffect([FIRST_POSITION = fromPosition, SECOND_POSITION = toPosition], CONST_ANI_FIRE)
but it didnt work. I'll rep++ for help :)
 
Back
Top