Jump to content
  • 0

Erro no Loginserve


LeoSiilva

Question

6 answers to this question

Recommended Posts

  • 0
5 horas atrás, LeoSiilva disse:

Boa tarde. estou tendo um erro no loginserve na hora de iniciar e não estou conseguindo arruma, se alguem souber por favor me ajuda 

agradeço desde obrigado 😄

erro.jpg

loginserve.jpg

Ta com Host externo setado.. Servidor está em VPS ou está no seu Computador? Se ta usando o Servidor em casa mesmo então deixa em Localhost(127...)

Você ta com o java do servidor instalado né?

Edited by AllInOne

neTiVFC.gif

9KuKwr5.gif

Link to comment
Share on other sites


  • 0
14 horas atrás, AllInOne disse:

Ta com Host externo setado.. Servidor está em VPS ou está no seu Computador? Se ta usando o Servidor em casa mesmo então deixa em Localhost(127...)

Você ta com o java do servidor instalado né?

estou usando o vps man e estou com o java 11 instalado, no meu computador inicia normal so no vps q da isso

Link to comment
Share on other sites

  • 0
Em 26/12/2022 at 15:44, S.Christian disse:

ta dando conflito de endereço. ali onde ta loginhostname tu deixa 127.0.0.1 e confere seu gameserve  cima da porta 7777 se tive mesmo ip referente loginhostname, voce muda tambem para 127.0.0.1

meu loginserve esta assim

é so ele que não abre

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 51.81.64.46

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 127.0.0.1

# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname = 127.0.0.1
LoginserverPort = 2106

# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 20

# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)  
LoginBlockAfterBan = 600
GMMinLevel = 100

# The address on which login will listen for GameServers, use * to bind on all available IPs  
LoginHostname = 51.81.64.46

# The port on which login will listen for GameServers
LoginPort = 9014

 

Edited by LeoSiilva
Link to comment
Share on other sites

  • 0
14 minutos atrás, LeoSiilva disse:

meu loginserve esta assim

é so ele que não abre

# Isso é transmitido aos clientes que se conectam de uma rede externa, portanto, deve ser um IP público ou um nome de host resolvível
ExternalHostname = 51.81.64.46

# Isso é transmitido ao cliente da mesma rede, portanto, deve ser um IP local ou um nome de host resolvível
InternalHostname = 127.0.0.1

# Vincule o ip do loginServer, use * para vincular todos os IPs disponíveis
LoginserverHostname = 127.0.0.1
LoginserverPort = 2106

# Quantas vezes você pode fornecer uma conta/senha inválida antes que o IP seja banido
LoginTryBeforeBan = 20

# Tempo em que você não poderá fazer login novamente depois que LoginTryBeforeBan tentar fazer login. Forneça um valor em segundos. Padrão 10min. (600)  
LoginBlockAfterBan = 600
GMMinLevel = 100

# O endereço no qual o login irá escutar GameServers, use * para vincular todos os IPs disponíveis  
LoginHostname = 51.81.64.46

# A porta na qual o login irá escutar GameServers
LoginPort = 9014

Sua configuração ta igual ao seu primeiro posto, você só mudou os IPs como se tivesse trocado de vps, o resultado é o mesmo

Segue os tutoriais que tem no fórum, você praticamente só tem que mudar duas coisas para o sevidor ficar online, mas você está mexendo em coisas que não podem ser alteradas

 

neTiVFC.gif

9KuKwr5.gif

Link to comment
Share on other sites

  • 0
3 horas atrás, AllInOne disse:

Sua configuração ta igual ao seu primeiro posto, você só mudou os IPs como se tivesse trocado de vps, o resultado é o mesmo

Segue os tutoriais que tem no fórum, você praticamente só tem que mudar duas coisas para o sevidor ficar online, mas você está mexendo em coisas que não podem ser alteradas

