Jump to content

uitooltip mount bonus


Recommended Posts

Hi,

I made myself bonuses in the seals for pets.

How to do it bonuses mount with bonuses for quest?

Sorry for my english.

Pet bonuses code:

	elif item.ITEM_TYPE_QUEST == itemType:
            if itemVnum >= 300 and itemVnum <= 53050:
                self.AppendSpace(5)
                for g in xrange(item.ITEM_APPLY_MAX_NUM):
                    (affectType, affectValue) = item.GetAffect(g)
                    affectString = self.__GetAffectString(affectType, affectValue)
                    if affectString:
                        affectColor = self.GetChangeTextLineColor(affectValue)
                        self.AppendTextLine(affectString, affectColor)
	
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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.