-
Notifications
You must be signed in to change notification settings - Fork 20
player.skills
Nifim edited this page Jul 1, 2018
·
3 revisions
Player skills can be indexed by skill id or skill name.
Skills can also be indexed by skill category this will return a table containing the skills in the indexed category.
The table will be indexed by skill id.
Magic, Combat, Puppet Skills
great_sword = player.skills["Great Sword"]
print(great_sword.level, great_sword.capped)
Crafting Skills
goldsmithing = player.skills.Goldsmithing
print(goldsmithing.level, goldsmithing.capped, goldsmithing.rank_id)
Index by category
combat_skills = player.skills.Combat
for id, skill in pairs(combat_skills) do
print("Combat Skill: ", id, skill.level, skill.capped)
end
- Background and Architecture
- Windower Data Locations
- Code Standards and Guidelines
- Addon Development
- Windower Commands
- Packet Tutorial
- burdometer
- config
- delay_me_not
- distance
- dress_up
- enternity
- fps
- ime
- logger
- party_time
- paste
- pouches
- send
- shortcuts
- speedometer
- target_info
- terminate
- timestamp
- window_title
- Game
- Windower
- General