antiblock
https://arwen2.global/

Luffy

Membro
  • Content Count

    177
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Luffy

  1. Boas alguem teria a pasta DATA dessas quests?
  2. Luffy

    VPS Barata

    Boas Queria um recomendação de VPS que seja barata e que tenha o freebsd
  3. Luffy

    VPS Barata

    Fiquei um tempo fora dessa área do metin porem a ultima vez que comprei uma VPS tinha o OS freebsd para escolher
  4. Erro ao tentar adicionar 4 Inventários Cliente fecha Erro parte cliente syserr 1223 12:41:09796 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=137) - Strange Skill Need Weapon(CLAW) 1223 12:41:09796 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=139) - Strange Skill Need Weapon(CLAW) 1223 12:41:10010 :: networkModule.py(line:208) SetSelectCharacterPhase system.py(line:130) __pack_import system.py(line:110) _process_result introSelect.py(line:30) <module> system.py(line:130) __pack_import system.py(line:110) _process_result interfaceModule.py(line:12) <module> system.py(line:130) __pack_import networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unindent does not match any outer indentation level (uiInventory.py, line 313) 1223 12:41:10010 :: ============================================================================================================ 1223 12:41:10010 :: Abort!!!!
  5. No uiinventory.py alinhada assim que envie aqui no tópico que fico fora de ordem
  6. 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: Linha 300 a 320
  7. O que tenho que fazer pra resolver?
  8. Foi mal cara pensei que e a área em que crie o tópico fosse para isso (dúvidas e pedidos)
  9. Syserr Ch SYSERR: Dec 7 22:35:29.65173 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. SYSERR: Dec 7 23:12:36.314159 :: pid_init: Start of pid: 866 Syserr Db SYSERR: Dec 7 22:35:29.74947 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. SYSERR: Dec 7 22:35:29.278835 :: pid_deinit: End of pid SYSERR: Dec 7 23:12:25.652406 :: pid_init: Start of pid: 860 SYSERR: Dec 7 23:12:25.653742 :: Start: TABLE_POSTFIX not configured use default SYSERR: Dec 7 23:12:30.433471 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'common.priv_settings' doesn't exist query: DELETE FROM priv_settings WHERE value <= 0 OR duration <= NOW(); SYSERR: Dec 7 23:12:30.500164 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'common.priv_settings' doesn't exist query: SELECT priv_type, id, type, value, UNIX_TIMESTAMP(duration) FROM priv_settings SYSERR: Dec 7 23:12:31.653889 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry)
  10. Vou procurar outras para ver
  11. Blz vou dar uma procurada em outros fóruns obg por tentar ajudar
  12. ficheiro dragon_soul_table.txt esta limpo tem como me ajudar a resolver quero testa a sf https://cyber-gamers.org/topic/50969-serverfiles-metin2/
  13. Tava olhando esse tutorial e esta implementado na source usei a query para criar a priv_settings Query CREATE TABLE `priv_settings` ( `priv_type` enum('PLAYER','GUILD','EMPIRE') NOT NULL DEFAULT 'EMPIRE' COMMENT 'GUILD and PLAYER are untested.' , `id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'this is for empire_id, player_id or guild_id' , `type` int UNSIGNED NOT NULL DEFAULT 4 COMMENT '1:item_drop, 2:gold_drop, 3:gold10_drop, 4:exp (1~4)' , `value` int NOT NULL DEFAULT 0 COMMENT '0~1000%' , `duration` datetime NOT NULL DEFAULT 0 , PRIMARY KEY (`priv_type`, `id`, `type`) ) ; Depois adicionei INSERT INTO `priv_settings` VALUES ('EMPIRE', '0', '1', '200', '2014-08-07 14:26:03'); INSERT INTO `priv_settings` VALUES ('EMPIRE', '0', '2', '66', '2014-08-07 14:26:03'); INSERT INTO `priv_settings` VALUES ('EMPIRE', '0', '3', '1', '2014-08-07 14:26:03'); INSERT INTO `priv_settings` VALUES ('EMPIRE', '0', '4', '15', '2014-08-07 14:26:03'); Porem servidor ainda não entra no cliente Db erro sem nem ligar o servidor Ch1 erro sem nem ligar servidor Depois de ligar Ch 1 SYSERR: Dec 8 00:45:54.742663 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. SYSERR: Dec 8 15:55:38.235830 :: pid_init: Start of pid: 1200 SYSERR: Dec 8 15:56:29.756971 :: ReadVnumMapper: dragon_soul_table.txt need VnumMapper. SYSERR: Dec 8 15:56:29.757055 :: Boot: cannot load DragonSoulTable: locale/portugal/dragon_soul_table.txt SYSERR: Dec 8 15:56:31.981166 :: locale_find: LOCALE_ERROR: "%s의 %s이 %d%% 증가했습니다!"; SYSERR: Dec 8 15:56:31.984825 :: locale_find: LOCALE_ERROR: "%s의 %s이 %d%% 증가했습니다!"; SYSERR: Dec 8 15:56:31.986244 :: locale_find: LOCALE_ERROR: "%s의 %s이 %d%% 증가했습니다!"; SYSERR: Dec 8 15:56:31.987569 :: locale_find: LOCALE_ERROR: "%s의 %s이 %d%% 증가했습니다!"; SYSERR: Dec 8 15:56:31.990260 :: heart_idle: losing 50 seconds. (lag occured) Db SYSERR: Dec 8 00:45:54.746474 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. SYSERR: Dec 8 00:45:54.803131 :: pid_deinit: End of pid SYSERR: Dec 8 15:55:27.953844 :: pid_init: Start of pid: 1194 SYSERR: Dec 8 15:55:27.954602 :: Start: TABLE_POSTFIX not configured use default SYSERR: Dec 8 15:55:29.10624 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry) Print Server ligando https://uploaddeimagens.com.br/imagens/46BZvPA Print Server no PS https://uploaddeimagens.com.br/imagens/XEnpoNE
  14. é possivel eliminar priv_settings.frm vejo que tem mts server files que não tem essa table
  15. no /var/db/mysql/common tem apenas esse arquivo priv_settings.frm falta os MYD e MYI Eu poderia colocar de outro servidor? Na vdd ainda não adicionei nd e um sf que gostei e queria testar para ver se vale a pena para iniciar um projeto
  16. Tem alguma query para eu adicionar a table priv_settings?
  17. Mas Imagens http://www.linkbucks.com/AiRFs Links para download Client: http://www.linkbucks.com/AiRD8 Server Files: http://www.linkbucks.com/AiRDf Descompactador: http://www.linkbucks.com/AiRCf Source Game: http://www.linkbucks.com/AiRCB Source Bin: http://www.linkbucks.com/AiRBh Fonte: http://replicagames.forumeiros.com Tópico: Eu Deixe seu
  18. Verificado : 09/03/2019 Links : ON Tradução google tradutor Tradução original LINK: https://mega.nz/#F!oshR3LAK!uPX5HzgpCX2FXFphocr1fw Fonte: turkmmo Tópico: Luffy
  19. Achei um site onde por anúncios você pode ganhar dinheiro e vim divulgar ele para aqueles que tem um site e tem procurado ele é muito bom por que aceita o site muito fácil mesmo um site criado hoje pode ser aceito fica aqui link popads.net/users/refer/1624474linkhttps://www.popads.net/users/refer/1624474https://www.popads.net/users/refer/1624474
  20. Link Off Que server files seria essa do flash procurei mas ainda não achei nd