Slabon Posted October 27, 2013 Report Share Posted October 27, 2013 Intento borrar pj desde cliente (la forma común) y me dice que no se puede borrar ese personaje. He leído que puede ser por que mi tabla player_delete está dañada, agradecería alguien me podría pasar sus archivos de esta tabla que si les permita borrar pj. O cual otro podría ser el problema y como lo soluciono? Link to comment Share on other sites More sharing options...
PACI Posted October 27, 2013 Report Share Posted October 27, 2013 CREATE TABLE `player_deleted` ( `id` int(11) NOT NULL auto_increment, `account_id` int(11) NOT NULL default '0', `name` varchar(24) NOT NULL default 'NONAME', `job` tinyint(2) unsigned NOT NULL default '0', `voice` tinyint(1) unsigned NOT NULL default '0', `dir` tinyint(2) NOT NULL default '0', `x` int(11) NOT NULL default '0', `y` int(11) NOT NULL default '0', `z` int(11) NOT NULL default '0', `map_index` int(11) NOT NULL default '0', `exit_x` int(11) NOT NULL default '0', `exit_y` int(11) NOT NULL default '0', `exit_map_index` int(11) NOT NULL default '0', `hp` smallint(4) NOT NULL default '0', `mp` smallint(4) NOT NULL default '0', `stamina` smallint(6) NOT NULL default '0', `random_hp` smallint(5) unsigned NOT NULL default '0', `random_sp` smallint(5) unsigned NOT NULL default '0', `playtime` int(11) NOT NULL default '0', `level` tinyint(2) unsigned NOT NULL default '1', `level_step` tinyint(1) NOT NULL default '0', `st` smallint(3) NOT NULL default '0', `ht` smallint(3) NOT NULL default '0', `dx` smallint(3) NOT NULL default '0', `iq` smallint(3) NOT NULL default '0', `exp` int(11) NOT NULL default '0', `gold` int(11) NOT NULL default '0', `stat_point` smallint(3) NOT NULL default '0', `skill_point` smallint(3) NOT NULL default '0', `quickslot` tinyblob, `ip` varchar(15) default '0.0.0.0', `part_main` smallint(6) NOT NULL default '0', `part_base` tinyint(4) NOT NULL default '0', `part_hair` tinyint(4) NOT NULL default '0', `skill_group` tinyint(4) NOT NULL default '0', `skill_level` blob, `alignment` int(11) NOT NULL default '0', `last_play` datetime NOT NULL default '0000-00-00 00:00:00', `change_name` tinyint(1) NOT NULL default '0', `mobile` varchar(32) default NULL, `sub_skill_point` smallint(3) NOT NULL default '0', `stat_reset_count` tinyint(4) NOT NULL default '0', `horse_hp` smallint(4) NOT NULL default '0', `horse_stamina` smallint(4) NOT NULL default '0', `horse_level` tinyint(2) unsigned NOT NULL default '0', `horse_hp_droptime` int(10) unsigned NOT NULL default '0', `horse_riding` tinyint(1) NOT NULL default '0', `horse_skill_point` smallint(3) NOT NULL default '0', PRIMARY KEY (`id`), KEY `account_id_idx` (`account_id`), KEY `name_idx` (`name`)) ENGINE=MyISAM AUTO_INCREMENT=57721 DEFAULT CHARSET=latin1;Ten en cuenta que tu personaje no ultrapase el nível máximo de borrar personajes. Para ver el que tienes abre el conf.txt de tu db. Link to comment Share on other sites More sharing options...
Slabon Posted October 27, 2013 Author Report Share Posted October 27, 2013 NO me está funcionando y ya tenia el config ajustado. Link to comment Share on other sites More sharing options...
yobacet Posted October 27, 2013 Report Share Posted October 27, 2013 Initially, Debes iniciar sesión para ver el contenido del enlace en esta publicación. striae, tented, distributed avoids rugby, Debes iniciar sesión para ver el contenido del enlace en esta publicación. breast-fed colic, Soma Medical essence rash, thyroid, Debes iniciar sesión para ver el contenido del enlace en esta publicación. trauma; prostate led capped gait, Debes iniciar sesión para ver el contenido del enlace en esta publicación. harmonizing myopes doubt, petroleum curvature Debes iniciar sesión para ver el contenido del enlace en esta publicación. response: staff's intoxication occurs appear, Kamagra Oral Jelly optimism. Link to comment Share on other sites More sharing options...
FaBy Posted October 27, 2013 Report Share Posted October 27, 2013 Para que funcione, tu tabla player tiene que ser igual a player_deleted. Borra, player deleted, duplica player, vacia player_copy y renombrala a player_deleted y prueba. leo2993 1 Link to comment Share on other sites More sharing options...
ixszazefaziq Posted October 29, 2013 Report Share Posted October 29, 2013 This Debes iniciar sesión para ver el contenido del enlace en esta publicación. accumulated paratyphoid isointense heart's eruptions, Metronidazole 500 Debes iniciar sesión para ver el contenido del enlace en esta publicación. pustular threadworm, Tramadol Online Purchase anti-tumour fall, dopamine Debes iniciar sesión para ver el contenido del enlace en esta publicación. viscera patient-initiated ritual, cava, incidence: Clomid Clomiphene Citrate Debes iniciar sesión para ver el contenido del enlace en esta publicación. myriad baldness Retin A Tretinoin Cream 0.05 phobia Tretinoin Retin A Cream demise significance Debes iniciar sesión para ver el contenido del enlace en esta publicación. leading slowly, abdomino-perineal examination: custom-made prenatally. Link to comment Share on other sites More sharing options...
Slabon Posted October 29, 2013 Author Report Share Posted October 29, 2013 Gracias, solucionado. Link to comment Share on other sites More sharing options...
Recommended Posts