EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=616)
-   -   please help.... admin (https://www.eqemulator.org/forums/showthread.php?t=11863)

mogasch 02-11-2004 08:37 AM

please help.... admin
 
Nexus is down and char creating menue is buggi (can

Monrezz 02-11-2004 08:47 AM

Whcih server? Your own, or another?
Have you patched recently?
If you're running your own server, have you followed the guides and set everything up correctly?

Need more information to be able to help.

Monrezz

winifred 02-13-2004 11:35 AM

Quote:

Originally Posted by Monrezz
Whcih server? Your own, or another?
Have you patched recently?
If you're running your own server, have you followed the guides and set everything up correctly?

Need more information to be able to help.

Monrezz


I'm seeing the same error when I log into any emu server. The race description box blocks the name field, and when you select "Next" from that screen, it freezes. I've had to hard reboot my machine to escape.

However, I'm assuming that's because I was introduced to EQEmu the day before the new EQ patch, and I patched before I realized that I wasn't supposed to do anything of the sort. :)

I was able to get the emulator running by replacing my eqgame.exe file with an older version, but I'm assuming that the patch still introduced a host of breaks that I'll run across.

Does anyone happen to know if there's a command that allows for the autoname feature? Perhaps if the name field was filled, the data stream would work.

samandhi 02-13-2004 11:42 AM

You could create a character by using your MySQL commands to directly put that account into your db, not sure of the commands, but Monrezz knows, I just saw a post of his that did JUST that.. Then all you would have to is log onto this char..

sovietax 02-13-2004 12:10 PM

i would LOVE to know what the command is and how to do that because i am having the exact same problem. Thanx in advance

winifred 02-13-2004 03:25 PM

Quote:

Originally Posted by samandhi
You could create a character by using your MySQL commands to directly put that account into your db, not sure of the commands, but Monrezz knows, I just saw a post of his that did JUST that.. Then all you would have to is log onto this char..


Thanks. I'll do a search and see if I can find it, and I'll pass it along to the person who owns the server and see if he has time to make changes. :)

samandhi 02-13-2004 07:42 PM

Quote:

Thanks. I'll do a search and see if I can find it, and I'll pass it along to the person who owns the server and see if he has time to make changes
The statement I made was assuming you ran your own server... sorry... Yes, though if you are having this problem, you should contact the server op or gm and beg them to make a char for you and then let you play it. Scorpious2k, or brightblade, or guildwars2, or dil's, etc etc, ect.. Most of them would probalby be nice enough to help you out, you just need to contact them. They would already know how to do this, so problaby not a need to know HOW to do this if you arent running your own server.

Monrezz 02-13-2004 11:54 PM

[code]DROP TABLE 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,
guild int(11) default '0',
guildrank tinyint(2) unsigned default '5',
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',
pktime int(8) NOT NULL default '0',
inventory blob,
publicnote varchar(100) NOT NULL default '',
groupid int(10) unsigned NOT NULL default '0',
PRIMARY KEY (id),
UNIQUE KEY name (name)
) TYPE=MyISAM;

INSERT INTO character_ VALUES (1,1,'Monrezz','

Shadajriel 02-15-2004 09:44 AM

yes, if you have GoD files, just restore your old UI stuff to fix the char creation screen problems. As for the nexus error stuff, you can get any missing files by going through the EQ patcher, in the optional patches, you can select specific files, so just keep in mind which ones are missing, and get those ones, also Shawn319 recommended in another post that people with the most recent patch could play on his server
[LIVE] Official EQEmu Test Server
it uses 0.5.5-DR1


All times are GMT -4. The time now is 12:46 AM.

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