Jump to content

Chest Drop View


Recommended Posts

this is wro

        elif app.IsPressed(app.DIK_LSHIFT):
            if player.GetItemTypeBySlot(slotIndex) == item.ITEM_TYPE_GIFTBOX and\
                ItemVNum != 31374 and ItemVNum != 50255 and\
                ItemVNum != 50187 and ItemVNum != 50197 and\
                ItemVNum != 50188 and ItemVNum != 50189 and\
                ItemVNum != 50190 and ItemVNum != 50191 and\
                ItemVNum != 50192 and ItemVNum != 50193 and\
                ItemVNum != 50194 and ItemVNum != 50195:
                if app.ENABLE_SHOW_CHEST_DROP:
                    if self.interface:
                        if self.interface.dlgChestDrop:
                            if not self.interface.dlgChestDrop.IsShow():
                                self.interface.dlgChestDrop.Open(slotIndex)
                                net.SendChestDropInfo(slotIndex)

whe you opem some teasure any item in you invetory cant move after to another slot

use

        elif player.GetItemTypeBySlot(slotIndex) == item.ITEM_TYPE_GIFTBOX:
            if app.ENABLE_SHOW_CHEST_DROP:
                if self.interface:
                    if self.interface.dlgChestDrop:
                        if not self.interface.dlgChestDrop.IsShow():
                            self.interface.dlgChestDrop.Open(slotIndex)
                            net.SendChestDropInfo(slotIndex)

Edited by garofolo
  • Love 1
Link to comment
Share on other sites

  • 7 months later...

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.