PDA

View Full Version : Checking PC Skill


Andrew80k
04-16-2008, 01:55 PM
Is there any way to actually check what a PC's skill is in a quest? I see the quest::setskill() method, but I don't see any variable values that would allow one to check on a specific skill.

Andrew80k
04-16-2008, 02:05 PM
Will $client->getSkill(skill_id) work?

ChaosSlayer
04-16-2008, 02:18 PM
I gues easiet way to check that is to put it on a npc and ask him to retun the value =)

Andrew80k
04-16-2008, 02:30 PM
Yeah, gonna. Just thought maybe someone had tried it before....

Andrew80k
04-16-2008, 09:09 PM
Woo hoo. It works!