Page 1 of 1

Change Skill Status

Posted: 17.05.2012 5:45
by Ray
Does any API to lock / up / down the skill value and status (STR/INT/DEX) ?

Re: Change Skill Status

Posted: 17.05.2012 14:04
by CFA
Ray wrote:Does any API to lock / up / down the skill value and status (STR/INT/DEX) ?
procedure SkillLockState(SkillName : String; statState : Byte);
where statState
0: Up
1: Down
2: Locked

and procedure SetStatState(statNum : Byte; statState : Byte)
where statNum
0: Str
1: Dex
2: Int
and statState like in SkillLockState

Re: Change Skill Status

Posted: 17.05.2012 18:17
by Ray
Thanks..
I can't find this in the wiki..@@

http://stealth.od.ua/Doc:Api/S