muito obrigado amigo consegui resolver, estou tendo um pouco de lag no servidor mas ta esta bom obrigado 😄

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Join now

    Be part of the largest and oldest communities about Lineage2 in Latin America.





  • Patrocinadores

  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Interessante esse projeto, parabéns @BAN - L2JDev
    • Boa noite alguém pode me manda os arquivos da coroa hero preta??
    • @Kelvin, mesmo efetuando o download do plugin acima, ou trazendo ele junto com a importação do kit, não trouxe os cabeçalhos e rodapés. O que poderia ser?
    • ta dando esse erro ao tentar donatar, alguem sabe como resolver? Edit: o Pagseguro e Paypal estão da mesma forma  O sistema de doação não esta funcionando.  
    • Hola, lo tienen para acis 382, esa version me anda para probar
    • BAN NÃO TOU CONSGUINDO TER ACESSO... TOU SEM O PATCH PODERIA DISPONIBILIZAR ?
    • Hola, ¿tienes un comando de voz para este código?      package net.sf.l2j.gameserver.taskmanager;   import java.util.logging.Logger; import net.sf.l2j.Config; import net.sf.l2j.commons.util.ArraysUtil; import net.sf.l2j.gameserver.enums.ZoneId; import net.sf.l2j.gameserver.model.actor.Creature; import net.sf.l2j.gameserver.model.actor.Player; import net.sf.l2j.gameserver.model.holder.IntIntHolder; import net.sf.l2j.gameserver.skills.L2Skill; import net.sf.l2j.gameserver.skills.effects.EffectTemplate; public class AutoPotionTask implements Runnable  {     protected static final Logger _log = Logger.getLogger(AutoPotionTask.class.getName());     private int itemId;     private Player player;     private static final int[] HP_POTION_SKILL_IDS = new int[]{2031, 2032, 2037};     public AutoPotionTask(int itemId, Player player)      {         this.itemId = itemId;         this.player = player;     }     @Override     public void run()      {         if (player.isInOlympiadMode())          {             player.sendMessage("You cannot that in olympiad mode.");             player.stopAutoPotion(itemId);             return;         }                  if (player.isInJail() || player.isInsideZone(ZoneId.JAIL))          {             player.sendMessage("You cannot that in Jail mode.");             return;         }         if (Config.AUTO_POTIONS_LIMITS.containsKey(itemId))          {             String type = ((String[])Config.AUTO_POTIONS_LIMITS.get(itemId))[0];             int val = Integer.parseInt(((String[])Config.AUTO_POTIONS_LIMITS.get(itemId))[1]);             switch (type)              {                 case "CP":                 {                     if (!(player.getStatus().getCp() / (double)player.getStatus().getMaxCp() * 100.0 > (double)val)) break;                     return;                 }                 case "HP":                  {                     if (!(player.getStatus().getHp() / (double)player.getStatus().getMaxHp() * 100.0 > (double)val)) break;                     return;                 }                 case "MP":                  {                     if (!(player.getStatus().getMp() / (double)player.getStatus().getMaxMp() * 100.0 > (double)val)) break;                     return;                 }             }         }         if (!player.destroyItemByItemId("auto potion use", itemId, 1, null, true))          {             player.stopAutoPotion(itemId);             player.sendMessage("Incorrect item count.");             return;         }         if (player.getInventory().getItemByItemId(itemId) == null)          {             player.stopAutoPotion(itemId);             return;         }         IntIntHolder[] skills = player.getInventory().getItemByItemId(itemId).getEtcItem().getSkills();         if (skills == null)          {             _log.info("{} doesn't have any registered skill for handler." + player.getInventory().getItemByItemId(itemId).getName());             return;         }         for (IntIntHolder skillInfo : skills)          {             EffectTemplate template;             L2Skill itemSkill;             if (skillInfo == null || (itemSkill = skillInfo.getSkill()) == null) continue;             if (!itemSkill.checkCondition((Creature)player, (Creature)player, false))              {                 return;             }             if (player.isSkillDisabled(itemSkill))             {                 return;             }             if (itemSkill.isPotion() || itemSkill.isSimultaneousCast())              {                 player.getAI().tryToCast((Creature)player, itemSkill, false, false, itemId);             }              else              {                 player.getAI().tryToCast((Creature)player, itemSkill, false, false, itemId);             }             int skillId = skillInfo.getId();             if (!ArraysUtil.contains((int[])HP_POTION_SKILL_IDS, (int)skillId) || skillId < player.getShortBuffTaskSkillId() || (template = (EffectTemplate)itemSkill.getEffectTemplates().get(0)) == null) continue;             player.shortBuffStatusUpdate(skillId, skillInfo.getValue(), template.getCounter() * template.getPeriod());         }     }     public int getItemId()      {         return itemId;     } }  
    • @Ivan Pires como está as entregas automáticas desse painel?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.