Buen aporte aunque a mi no me funciono xD
nerabast (@nerabast)
Information about nerabast
Mejores publicaciones hechas por nerabast
Latest posts made by nerabast
-
lastima iba a usar esta web
me la pela este error y ya he puesto todo como debe ser....Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\instalador\funciones.php on line 6
Warning: mysql_connect(): in C:\xampp\htdocs\instalador\funciones.php on line 8
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 10
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 20
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 31
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 42
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 53
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 63
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 72
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 79
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 91
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 106
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 113
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 122
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 131
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 140
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 146
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 150
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 152
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 154
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 156
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 158
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 160
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 162
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 164
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 166
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 168
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 170
Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\instalador\funciones.php on line 172
-
amigo al sql de mob-proto debes agregarle esto si no no se deja ejecutar
-- Table structure for mob_proto
DROP TABLE IF EXISTS `mob_proto`;
CREATE TABLE `mob_proto` (
`vnum` int(11) NOT NULL default '0',
`name` varchar(24) NOT NULL default 'Noname',
`locale_name` varbinary(24) NOT NULL default 'Noname',
`rank` tinyint(2) NOT NULL default '0',
`type` tinyint(2) NOT NULL default '0',
`battle_type` tinyint(1) NOT NULL default '0',
`level` smallint(3) NOT NULL default '1',
`size` enum('SMALL','MEDIUM','BIG') NOT NULL default 'SMALL',
`ai_flag` set('AGGR','NOMOVE','COWARD','NOATTSHINSU','NOATTCHUNJO','NOATTJINNO','ATTMOB','BERSERK','STONESKIN','GODSPEED','DEATHBLOW','REVIVE') default NULL,
`mount_capacity` tinyint(2) NOT NULL default '0',
`setRaceFlag` set('ANIMAL','UNDEAD','DEVIL','HUMAN','ORC','MILGYO','INSECT','FIRE','ICE','DESERT') NOT NULL default '',
`setImmuneFlag` set('STUN','SLOW','FALL','CURSE','POISON','TERROR') NOT NULL default '',
`empire` tinyint(4) NOT NULL default '0',
`folder` varchar(100) NOT NULL default '',
`on_click` tinyint(4) NOT NULL default '0',
`st` smallint(5) unsigned NOT NULL default '0',
`dx` smallint(5) unsigned NOT NULL default '0',
`ht` smallint(5) unsigned NOT NULL default '0',
`iq` smallint(5) unsigned NOT NULL default '0',
`damage_min` smallint(5) unsigned NOT NULL default '0',
`damage_max` smallint(5) unsigned NOT NULL default '0',
`max_hp` int(10) unsigned NOT NULL default '0',
`regen_cycle` tinyint(3) unsigned NOT NULL default '0',
`regen_percent` tinyint(3) unsigned NOT NULL default '0',
`gold_min` int(11) NOT NULL default '0',
`gold_max` int(11) NOT NULL default '0',
`exp` int(10) unsigned NOT NULL default '0',
`def` smallint(5) unsigned NOT NULL default '0',
`attack_speed` smallint(6) unsigned NOT NULL default '100',
`move_speed` smallint(6) unsigned NOT NULL default '100',
`aggressive_hp_pct` tinyint(3) unsigned NOT NULL default '0',
`aggressive_sight` smallint(10) unsigned NOT NULL default '0',
`attack_range` smallint(5) unsigned NOT NULL default '0',
`drop_item` int(10) unsigned NOT NULL default '0',
`resurrection_vnum` int(10) unsigned NOT NULL default '0',
`enchant_curse` tinyint(4) unsigned NOT NULL default '0',
`enchant_slow` tinyint(4) unsigned NOT NULL default '0',
`enchant_poison` tinyint(4) unsigned NOT NULL default '0',
`enchant_stun` tinyint(3) unsigned NOT NULL default '0',
`enchant_critical` tinyint(3) unsigned NOT NULL default '0',
`enchant_penetrate` tinyint(3) unsigned NOT NULL default '0',
`resist_sword` tinyint(4) NOT NULL default '0',
`resist_twohand` tinyint(4) NOT NULL default '0',
`resist_dagger` tinyint(4) NOT NULL default '0',
`resist_bell` tinyint(4) NOT NULL default '0',
`resist_fan` tinyint(4) NOT NULL default '0',
`resist_bow` tinyint(4) NOT NULL default '0',
`resist_fire` tinyint(4) NOT NULL default '0',
`resist_elect` tinyint(4) NOT NULL default '0',
`resist_magic` tinyint(4) NOT NULL default '0',
`resist_wind` tinyint(4) NOT NULL default '0',
`resist_poison` tinyint(4) NOT NULL default '0',
`dam_multiply` float default NULL,
`summon` int(11) default NULL,
`drain_sp` int(11) default NULL,
`mob_color` int(10) unsigned default NULL,
`polymorph_item` int(10) unsigned NOT NULL default '0',
`skill_level0` tinyint(3) unsigned default NULL,
`skill_vnum0` int(10) unsigned default NULL,
`skill_level1` tinyint(3) unsigned default NULL,
`skill_vnum1` int(10) unsigned default NULL,
`skill_level2` tinyint(3) unsigned default NULL,
`skill_vnum2` int(10) unsigned default NULL,
`skill_level3` tinyint(3) unsigned default NULL,
`skill_vnum3` int(10) unsigned default NULL,
`skill_level4` tinyint(3) unsigned default NULL,
`skill_vnum4` int(10) unsigned default NULL,
`sp_berserk` tinyint(4) NOT NULL default '0',
`sp_stoneskin` tinyint(4) NOT NULL default '0',
`sp_godspeed` tinyint(4) NOT NULL default '0',
`sp_deathblow` tinyint(4) NOT NULL default '0',
`sp_revive` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`vnum`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1; -
bueno hay problemas para este cliente y voy a decirte cuales (yo tengo el mismo problema)
cuando se decompila los locales se borran los disfraces, y alguna smonturas algunos items no se ven entonces para esto es un problema por que que vale traducir y que te boore todo?
estos files estan malos igualmente ocn todos los que intento compilar. alguno tiene solucion a esto?
por otra parte...
en el mob_proto
lamentablemente a mi no me sirve me sale error. de inmediato una ves trato de ejecutarlo que puede ser?
mob_proto [Msg] Finished - Unsuccessfully todas las consultas fueron erroneas.
es el mismo cliente y los mismos files
retomando para no hacer spam
he estadpo investigando cual es el problema y el problema esta en el archivo item_proto que esta dentro de locale_de
al parecer se modifica y borra algunas cosas vere si puedo remontarlo para que lo puedan montar y que no se le sborre nada.pero aun si necesito ayuda con lo del sql
-
@'Luckxy' said:
@Vampirito said:
Hhhhmmm... Me puse a revisar y encontre el GAME que va en el filezilla y tiene el PONG en testtesttesttest.testtesttesttest Y el del Cliente es mt2bluemoon12345 No se si sera asi o no, pero esperare a que me ayudes, por que tengo todo lo que vos me dijiste instale todo tal cual, reemplace todo y no hay caso Se me queda en seras conectado U.U
GAME cambiar pong test y poner m2tbluemoon12345 o por el que tu quieras. Que sea compatible con 12 números. Eso debes hacer en el Game y en el Cliente.
También en serverinfo.py poner tu ip. Y si hace falta reparar el locale.cfg
Ya probe cambiarle el PONG a ambos... En el .bin del cliente, cuando lo cambie por testtesttesttest y lo puse en el cliente, abro el juego normalmente y me aparece un cartel y dice que no se encuentra el archivo metin2.bin y estaba bien puesto.
Despues volvi a poner el metin2,bin original del cliente y abria bien. Tonces dije de cambiar el pong del GAME, puse mt2bluemoon12345, como en el .bin lo guarde y lo subi a la carpeta home/game/share Que ahi esta el archivo GAME y lo probe y se me quedaba en seras conectado, reinicie server y volvi a probar y nada... U.U Pero bueno al parecer es un tema del PONG entre server y cliente, por que con el navicat y filezilla conectan de lo mas bien y funcionan perfecto...yo tengo el mismo problema todo el dia en esto para quedar en lo mas minimo
lo que mas me parece extraño es que si pongo una contraseña que no es de una me dice que es incorrecta pero cuando coloco los datos correctos se queda un rato luego dice que no se puede conectar al servidor.
e cambiado mil veces esto con diferentes clientes y tambien los que estan en la carpeta share y nada.
si ya pudiste me dices como lo arreglaste graciaspor cierto me sale este error quiza sea eso?
localservice local/germany/locale_string.txt log_file_delete_old
Could not Load ThreeWayWar