jestem pro
That is the question
- Joined
- Apr 20, 2013
- Messages
- 650
- Solutions
- 14
- Reaction score
- 88
Hi. I'm making and already don't know what is going on. I want to display a new skill in OTC, but it doesn't work.
I edited(OTC files):
const.h
added: mining(for example)
game_skills->skills.lua
changed to:
and skills.otui added:
And the question: what else change to only display a skill in OTC ???
I edited(OTC files):
const.h
added: mining(for example)
game_skills->skills.lua
changed to:
Code:
for i=0, 7 do
Code:
SkillButton
id: skillId7
SkillNameLabel
!text: tr('Mining')
SkillValueLabel
SkillPercentPanel
And the question: what else change to only display a skill in OTC ???