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

Lua ADD SKILL

Hbraveq

Active Member
Joined
Nov 11, 2012
Messages
167
Reaction score
40
Hello
I've got othire 0.0.3 with added to source

1677663088285.png

but I still can't transform it into "skill gem/mlvl gem"
This script working to add lvl

function onUse(cid, item, fromPosition, itemEx, toPosition)
doPlayerAddLevel(cid, 1)
doRemoveItem(item.uid, 1)
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You gain ?.")
return true
end
 
Back
Top