Hi there, I want to say, great job with what you've done so far.
I have an issues with the Perl-enabled compliations. Previously, I had used your non-perl enabled compilations, and got them to work with little problem. I've decided to try the perl-enabled ones to learn how to quest scripts.
I've installed PERL with no problems. I can get the World and Zone servers up with no problems. However when I try to connect with a character that I've made or just created, I get a message about "
The server is not responding" and "
You have been disconnected."
I've enclosed the logs for the World and Zone files that was utilized
WORLD:
Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Abort/retry/cancel?
TCP listening on: 66.188.135.171 :9000
World server listening on: 66.188.135.171 :9000
Connected to LoginServer: eqemulator.net:5995
14906 New TCP connection: 127.0.0.1:3184
New zoneserver: #1 127.0.0.1:3184
Zoneserver SetConnectInfo: 127.0.0.1:3184: YourIP:7998
15109 New TCP connection: 127.0.0.1:3185
15109 New TCP connection: 127.0.0.1:3186
15109 New TCP connection: 127.0.0.1:3187
15109 New TCP connection: 127.0.0.1:3188
New zoneserver: #2 127.0.0.1:3188
New zoneserver: #3 127.0.0.1:3187
New zoneserver: #4 127.0.0.1:3186
New zoneserver: #5 127.0.0.1:3185
Zoneserver SetConnectInfo: 127.0.0.1:3185: YourIP:7999
Zoneserver SetConnectInfo: 127.0.0.1:3186: YourIP:7997
Zoneserver SetConnectInfo: 127.0.0.1:3187: YourIP:7995
Zoneserver SetConnectInfo: 127.0.0.1:3188: YourIP:7996
50890 New client from ip: 66.188.135.171 port: 3193
Account Attempting to be created:lord_aiden 0
Logged in: FirstLogin LS#13221: lord_aiden
Received unknown opcode: 0x02eb size:0 bytes
Name approval request for:Aiden race:5 class:3
Character creation request from lord_aiden LS#13221 (66.188.135.171:3193) :
Name: Aiden
Race: 5 Class: 3 Gender: 0 Deity: 215 Start zone: 10
STR STA AGI DEX WIS INT CHA Total
85 70 85 70 100 92 90 592
Face: 30 Eye colors: 7 7
Hairstyle: 0 Haircolor: 255
Beard: 255 Beardcolor: 11
Validating char creation info...
Found 0 errors in character creation request
[Status] Found starting location in start_zones
Current location: felwithea 8.00, -317.00, 9.00
Bind location: felwithea 8.00, -317.00, 9.00
Character creation successful: Aiden
Attempting autobootup of felwithea (61) for Aiden
Zoneserver SetZone: YourIP:7999 felwithea (61)
Enter world: Aiden: felwithea (61)
Zoneserver SetZone: YourIP:7999 felwithea (61)
Client disconnected
Removing client from ip:66.188.135.171 port:3193
Zoneserver SetZone: YourIP:7999 (0)
Zoneserver SetZone: YourIP:7999 (0)
ZONE:
Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.7-DR6
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[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] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 168 commands loaded
[Status] Loading embedded perl
[Status] Loading perlemb plugins.
[Status] Warning - plugin.pl: Perl runtime error: open 'plugin.pl' No such file
or directory at (eval 3) line 1.
[Status] Entering sleep mode
Connected to worldserver: localhost:9000
[Status] Weather should change in 13264 seconds
Init: Loading zone lists, zone state or spawn list, player corpses
Zonepoints loaded into memory
, timezone data - Done. ZoneID = 61; Time Offset = 0
Reading zhdr file './cfg/felwithea.cfg'
Using database for safe coords.
Zone safe coords are x = 94; y = -25; z= 3.75
[Status] Loading Objects from DB...
[Status] Loading Ground Spawns from DB...
[Status] Loading doors for felwithea ...
[Status] Done loading doors for felwithea ...
[Status] Zone Bootup: felwithea (61)
[Status] Zone Shutdown: felwithea (61)
Thanks in advance