antiblock
Cyphriun

Witness

Membro
  • Content Count

    467
  • Joined

  • Last visited

  • Days Won

    4

Witness last won the day on January 7 2022

Witness had the most liked content!

About Witness

  • Rank
    www.youtube.com//
  • Birthday 09/26/2001

Informação do Perfil

  • Localizaçao
    Casa
  • Sexo
    Cyberiano

Recent Profile Visitors

2,653 profile views
  1. Já não houve um servidor com o mesmo nome no passado? até os youtuberes tinham sido patrocinados
  2. se bem me lembro é no item_proto, procuras la as linhas e poens o valor 0
  3. depois de alterar a quest fizeste ./qc?
  4. Na source do game 1 - Abrir o ficheiro char_skill.cpp 2 - Procurar e eliminar a linha : if (number(1, 21 - MIN(20, GetSkillLevel(pkSk->dwVnum))) == 1)
  5. então deves ter aí nessa linha uma mistura de tabs com espaços
  6. a linha: self.inventoryTab.append(self.GetChild("Inventory_Tab_03")) tem de ficar alinhada com as outras, assim : try: wndItem = self.GetChild("ItemSlot") wndEquip = self.GetChild("EquipmentSlot") self.GetChild("TitleBar").SetCloseEvent(ui.__mem_func__(self.Close)) self.wndMoney = self.GetChild("Money") self.wndMoneySlot = self.GetChild("Money_Slot") self.mallButton = self.GetChild2("MallButton") self.DSSButton = self.GetChild2("DSSButton") self.costumeButton = self.GetChild2("CostumeButton") self.inventoryTab = [] self.inventoryTab.append(self.GetChild("Inventory_Tab_01")) self.inventoryTab.append(self.GetChild("Inventory_Tab_02")) self.inventoryTab.append(self.GetChild("Inventory_Tab_03")) self.inventoryTab.append(self.GetChild("Inventory_Tab_04")) self.equipmentTab = [] self.equipmentTab.append(self.GetChild("Equipment_Tab_01")) self.equipmentTab.append(self.GetChild("Equipment_Tab_02")) if self.costumeButton and not app.ENABLE_COSTUME_SYSTEM:
  7. consegues postar aqui uiinvetory.py entre as linhas 300 e 320?
  8. supostamente, parece um erro de identação
  9. supostamente, tens de upar o char, para aparecer os pontos
  10. na source do game lenght.h Then here set the maximum level: PLAYER_EXP_TABLE_MAX = 120, PLAYER_MAX_LEVEL_CONST = 120, onde ta 120 metes o lv que queres