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

Solved onAdvance supported in [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)?

Status
Not open for further replies.

Russistheman

New Member
Joined
Oct 20, 2007
Messages
28
Reaction score
1
Is onAdvance supported in [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)?

test.lua
Code:
function onAdvance(cid, skill, oldLevel, newLevel)
    if skill == SKILL__LEVEL then
    doCreatureSay(cid,"IT WORKS!",1)
    doSendMagicEffect(getThingPos(cid), 28)
    end
    return true
end

creaturescripts.xml
Code:
<event name="lvlup"  type="advance" script="test.lua"/>

login.lua
Code:
registerCreatureEvent(cid, "lvlup")


Nothing happens, no errors...?
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top