EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   Zone Server......Minlogin (https://www.eqemulator.org/forums/showthread.php?t=12902)

Xabob 04-06-2004 01:55 PM

Zone Server......Minlogin
 
Alright I can get the minilogin thing working up tell when it comes time for me to get into a zone i choose my char the zone server boots up and then it kicks me idk why but it dose here i copyed the code anyone help?
Code:

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5-DR1
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
NPCs loaded - using old database format
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5020
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 157 commands loaded
[Status] Entering sleep mode
Connected to worldserver: localhost:9000
[Status] Weather should change in 10932 seconds
Init: Loading zone lists, zone state or spawn list, player corpses
Zonepoints loaded into memory
, timezone data - Done. ZoneID = 106; Time Offset = 0
Reading zhdr file './cfg/cabeast.cfg'
Using database for safe coords.
Zone safe coords are x = -416; y = 1343; z= 4
[Status] Loading Objects from DB...
[Status] Loading Ground Spawns from DB...
[Status] Loading doors for cabeast ...
[Status] Done loading doors for cabeast ...
[Status] Zone Bootup: cabeast (106)
Received Message SyncWorldTime
Time Broadcast Packet: EQTime [07:28 am]
[Status] 112392 New client from ip:127.0.0.1 port:1119
Error in FinishConnState2(): !dbaq[1]->GetAnswer(): #1054: Unknown column 'revok
ed' in 'field list'
Client disconnected (cs=e): Engaadeza
Dropping client: Process=false, ip=127.0.0.1, port=1119


Liscadipesce 04-07-2004 08:28 AM

Looks like it can't find the field revoked in the accounts table, or it has been made incorrectly. Add the field 'revoked' to the end, after gmspeed, if your missing it. If that doesnt work, delete the revoked field and run that SQL through.

ALTER TABLE `account` ADD `revoked` TINYINT(3) UNSIGNED DEFAULT "0" NOT NULL;

Xabob 04-07-2004 08:47 AM

Thanks i will try that


All times are GMT -4. The time now is 03:11 AM.

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