Crear un servidor MangOS para World of Warcraft Expansion 2.0.12

Iniciado por b01n4v3rt, 18 Mayo 2007, 00:06 AM

0 Miembros y 1 Visitante están viendo este tema.

Haket

hola, soy nuevo en esto de los servers, hize todo lo s pasos y me qeudo bien, pero en esta parte : "Por último, nos vamos a donde pone realmd (4ª columna, debajo d mysql), y hacemos lo mismo, ( Restore from sql dump ) pero con el arxivo realmd.sql"

Voy agregar ese archivo y me sale el siguiente error:

"There was an error while executing a query.
The query and the error message has been logged at:
J:\Juegos\Server Propio de World Of Warcaraft BC\MySQL\SQLyog Community\sqlyog.err.
Please click on "Open Error File..." to open the error file".

Me sale una opción para abrir el worpad del error y dice:

----Query:
CREATE TABLE `account` (
`id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
`username` varchar(16) NOT NULL default '',
`password` varchar(28) NOT NULL default '',
`gmlevel` tinyint(3) unsigned NOT NULL default '0',
`sessionkey` longtext,
`v` longtext,
`s` longtext,
`email` varchar(255) NOT NULL default '',
`joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
`banned` tinyint(3) unsigned NOT NULL default '0',
`last_ip` varchar(30) NOT NULL default '127.0.0.1',
`failed_logins` int(11) unsigned NOT NULL default '0',
`locked` tinyint(3) unsigned NOT NULL default '0',
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
`online` tinyint(4) NOT NULL default '0',
`tbc` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY  (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_banned` (`banned`),
KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 22:34:37
Line no.:38
Error Code: 1050 - Table 'account' already exists

Query:
CREATE TABLE `account` (
`id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
`username` varchar(16) NOT NULL default '',
`password` varchar(28) NOT NULL default '',
`gmlevel` tinyint(3) unsigned NOT NULL default '0',
`sessionkey` longtext,
`v` longtext,
`s` longtext,
`email` varchar(255) NOT NULL default '',
`joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
`banned` tinyint(3) unsigned NOT NULL default '0',
`last_ip` varchar(30) NOT NULL default '127.0.0.1',
`failed_logins` int(11) unsigned NOT NULL default '0',
`locked` tinyint(3) unsigned NOT NULL default '0',
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
`online` tinyint(4) NOT NULL default '0',
`tbc` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY  (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_banned` (`banned`),
KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:00:02
Line no.:38
Error Code: 1050 - Table 'account' already exists

Query:
CREATE TABLE `account` (
`id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
`username` varchar(16) NOT NULL default '',
`password` varchar(28) NOT NULL default '',
`gmlevel` tinyint(3) unsigned NOT NULL default '0',
`sessionkey` longtext,
`v` longtext,
`s` longtext,
`email` varchar(255) NOT NULL default '',
`joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
`banned` tinyint(3) unsigned NOT NULL default '0',
`last_ip` varchar(30) NOT NULL default '127.0.0.1',
`failed_logins` int(11) unsigned NOT NULL default '0',
`locked` tinyint(3) unsigned NOT NULL default '0',
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
`online` tinyint(4) NOT NULL default '0',
`tbc` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY  (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_banned` (`banned`),
KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:00:49
Line no.:38
Error Code: 1050 - Table 'account' already exists

Query:
CREATE TABLE `account` (
`id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
`username` (16) NOT NULL default '',
`password`  NOT NULL default '',
`gmlevel` tinyint(3) unsigned NOT NULL default '0',
`sessionkey` longtext,
`v` longtext,
`s` longtext,
`email` (255) NOT NULL default '',
`joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
`banned` tinyint(3) unsigned NOT NULL default '0',
`last_ip` (30) NOT NULL default '127.0.0.1',
`failed_logins` int(11) unsigned NOT NULL default '0',
`locked` tinyint(3) unsigned NOT NULL default '0',
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
`online` tinyint(4) NOT NULL default '0',
`tbc` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY  (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_banned` (`banned`),
KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:04:47
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(16) NOT NULL default '',
`password`  NOT NULL default '',
`gmlevel` tinyint(3' at line 3

Query:
CREATE TABLE `account` (
`id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
`username` (16) NOT NULL default '',
`password`  NOT NULL default '',
`gmlevel` tinyint(3) unsigned NOT NULL default '0',
`sessionkey` longtext,
`v` longtext,
`s` longtext,
`email` (255) NOT NULL default '',
`joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
`banned` tinyint(3) unsigned NOT NULL default '0',
`last_ip` (30) NOT NULL default '127.0.0.1',
`failed_logins` int(11) unsigned NOT NULL default '0',
`locked` tinyint(3) unsigned NOT NULL default '0',
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
`online` tinyint(4) NOT NULL default '0',
`tbc` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY  (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_banned` (`banned`),
KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:04:50
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(16) NOT NULL default '',
`password`  NOT NULL default '',
`gmlevel` tinyint(3' at line 3

Query:
CREATE TABLE `account` (
,
`username` (16) NOT NULL default '',
`password`  NOT NULL default '',
,
`s` longtext,
`email` (255) NOT NULL default '',
`joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
`banned` tinyint(3) unsigned NOT NULL default '0',
`last_ip` (30) NOT NULL default '127.0.0.1',
`failed_logins` int(11) unsigned NOT NULL default '0',
`locked` tinyint(3) unsigned NOT NULL default '0',
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
`online` tinyint(4) NOT NULL default '0',
`tbc` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY  (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_banned` (`banned`),
KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:08:18
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
`username` (16) NOT NULL default '',
`password`  NOT NULL default '',
,
`s`' at line 2

Query:
CREATE TABLE `account` (
,
`username` (16) NOT NULL default '',
`password`  NOT NULL default '',
,
`s` longtext,
`email` (255) NOT NULL default '',
`joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
`banned` tinyint(3) unsigned NOT NULL default '0',
`last_ip` (30) NOT NULL default '127.0.0.1',
`failed_logins` int(11) unsigned NOT NULL default '0',
`locked` tinyint(3) unsigned NOT NULL default '0',
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
`online` tinyint(4) NOT NULL default '0',
`tbc` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY  (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_banned` (`banned`),
KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:08:40
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
`username` (16) NOT NULL default '',
`password`  NOT NULL default '',
,
`s`' at line 2

Query:
CREATE TABLE `account` (
,
`username` (16) NOT NULL default '',
`password`  NOT NULL default '',
,
`s` longtext,
`email` (255) NOT NULL default '',
`joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
`banned` tinyint(3) unsigned NOT NULL default '0',
`last_ip` (30) NOT NULL default '127.0.0.1',
`failed_logins` int(11) unsigned NOT NULL default '0',
`locked` tinyint(3) unsigned NOT NULL default '0',
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
`online` tinyint(4) NOT NULL default '0',
`tbc` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY  (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_banned` (`banned`),
KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:08:42
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
`username` (16) NOT NULL default '',
`password`  NOT NULL default '',
,
`s`' at line 2

Query:
CREATE TABLE `account` (
,
`username` (16) NOT NULL default '',
`password`  NOT NULL default '',
,
`s` longtext,
`email` (255) NOT NULL default '',
`joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
`banned` tinyint(3) unsigned NOT NULL default '0',
`last_ip` (30) NOT NULL default '127.0.0.1',
`failed_logins` int(11) unsigned NOT NULL default '0',
`locked` tinyint(3) unsigned NOT NULL default '0',
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
`online` tinyint(4) NOT NULL default '0',
`tbc` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY  (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_banned` (`banned`),
KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:08:43
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
`username` (16) NOT NULL default '',
`password`  NOT NULL default '',
,
`s`' at line 2

Query:
CREATE TABLE `account` (
`id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
`username` varchar(16) NOT NULL default '',
`password` varchar(28) NOT NULL default '',
`gmlevel` tinyint(3) unsigned NOT NULL default '0',
`sessionkey` longtext,
`v` longtext,
`s` longtext,
`email` varchar(255) NOT NULL default '',
`joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
`banned` tinyint(3) unsigned NOT NULL default '0',
`last_ip` varchar(30) NOT NULL default '127.0.0.1',
`failed_logins` int(11) unsigned NOT NULL default '0',
`locked` tinyint(3) unsigned NOT NULL default '0',
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
`online` tinyint(4) NOT NULL default '0',
`tbc` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY  (`id`),
UNIQUE KEY `idx_username` (`username`),
KEY `idx_banned` (`banned`),
KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:20:40
Line no.:38
Error Code: 1050 - Table 'account' already exists---  :huh: :huh:

La cosa es que si lo ignoro, cuando voy a jugar inseerto los datos para acceder y me dice : "imposible conectar con el servidor de la lista de reinos"

QUE hAGO?????????????????????????

Si repondes, de verdad que se los agradezco
Que hago??????????????

SALVADOR

No quiero parecer gruñon pero...  :-\porque no primero leen el manual paso por paso, y por respeto a quien nos dio ese manual al menos leerse todo el tema.. para que no repitan mismos errores una y otra vez... y posteen esa barbaridad de informacion inesesaria... creo que simplificando a un par de datos de error bastàba...

Bueno no soy ningun sabiondo.. es la primera vez que posteare un problema y duda... :P

Monte el servidor ok no problem hasta hay...
Lo probe via hamachi y cualquiera podia entrar previa creacion de cuenta mediante el sqlyog.. ok
monte la web y carge el no ip    no problem
cancele el hamachi y solo podian ingresar los de mi cyber
pero solucionado.. habilite los puertos


y hay el problema

los usuarios externos a la cabina crean cuenta en la web y pueden jugar pero los del cyber no, cuando desabilito los puertos recien entran los ldel cyber mas no otros usuarios.

si alguien ya soluciono este problema espero me ayude  ;D

Lytme

La direccion ip es la que pone el mangos por defecto, o sea, lo mismo que poner localhost. Que de momento no lo iba a colgar en la web sino solo en red local. ;)

Ante

Hola, ante todo decir que la guia es una pasada y que esta muy bien explicado, pero no se porque me da un error, me he leido todo el post y no encuentro ninguna solucion que me funciona, me podriais ayudar?? el problema es que cuando ejecuto el mangosarrr se me queda trabado en 1 segundo y se reinicia constantemente, consegui sacar el problema y me dice esto:



2007-06-12 01:52:50 Using configuration file mangosd.conf.
2007-06-12 01:52:50 MaNGOS daemon /0.7-SVN (Win32)
2007-06-12 01:52:50 <Ctrl-C> to stop.


MM   MM         MM   MM  MMMMM   MMMM   MMMMM
MM   MM         MM   MM MMM MMM MM  MM MMM MMM
MMM MMM         MMM  MM MMM MMM MM  MM MMM
MM M MM         MMMM MM MMM     MM  MM  MMM
MM M MM  MMMMM  MM MMMM MMM     MM  MM   MMM
MM M MM M   MMM MM  MMM MMMMMMM MM  MM    MMM
MM   MM     MMM MM   MM MM  MMM MM  MM     MMM
MM   MM MMMMMMM MM   MM MMM MMM MM  MM MMM MMM
MM   MM MM  MMM MM   MM  MMMMMM  MMMM   MMMMM
        MM  MMM http://www.mangosproject.org
        MMMMMM


2007-06-12 01:52:50 World Database: 127.0.0.1;3306;root;mangos;mangos
2007-06-12 01:52:50 ERROR:Could not connect to MySQL database at 127.0.0.1: Access denied for user 'root'@'localhost' (using password: YES)

2007-06-12 01:52:50 ERROR:Cannot connect to world database 127.0.0.1;3306;root;mangos;mangos


por favor, necesito que alguien me diga que debo hacer, gracias

Lytme

Anto tienes que cambiar el mangosd.conf y el realmd.conf
127.0.0.1;3306;root;mangos;mangos donde te pone esto tienes k poner tu password 127.0.0.1;3306;root;TUPASSWORD;mangos
En el mangos son dos veces y en el realmd una. Abrelos con el block de notas. Un saludo! Bye!

SALVADOR

#355
Bueno encontre solucion a mi problema y lo pongo aqui para el que llegue al mismo punto que yo

bueno tan secillo como lo es....

cuando habilito los puertos entran los jugadores externos , los del cyber no...

cuando desabilito los puertos los del cyber entran las conexiones externas... no

solucion:

crear otra entrada del realm...
uno con la dns en mi caso http://wowperu.servegame.com/
y otro con el ip local 192.168.1.10 que es la maquina donde esta el servidor

los de afuera se conectan al realm con la dns y los de adentro con la ip local resultado todos entran al mismo server :)

espero que esto le ayude a alguien...[/b]

Ante

muchas gracias, despues de varios intenteos me funciono

un saludo y a ver si no me da mas problemas :P

Ante

Pues ahora me da un problema en el 56%, cuando tiene que cargar los items, se me reinicia y no se porqeu , alguien me podria ayudar ?


Gracias de antemano

BoooMBillaSss

Buenas gente!!!

¿Alguien sabe como jugar a "El señor de los anillos online: las sombras de agmar"?

Porfavor me gustaria poder jugar gratis.

Kyozid

BUENO NADAMAS TENIA LA DUDA, EHMM YA HICE TODO LO DEL XAMPP Y PUSE START AL APACHE CAMBIE LAS COSAS ETC Y HICE TODO, AHORA LA PREGUNTA ¿ LUEGO K HAGO? COMO SE HACE LA WEB? O COMO LA VEO O_o O K TENGO K EJECUTAR