PDA

View Full Version : Name rejected only on some characters.


samandhi
01-19-2004, 07:28 AM
My server seems to be up and running just fine, but when I try and create <or anyone else as a matter of fact> an iksar or vah shir, I keep getting the "name rejected" error with any name I choose. I have tried dumping and replacing the db, and reinstalling eq. Even tried clearing the names in the db <found another post that had a similar problem and someone was kind enough to give the code for clearing the name, cause I dont know SQL at all hehe>. Here are my readings... If somone would help me out I would very much appreciate it.

world.exe

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.3-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Screwing up windows compiles...
TCP listening on: ************:9000
World server listening on: ************:9000
Connected to LoginServer: eqlogin3.eqemulator.net:5997
12063 New TCP connection: 192.168.1.3:1247
12063 New TCP connection: 192.168.1.3:1248
12063 New TCP connection: 192.168.1.3:1244
12063 New TCP connection: 192.168.1.3:1245
12063 New TCP connection: 192.168.1.3:1246
New zoneserver: #1 192.168.1.3:1246
New zoneserver: #2 192.168.1.3:1245
New zoneserver: #3 192.168.1.3:1244
New zoneserver: #4 192.168.1.3:1248
New zoneserver: #5 192.168.1.3:1247
Zoneserver SetConnectInfo: 192.168.1.3:1247: 192.168.1.3:7999
Zoneserver SetConnectInfo: 192.168.1.3:1248: 192.168.1.3:7998
Zoneserver SetConnectInfo: 192.168.1.3:1244: 192.168.1.3:7997
Zoneserver SetConnectInfo: 192.168.1.3:1245: 192.168.1.3:7996
Zoneserver SetConnectInfo: 192.168.1.3:1246: 192.168.1.3:7995
104094 New client from ip: ************ port: 1252
Logged in: FirstLogin LS#34306: samandhi
Name approval request for:Raltorak race:130 class:8
Choice:13
database.CreateCharacter failed
Got a bogus character (Raltorak), deleting it.
PP length =0
Received unknown opcode: 0x00f0 size:0 bytes
Client disconnected
Removing client from ip:************ port:1252

And my loginserver.ini looks like this <just in case you need to know>

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver1=eqlogin2.eqemulator.net
loginserver2=eqlogin3.eqemulator.net
loginport=5997
worldname=Legit Standard The New EQ
worldaddress=************
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

Here is the zone.exe report

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.3-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 149 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 192.168.1.3:9000

I am using mw_052_053_alpha2.sql db with the update.sql that came with 0.5.3dr2... Again, any help would be most appreciated, as I cant find a post the has the same problem as this <though similar, the fixes for those problems didnt work with mine>... And also, those are the ONLY 2 chars I cant create due to the problem....

Squiffy
01-19-2004, 10:38 AM
I run a live server, and have the same thing happen. Nobody can create cats lizards or frogs.

MW, current release, added GoD zones, added Myra's PoP. Everything worked fine 3-4 days ago.

samandhi
01-19-2004, 01:20 PM
Yeah your right ... froggies too... I have been searching and searching, and trying new things and still nothing..... :( Is anyone else having this problem? I noticed that my son was not able to make a frog on someone else's server because of the name thing, but I dont remember on what server it was, as I didint think there was a problem at the time. So lets see, I have reinstalled EQ, reinstalled the db (hell, reinstalled mysql from scratch hehe), reinstalled (re-compiled eqemu).... there isnt anything left to reinstall... I wonder if it is something in the db iteself, as it is the only common denominator in this (the only thing that has stayed the same), though I have re-sourced it into mysql.

mattmeck
01-19-2004, 03:02 PM
I know some servers have those races disabled and when you try to make one of them you get that error.

Squiffy
01-19-2004, 06:40 PM
One funny side-note. I created a frog to test out what was happening, and it sent to World.exe as Race: 74. Looked that up out of curiosity since I thought Frogs were race 330 or so, and race 74 = Pirahna... so for some reason my client's telling World I'm trying to create a newbie Pirahna Paladin :shock:

The other race #s are fine, though, and still won't create.

Valcor
01-19-2004, 11:58 PM
Getting same problem using EQEmu-0.5.3-DR2- Win32-1-12-04. I have tryed both ways. With the default DB.sql and Dumpeditems.sql, as well as with MW_051_052_alpha1 sourced in.

Anyone got a fix for this? I read other post that suggest its a corrupt database, but Im getting the same issue the default DB.

samandhi
01-20-2004, 07:21 AM
I checked out the table data for start_zones in mw_052_053_alpha2.sql and everthing seems to be in order... In other words, If you look at what race and choice world.exe assigned for that particular character Name approval request for:Raltorak race:130 class:8
Choice:13 then look at the data in the table start_zones, you will see there IS choice 13, and if you look at character ids, 130 IS the cat <which is also listed in the table correctly... Also the correct starting zone is listed in that table, so I am not understanding why it is doing this... I dont think it is the db that is the problem here, but I wonder if there is somethinag amiss in the code <which I dont know how to read>... Any research or advise from the experts would be GREAT at this time, as I dont seem to be the only one with this problem. TiA

Squiffy
02-01-2004, 01:40 PM
Bump... anyone out there have a clue? Still not working for me.

wize_one
02-01-2004, 02:25 PM
upgrade to DR3 they work..8)

samandhi
02-01-2004, 11:24 PM
Yeah, upgrade done, and now am able to use all characters. Musta' been something in the code...