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

luaEffect

bomba

Member
Joined
Feb 26, 2008
Messages
635
Reaction score
7
Location
Brazil
Function EffectOnAdvance(cid, skill, animatedtext, pos)
--
PHP:
Function EffectOnAdvance(cid, skill, animatedtext, pos)
    if up = doCreatureSay(cid, "Axe UP!", TALKTYPE_ORANGE_1) then
      local up = ""
    if EffectOnAdvance(cid, axe, up, getCreaturePosition(cid))
end

PHP:
<event type="onAdvance" name="upSkill" script="up_skill.lua"/>
--
Need help to make the function!
 
Last edited:

Similar threads

Back
Top