• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

CreatureEvent onAdvance (Level) - Many Features

will not work
1)
local health = getCreatureMaxHealth(cid)
local mana = getPlayerMaxMana(cid)
where will those locals vars get the 'cid' param from??

2)
"You advanced to a new level."
Limit is like, 9 chars?

3)
randomValue(colour)
randomValue, custom function, where is It?

4)
doSendMagicEffect(ppos, CONST_ME_FIRE)
ppos, where is that variable?

5)
CONST_ME_FIRE
that is not in the magic effects constants

6)
end
return true
end
where is the 'if' condition...???

7)
type="onAdvance"
it's "advance"
 
Back
Top