antiblock
Elveron

Luffy

Membro
  • Content Count

    177
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Luffy


  1. 2 horas atrás, Kɛɛɗ disse:

    Normalmente não se faz a compra em debian e instala o freebsd? 

    Fiquei um tempo fora dessa área do metin porem a ultima vez que comprei uma VPS tinha o OS freebsd para escolher


  2. 37 minutos atrás, Witness disse:

    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:

     

    No uiinventory.py alinhada

    assim que envie aqui no tópico que fico fora de ordem


  3. 		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


  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. 6 horas atrás, makakoloko123 disse:

    o propio sysser fala aonde ta o erro no mysql  kkk e precisa mesmo de um post aqui ?

     

    ahh pra quem nao sabe quem sou eu trample aqui !

    Foi mal cara pensei que e a área em que crie o tópico fosse para isso (dúvidas e pedidos)


  6. 6 minutos atrás, THEGAMER disse:

    de nada muitas coisas vais arranjar por aqui neste forume outras no google mas eu como te disse existe server files melhores e mais fáceis com tudo completo e suporte.

    Vou procurar outras para ver


  7. 2 minutos atrás, THEGAMER disse:

    pois tens de arranjar os ficheiro dessa nao sei se e igual aos outros servers ou nao podem ter modificado.

    essa server files parece ter muitos problemas tenta pesquisar em outros forums tambem se existe essa mas mais completa porque coisas basicas dessas estao em falta e vai dar muito trabalho a resolver.

    Blz vou dar uma procurada em outros fóruns obg por tentar ajudar 


  8. 7 minutos atrás, THEGAMER disse:

    erro que tens ai do ch1 ele nao tem o ficheiro dragon_soul_table.txt e no erro da db tambem parece que nao tens a tabela do iptocountry.

    e quais servers files que estas a usar elas parecem terem muito problema secalhar mais vale usares umas boas e tiras o dessa os sistemas ou o que for dessas.

    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/


  9. 2 horas atrás, THEGAMER disse:

    eu penso que seja um sistema que tenham metido, eu encontrei este topico do elitepvpers e pode ser que isso te ajude porque penso que isso seja o um sistema de drop rate que vi .

    nas servers files que sacas-te ve se te esqueceste de nada da db ou alguma query que esteja por ai.

    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

    Citar

    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

    Ch1 erro sem nem ligar servidor

    Citar

    SYSERR: Dec  8 00:45:54.742663 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
     

    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


  10. 49 minutos atrás, THEGAMER disse:

    eu penso que seja um sistema que tenham metido, eu encontrei este topico do elitepvpers e pode ser que isso te ajude porque penso que isso seja o um sistema de drop rate que vi .

    nas servers files que sacas-te ve se te esqueceste de nada da db ou alguma query que esteja por ai.

    é possivel eliminar priv_settings.frm vejo que tem mts server files que não tem essa table


  11. 8 minutos atrás, THEGAMER disse:

    eu no meu servidor nao tenho essa tabela mas ve se as tuas server files tem algo por ai ou pesquisa por essa tabela deve haver algo por ai 

    no /var/db/mysql/common tem apenas esse arquivo priv_settings.frm falta os MYD e MYI

    Eu poderia colocar de outro servidor?

    4 minutos atrás, THEGAMER disse:

    tu adicionaste algum sistema de drop rate nao foi?

    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



  12. 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)

     


  13. Em 25/02/2018 at 18:23, J4CK_Dev disse:

    Prezados, Boa tarde!

     

          Segue server files Thor2 Completo.  Sei que já postaram em outros sites porém está completa.

          Esta versão já contém  mais conteúdo, além de ter os arquivos originais do servidor.  contém alguns bugs mais da para ajustar!

     

    k9hY6GE.jpg

     

     

    6jL5z8u.jpg

     

    J1GuDv7.jpg

     

    Link: https://mega.nz/#F!AUgCESoS!olTSUDd2qbr-Pk5xS7AqWg
    Meu Skype: xMonsterKiller

     

    Qualquer duvida, estou à disposição! 

    Att: J4Dev

     

    Link Off

     

    Em 25/02/2018 at 18:26, [ADM]GOODSPEED disse:

    as files parecem fixes, apesar de achar que as do flash são melhores

    Que server files seria essa do flash procurei mas ainda não achei nd


  14. 3 minutos atrás, StomperG disse:

    Boas estou com um erro que é o seguinte, eu criei um servidor via Hamachi utilizando:

    -virtual box

    -server files do yt de 1 vídeo que explicou

     

    Porém eu queria que 1 amigo entra se, entrou na rede desliguei firewall mudei IP no cliente e eu consigo e ele não.

     

    Já agora eu não gostei das server files e já tentei usar outras mas não sei colocar a Database por VirtualBox

     

     

     

    Cumprimentos

    @StomperG

    qual a versão do game dessa server files?