• 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 DoPlayerAddSkill (MAGIC LEVEL)

Discovery

Developing myself
Joined
Apr 16, 2010
Messages
562
Solutions
11
Reaction score
261
Location
Neverland
Hello bro's,

I use "doPlayerAddSkill" for add skill in script, more this function dont have magic level.
I need add magic :/
 
doPlayerAddSkillTry(cid,skill,n)

skill = skill id means which skill you want

0:Fist
1:Club
2:Sword
3:Axe
4: Distance
5:Shield
6:Fishing

for example : doPlayerAddSkillTry(cid,2,3)

2 = sword id 3 = add 3 sword
 
Back
Top