• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Only display a skill.

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:
Code:
for i=0, 7 do
and skills.otui added:
Code:
SkillButton
      id: skillId7
      SkillNameLabel
        !text: tr('Mining')
      SkillValueLabel
      SkillPercentPanel

And the question: what else change to only display a skill in OTC ???
 
Okay guys. Now, when I log in these errors appear in OTC terminal:


ERROR: Unable to send extended opcode 1, extended opcodes are not enabled
ERROR: ProtocolGame parse message exception (136 bytes unread, last opcode is 215, prev opcode is 161): unhandled opcode 215

What does it mean>??
 
Back
Top