- Mesaj
- 731
- Çözümler
- 45
- Beğeni
- 553
- Puan
- 909
- Ticaret Puanı
- 0
shift tusunda gözüküyor amaAlt tuşuna basarak sağ click yaptıgımda perncere acılır gibi olup kapanıyor login ekranına atıyor ve syserr log hiçbişi yok
Game: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_CHEST_INFO_SYSTEM: if self.interface: if self.interface.dlgChestDrop: if not self.interface.dlgChestDrop.IsShow(): self.interface.dlgChestDrop.Open(slotIndex) net.SendChestDropInfo(ItemVNum, player.INVENTORY, slotIndex)
Python:
elif app.IsPressed(app.DIK_LALT):
if item.GetItemType() == item.ITEM_TYPE_GIFTBOX:
if app.ENABLE_CHEST_INFO_SYSTEM:
if self.interface:
if self.interface.dlgChestDrop:
if not self.interface.dlgChestDrop.IsShow():
self.interface.dlgChestDrop.Open(slotIndex)
net.SendChestDropInfo(ItemVNum, player.INVENTORY, slotIndex)
aynı sistemi kullanıyorum bende çalışıyor