Jump to content

Vexal

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Vexal

  1. 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)

     

×
×
  • 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.