Jump to content

Skill's description


Recommended Posts

Hi guys

How can I make this working with 2nd and 3rd grade of horse? Cause when I had reached a 20lvl of horse calculation is started from the beginning.

 

elif 130 == skillIndex:
			self.ClearToolTip()
			self.__SetSkillTitle(skillIndex, skillGrade)


			## Description
			description = skill.GetSkillDescription(skillIndex)
			self.AppendDescription(description, 25)
			self.AppendSpace(5)
				
			if skillLevel == 0:
				self.AppendTextLine(localeInfo.0SKILL_LEVEL, self.NEGATIVE_COLOR)
			else:
				self.AppendTextLine(localeInfo.MAX_HP % (75*skillLevel), self.POSITIVE_COLOR)

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

  • Forum Moderator

I didn't test it, but you can try to do something like this:

This is the hidden content, please

  • Metin2 Dev 6
  • Sad 1
  • Good 2
  • Love 7
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.