Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - naydimmee

#1
Hola, antes de nada darte las gracias por tu trabajo y por el tutorial.

Me gustaria que me echaras un cable, porque he intentado ser autosuficiente pero llegado a este punto se me agotaron las ideas.

Mi problema principalmente es hacer funcionar el server en internet. En red local va sin problemas. Supongo que tengo lagun fallo de configuracion, porque sino no entiendo el problema. Tengo abiertos todos los puertos necesarios. Tengo router con ip dinamica. Uso Windows XP UE7. Estos son mis archivos:

Ascent-world:

--------------------------------------------

<WorldDatabase Hostname = "localhost" Username = "root" Password = "xxxxxxxx" Name = "world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "xxxxxxxx" Name = "character" Port = "3306" Type = "1">


<Listen Host = "0.0.0.0"
        WorldServerPort = "8129">

<LogLevel Screen="0" File="-1" World="0">

<Server PlayerLimit = "100"
        Motd = "Hola"       
        SendStatsOnJoin = "1"
        EnableBreathing = "1"
        LevelCap = "70"
        GenLevelCap = "70"
        SeperateChatChannels = "0"
        CompressionThreshold = "1000"
        QueueUpdateInterval = "5000"
        KickAFKPlayers = "0"
        ConnectionTimeout = "180"
        RealmType = "1"
        AdjustPriority = "0"
        RequireAllSignatures = "0"
        ShowGMInWhoList = "1"
        MapUnloadTime="0"
        LimitedNames="1"
        UseAccountData="0"
        AllowPlayerCommands="0"
        EnableLFGJoin="0">

<Rates Health="1"
       Power1="1"
       Power2="1"
       Power3="1"
       QuestReputation="1"
       KillReputation="1"
       Honor="1"
       PvPTimer="300000"
       Compression="1"
       XP="3"
       QuestXP="3"
       RestXP="3"
       DropGrey="1"
       DropWhite="1"
       DropGreen="1"
       DropBlue="1"
       DropPurple="1"
       DropOrange="1"
       DropArtifact="1"
       DropMoney="1"
       Save="300000"
       SkillChance="1"
       SkillRate="1"
       ArenaMultiplier2x="1"
       ArenaMultiplier3x="1"
       ArenaMultiplier5x="1">

<GMClient GmClientChannel = "gm_sync_channel">

<Terrain MapPath = "maps" UnloadMaps = "1">


<Log Cheaters="0" GMCommands="0">


<Mail ReloadDelay="0"
      DisablePostageCostsForGM="1"
      DisablePostageCosts="0"
      DisablePostageDelayItems="1"
      DisableMessageExpiry="0"
      EnableInterfactionMail="1"
      EnableInterfactionMailForGM="1">


<StatDumper FileName = "stats.xml" Interval = "120000">


<Startup Preloading = "0"
         BackgroundLootLoading = "1"
         EnableMultithreadedLoading = "1"
         LoadAdditionalTables="">


<FloodProtection Lines = "0" Seconds = "0" SendMessage = "0">


<LogonServer DisablePings = "0"
             RemotePassword = "xxxxxxxx">

<AntiHack Teleport="1"
          Speed="1"
          FallDamage="1"
          Flight="1"
          DisableOnGM="0">

<Periods HonorUpdate="daily"
         ArenaUpdate="weekly">
         
<AscentStats Enable="1"
             ServerGUID="NONE"
             ServerKey="NONE">

<Channels BannedChannels="">

<VoiceChat Enabled="0"
           ServerIP="127.0.0.1"
           ServerPort="3727">

<RemoteConsole Enabled="0"
               Host="0.0.0.0"
               Port="8092">
   
<ScriptBackends LUA="0"
                AS="0">

<Movement FlushInterval="1000"
          CompressRate="1"
          CompressThreshold="30.0"
          CompressThresholdCreatres="10.0">

<Localization LocaleBindings="">
------------------------------------------------------

Ascent-logonserver
------------------------------------------------------

<LogonDatabase Hostname = "localhost"
               Username = "root"
               Password = "xxxxxxxx"
               Name     = "character"
               Port     = "3306"
               Type     = "1">



<Listen Host = "0.0.0.0"
        ISHost = "0.0.0.0"
        RealmListPort = "3724"
        ServerPort = "8093">



<LogLevel Screen = "0"
          File = "-1">



<Rates AccountRefresh = "600">



<Client MinBuild = "6739"
        MaxBuild = "9999">


<LogonServer RemotePassword = "xxxxxxxx">
---------------------------------------

Ascent-realm
---------------------------------------

<LogonServer Address = "127.0.0.1"
             Port = "8093"
             Name = "Default Logon"
             RealmCount = "1">



<Realm1 Name = "Warrior of Legends"
        Address = "wolpage.no-ip.org:8129"
        Icon = "PVP"
        Colour = "1"
        Population = "1.0"
        TimeZone = "1">
-----------------------------------------------

Archivo Host:
-----------------------------------------------
127.0.0.1 wolpage.no-ip.org
192.168.0.129 wolpage.no-ip.org (tambien he probado sin los 2 ultimos numeros)
85.xx.1.1xx wolpage.no-ip.org (ip sacada de cualesmiip.com)
-----------------------------------------------

Realmlists:
-----------------------------------------------
Set realmlist wolpage.no-ip.org

(yo puedo entrar poniendo esta, y es la que le doy a la gente)
-----------------------------------------------

No se si con estos datos es suficiente. Las revisiones y eso deben estar bien, poruq eyo entro sin problemas, ningun fallo de query.

Uso el MySql y el Sql yog. En la página de inicio de Sql yog pongo localhost como adress.

No uso el Xampp ni pagina de creacion de cuentas. Necesito el Apache para que el server funcione? Siento ser tan noob... :rolleyes:

Agradeceria alguna solucion.Saludos