• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Problem with adding skills..

Faraonekkk

New Member
Joined
Feb 15, 2010
Messages
686
Reaction score
4
I have a problem....


I wanna add function, it should give 1 skill but its giving % xx of skills.. how it works?

i use
doPlayerAddSkillTry(cid, skillid, n)

When i use

doPlayerAddSkill its not working...


I need to make it giving one skill..
Any help?
 
doPlayerAddSkillTry(cid,skill,n)

skill = skill id in meaning which skill u wana it to be added

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