Jump to content

Transmutation systeme problem


Recommended Posts

Hello, when I transmuted, all is well, appearance is good change, only I have no indication of what the item as it is transmuted. How it does what it you? I think is error python
 
	
		def SetInventoryItem(self, slotIndex, window_type = player.INVENTORY):
	        itemVnum = player.GetItemIndex(window_type, slotIndex)
	        if 0 == itemVnum:
	            return		
		        self.ClearToolTip()
	        if shop.IsOpen():
	            if not shop.IsPrivateShop():
	                item.SelectItem(itemVnum)
	                self.AppendSellingPrice(player.GetISellItemPrice(window_type, slotIndex))		
		        metinSlot = [player.GetItemMetinSocket(window_type, slotIndex, i) for i in xrange(player.METIN_SOCKET_MAX_NUM)]
	        attrSlot = [player.GetItemAttribute(window_type, slotIndex, i) for i in xrange(player.ATTRIBUTE_SLOT_MAX_NUM)]		
		
	        self.AddItemData(itemVnum, metinSlot, attrSlot, 0, 0, player.INVENTORY, slotIndex)
	        
	        if app.ENABLE_SOULBIND_SYSTEM:
	            self.__AppendSealInformation(player.INVENTORY, slotIndex)		
		

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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.