[help] Antiflag Tooltip Character wereable information

In diesem Bereich sind Themen vom Themenersteller als erledigt zu markieren, wenn die Frage beantwortet oder das Problem gelöst wurde. Das Thema wird daraufhin automatisch geschlossen.
Klicke hierzu auf "Thema bearbeiten > Als erledigt markieren".
  • Ey


    I was implementing the ToolTip antiflag renewal system Bitte melden Sie sich an, um diesen Link zu sehen.
    and i was wondering if i can do the same for characters so there is the part of the code im using from the system for this:

    Code
    1. antiFlagNames = [name for name, flag in antiFlagDict.iteritems() if item.IsAntiFlag(flag)]
    2. if antiFlagNames:
    3.       self.AppendSpace(5)
    4.       textLine1 = self.AppendTextLine('{}'.format(' '.join(antiFlagNames)), self.DISABLE_COLOR)
    5.       textLine1.SetFeather()

    But what i get with this piece of code, if all the antiflags that cannot wear the item. I want to get the wereable one to not get this:

    Bitte melden Sie sich an, um diesen Anhang zu sehen.



    So the question is, how i can modify this piece of code to get the wereable antiflag and not the rest?

    Code
    1. antiFlagNames = [name for name, flag in antiFlagDict.iteritems() if item.IsAntiFlag(flag)]

    Im not good at python so i think the answer is easy for you better than me, ty in advance

  • SolitaryVoice1362

    Hat das Thema geschlossen
  • Dieses Thema enthält 3 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind, bitte registrieren Sie sich oder melden Sie sich an um diese lesen zu können.