What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Skill level check

izzy

Member
Joined
Jan 15, 2010
Messages
249
Reaction score
7
writing a plugin and i'm trying to figure a way to check the skill level of a profession. kinda a way to prioritize events.

new to C#
skill level = baby spoon fed

i know its in there i just don't quite understand it maybe a example
 
Last edited:
Look in the styx file it all a bunch of commands.
 
writing a plugin and i'm trying to figure a way to check the skill level of a profession. kinda a way to prioritize events.

new to C#
skill level = baby spoon fed

i know its in there i just don't quite understand it maybe a example
Check out Auto Angler, it checks fishing skill to determine when to train.
 
Code:
Me.GetSkill(SkillLine.Fishing)

I think this is what your looking for. (Replace Fishing with your proffesion.)
 
Back
Top