mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
Added new stats to the skills module, fixed minor market error.
* Added Offline Training information. * Added Regeneration Time information. * Added Speed information. * Added base stats/skills information (will show the players increase in a skill e.g. magic level 43 = 40 + 3 bonus from an item). * Fixed the game feature constants in const.lua. * Fixed a market error when logging out. * Added removeTooltip function.
This commit is contained in:
@@ -85,6 +85,19 @@ MiniWindow
|
||||
!text: tr('Capacity')
|
||||
SkillValueLabel
|
||||
|
||||
SkillButton
|
||||
id: speed
|
||||
height: 15
|
||||
SkillNameLabel
|
||||
!text: tr('Speed')
|
||||
SkillValueLabel
|
||||
|
||||
SkillButton
|
||||
id: regenerationTime
|
||||
SkillNameLabel
|
||||
!text: tr('Regeneration Time')
|
||||
SkillValueLabel
|
||||
|
||||
SkillButton
|
||||
id: stamina
|
||||
SkillNameLabel
|
||||
@@ -92,6 +105,13 @@ MiniWindow
|
||||
SkillValueLabel
|
||||
SkillPercentPanel
|
||||
|
||||
SkillButton
|
||||
id: offlineTraining
|
||||
SkillNameLabel
|
||||
!text: tr('Offline Training')
|
||||
SkillValueLabel
|
||||
SkillPercentPanel
|
||||
|
||||
SkillButton
|
||||
id: magiclevel
|
||||
SkillNameLabel
|
||||
@@ -116,7 +136,6 @@ MiniWindow
|
||||
|
||||
SkillButton
|
||||
id: skillId2
|
||||
|
||||
SkillNameLabel
|
||||
!text: tr('Sword Fighting')
|
||||
SkillValueLabel
|
||||
|
Reference in New Issue
Block a user