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

[API] SkillLine missing Lockpicking?

LiquidAtoR

Community Developer
Joined
Jan 15, 2010
Messages
1,430
Reaction score
52
Hello HB Developers,

I was going trough the API and it seems that Lockpicking has been forgotten in the SkillLine department.
Code:
ObjectManager.Me.GetSkill(SkillLine.SkillHere);
Found about every other profession, ability etc, but no lockpicking there.
Does this have a special place, or has it been overlooked by chance?

Thanks, LiquidAtoR.

ps. This is only interesting if there's a way to return the skillevel of the locked chests in a players inventory (those you obtain while pickpocketing people and those that are world drops). Otherwise it's no sense to have it ;)
 
Last edited:
As far as I remember, its not actually a "skill" anymore. Just something you get by level. (There's some equation, like level*6 or something. I don't remember it off-hand)

Just search around for it.
 
I just checked the DBCs (where we got the enum from, and what WoW uses for the skill stuff)

Lockpicking isn't even in it anymore. Seems it got moved somewhere else completely. I'll look more into it later to see how to get the lockpicking skill, for now I can't give you a solution though. :(
 
It's (level * 5), just had a look for it.

Maybe I don't need it at all.
Have been thinking of a workaround which probably means adding a extra variable to the list to determin whether or not it can be lockpicked at xx level.
But that would also mean I don't need the skill return so saves you a bit of work.

Thanks for the info anyways.
At least I don't have to dig further into the API if it's hidden somewhere else.

Edit: No need for it anymore, I worked around it with the help of Smarter. So don't bother making changes to something working here ;)
 
Last edited:
Back
Top