Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/01/2021 in all areas

  1. Ir até ao ficheiro game.py (root): Procurar por: from _weakref import proxy Adicionar por baixo: from switchbot import Bot Procurar por: self.quickSlotPageIndex = 0 Adicionar por baixo: self.switchbit = Bot() self.switchbot.hide() Procurar por: onPressKeyDict[app.DIK_F4] =lambda : self.__PressQuickSlot(7) Adicionar por baixo: onPressKeyDict[app.DIK_F6] =lambda : self.__toogleSwitchbot() Adicionar no fim do ficheiro: def __toggleSwitchbot(self): if self.switchbot.bot_shown == 1: self.switchbot.Hide() else: self.switchbot.Show() Colocar o ficheiro switchbot.py dentro da pasta root. switchbot.py
    1 point
  2. Hello there , I have a bug of duplication in offline shop. a players duplicates items using ken offline shop with refresh unsold items * i just need one command or coding that is if offline shop is opened that refresh unsold items must not allow items to remove that's it or * refresh unsold item box must not open when offline shop is opened and also if refresh unsold box is opened then offline shop should not be created can anyone made coding for that so it will avoid that duplication? http://prntscr.com/h17odw
    1 point
×
×
  • Create New...