Jump to content

morfhere

Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by morfhere

  1. https://pastebin.com/ErTYyHV1

    :(

    18 minut temu, PeaceMaker napisał:
    
        def __GetAttributeColor(self, index, bonus, value, vnum):
            if value > 0:
                if index >= 5:
                    if self.MAX_5_BONUS(bonus) and value == self.MAX_5_BONUS[bonus]:
                        return self.SPECIAL_POSITIVE_COLOR_MAX5
                    else:
                        return self.SPECIAL_POSITIVE_COLOR2
                else:
                    if vnum > 0 and MAX_7_BONUS(bonus) and value == MAX_7_BONUS[bonus]:
                        return self.SPECIAL_POSITIVE_COLOR_MAX7
                    else:
                        return self.SPECIAL_POSITIVE_COLOR
            elif value == 0:
                return self.NORMAL_COLOR
            else:
                return self.NEGATIVE_COLOR

     

    https://pastebin.com/ErTYyHV1

    :(

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