- Mesaj
- 587
- Çözümler
- 21
- Beğeni
- 1.193
- Puan
- 1.029
- Ticaret Puanı
- 0
uiDragonSoul.py Aç ve Arat:
Altına Ekle:
Kanıt:
Python:
else:
## 20140220
curCursorNum = app.GetCursor()
if app.SELL == curCursorNum:
self.__SellItem(itemSlotIndex)
elif app.BUY == curCursorNum:
chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.SHOP_BUY_INFO)
Altına Ekle:
Python:
elif app.ENABLE_HYPERLINK_RENEWAL and app.IsPressed(app.DIK_LALT):
link = player.GetItemLink(player.DRAGON_SOUL_INVENTORY, itemSlotIndex)
ime.PasteString(link)
Kanıt: