Jump to content

Razvinio99

Inactive Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Razvinio99

  1. La 03.06.2019 la 14:09, Jawwad a spus:

    I did exactly same but it doesn't work.

    Search:

    elif item.ITEM_TYPE_QUEST == itemType:

    Replace:

    		elif item.ITEM_TYPE_QUEST == itemType:
    			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)

     

  2. https://metin2.download/picture/2VkicyFxe08RJSIyb9Xqg89hq95177zp/.gif 

    It work, but don`t show atributes on costume/hair. 

    //edit

    Search: 

    		elif 0 != isCostumeItem: #wenn Kostum
    			self.__AppendLimitInformation()

    Replace with: 

    		elif 0 != isCostumeItem: #wenn Kostum
    			self.__AppendLimitInformation()
    			self.__AppendAffectInformation()
    			self.__AppendAttributeInformation(attrSlot)

     

    • Metin2 Dev 2
    • Lmao 1
    • Love 1
    • Love 5
×
×
  • 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.