Special Storage System - Can't move items

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".
  • Hi, I can't move items inside the special storage system ( for example move an item from the first cell to the last cell ) or from the special storage system to the main inventory.

    I also can't put stones directly from the special storage system on armors/weapons.

    This is my __PutItem function from game.py ( I think this where the problem is coming from? )

    I also tried changing that if inside "if TRUE..." to

    Code
    1. if player.IsEquipmentSlot(attachedItemSlotPos) and\
    2. player.SLOT_TYPE_DRAGON_SOUL_INVENTORY != attachedType and\
    3. player.SLOT_TYPE_UPGRADE_INVENTORY != attachedType and\
    4. player.SLOT_TYPE_BOOK_INVENTORY != attachedType and\
    5. player.SLOT_TYPE_STONE_INVENTORY != attachedType:
    6. self.stream.popupWindow.Close()
    7. self.stream.popupWindow.Open(localeInfo.EXCHANGE_FAILURE_EQUIP_ITEM, 0, localeInfo.UI_OK)
  • Bot

    Hat das Thema geschlossen