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

Spell other effect

yandere

New Member
Joined
Feb 1, 2014
Messages
76
Reaction score
4
hey. i want to spell effect was /x , no /z

8ur86v.jpg
 
in talkactions.xml:
find this: (original script, maybe it was this u needed, in that case, don't read the rest)
Code:
    <talkaction access="4" words="/z" event="script" value="magiceffect.lua"/>
    <talkaction access="4" words="/x" event="script" value="animationeffect.lua"/>
and change to:
Code:
    <talkaction access="4" words="/x" event="script" value="magiceffect.lua"/>
    <talkaction access="4" words="/anim" event="script" value="animationeffect.lua"/>
and you get:
"spell effect was /x , no /z"

By the way, post "requests" in the request section.
 
Back
Top