Quickshot
Member
- Joined
- Nov 8, 2008
- Messages
- 595
- Reaction score
- 8
hi... i have a small problem well i hope its a small problem. i have this script that when you advance in skill/level/ml it gives a effect for everything except ml it doesnt show anything. can someone plz help me out
heres the script
heres the script
LUA:
function onAdvance(cid, skill, oldlevel, newlevel)
skillnames={'Fist','Club','Sword','Axe','Distance','Shield','Fishing','Magic','Level'}
doSendAnimatedText(getCreaturePosition(cid), '' ..skillnames[skill+1].. ' Up!', math.random(1,254))
doSendMagicEffect(getCreaturePosition(cid),29)
end
Last edited: