Jump to content

Bônus visiveis nos pets


WLN
 Share

Recommended Posts

4e9b58d9e48c49f09b777408c8ea3cfe.png

abrir root/uitooltip.py

procurar por  (item.ITEM_TYPE_QUEST == itemType

depois desta linha adicionar

if itemVnum >= 53001 and itemVnum <= 53026:
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)


PS: caso não tenha a função ITEM_TYPE_QUEST == itemType:

procure por  elif item.ITEM_TYPE_USE == itemType:

e adicione depois item.ITEM_TYPE_QUEST == itemType:

ficando assim:

elif item.ITEM_TYPE_USE == itemType:

.....

.....

elif item.ITEM_TYPE_QUEST == itemType:

 

atenção aos TABS o texto está mal formatado e é necessário dar os tabs, creio que sirva também para as montarias que um membro estava pedindo

Link to comment
Share on other sites

  • 5 weeks later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...