EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Server Not Showing (https://www.eqemulator.org/forums/showthread.php?t=33316)

Darkv1 04-12-2011 11:20 PM

Quote:

Originally Posted by provocating (Post 198450)
If you sourced peq then you should have the character_ table, or at least I really thought you would. If you look in Heidi at the PEQ database, are you not seeing character_ ?

If not here you go.

Code:

/*
MySQL Data Transfer
Source Host: localhost
Source Database: cvs
Target Host: localhost
Target Database: cvs
Date: 2008-09-30 7:12:28 PM
*/

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for character_
-- ----------------------------
CREATE TABLE `character_` (
  `id` int(11) NOT NULL auto_increment,
  `account_id` int(11) NOT NULL default '0',
  `name` varchar(64) NOT NULL default '',
  `profile` blob,
  `timelaston` int(11) unsigned default '0',
  `x` float NOT NULL default '0',
  `y` float NOT NULL default '0',
  `z` float NOT NULL default '0',
  `zonename` varchar(30) NOT NULL default '',
  `alt_adv` blob,
  `zoneid` smallint(6) NOT NULL default '0',
  `instanceid` SMALLINT UNSIGNED DEFAULT '0' NOT NULL,
  `pktime` int(8) NOT NULL default '0',
  `inventory` blob,
  `groupid` int(10) unsigned NOT NULL default '0',
  `extprofile` blob,
  `class` tinyint(4) NOT NULL default '0',
  `level` mediumint(8) unsigned NOT NULL default '0',
  `lfp` tinyint(1) unsigned NOT NULL default '0',
  `lfg` tinyint(1) unsigned NOT NULL default '0',
  `mailkey` CHAR(16) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `account_id` (`account_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records
-- ----------------------------


Ok,when i insert it i get an error that says theres an error in the MYSQL syntax

provocating 04-12-2011 11:21 PM

Well take what I just posted in the code block and just put it into your query window in Heidi and click the blue execute SQL button.

Darkv1 04-12-2011 11:24 PM

thanks a ton it worked perfectly now im logging in the server to see if itll let me make a character

provocating 04-12-2011 11:25 PM

Rocking.

Let us know how you like it.

Darkv1 04-12-2011 11:30 PM

k i got kicked out and it said inventory was missing so i just uploaded about 9-10 sql files that im gonna need so im trying again

provocating 04-12-2011 11:31 PM

Once all of your i's are dotted and your t's crossed, it will work.

Darkv1 04-12-2011 11:33 PM

err im missing so many sql files im gonna upload realllllyyyy quick xD

Darkv1 04-12-2011 11:46 PM

Alright when i log in the character it kicks me back out to loginscreen and the world.exe client says


[Debug] [WORLD__CLIENT] (Myaccount name): Attempting autobootup of erudnint (23:0)
[Debug] [WORLD__ZONE] [5] Setting to 'erudnint' (23:0)
[Debug] [WORLD__CLIENT] (Myaccount name): Entering zone erudnint (23:0)
[Debug] [WORLD__ZONE] [5] [erudnint] Broadcasting a world time update
[Debug] [WORLD__ZONE] [5] [erudnint] Setting to 'erudnint' (23:0)
[Debug] [WORLD__CLIENT] (Myaccount name): Sending client to zone erudnint (23:0) at loc
alhost:7004
[Debug] [WORLD__CLIENT] (Myaccount name): Client disconnected (not active in process)

lerxst2112 04-13-2011 12:01 AM

Look at the zone log.

Darkv1 04-13-2011 12:03 AM

Quote:

Originally Posted by lerxst2112 (Post 198461)
Look at the zone log.

very sorry for my newbness but how might i do that? >.<

lerxst2112 04-13-2011 12:42 AM

In your server directory there should be a logs directory with a bunch of files in it. If there isn't a logs directory you should make one.

The best way to track down an issue like this is to stop your server, delete all the files in that logs directory, and then start the server and try to reproduce the problem. Then you can look at those logs to see if there are any errors.

The file you're looking for will be named eqemu_debug_zone_xxxx.log where xxxx is some number.

Darkv1 04-13-2011 12:44 AM

i dont have it how do i make one?

lerxst2112 04-13-2011 02:02 AM

Quote:

Originally Posted by Darkv1 (Post 198467)
i dont have it how do i make one?

You're never made a directory before? Right-click in an empty area of the server folder window and select New->Folder, then name it logs.

Darkv1 04-13-2011 02:04 AM

lol is there anything else besides that like codes and whatnot?

provocating 04-13-2011 08:20 AM

No, just make the directory logs. When server and zone run they look to see if that directory is there, if it exist then they start producing logs. Are you using a guide ? It should be in the step by step instructions.


All times are GMT -4. The time now is 02:00 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.