Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #46  
Old 08-05-2004, 06:53 PM
runn3r12
Fire Beetle
 
Join Date: Aug 2004
Posts: 6
Default

nvm dude i got it your the best =)
  #47  
Old 08-06-2004, 01:12 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

The allitems.sql from peqserver.com is both new and old item dumps merged into 1.

you have to delete your items table completely and let it build it with the correct structure.
  #48  
Old 08-08-2004, 11:40 AM
lord_aiden
Sarnak
 
Join Date: Jan 2003
Posts: 49
Default

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
  #49  
Old 08-08-2004, 11:53 AM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

Are you using an EQLive patched client?
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
  #50  
Old 08-08-2004, 11:55 AM
lord_aiden
Sarnak
 
Join Date: Jan 2003
Posts: 49
Default

Quote:
Originally Posted by killspree
Are you using an EQLive patched client?
It was patched to live, but I've worked around that and have been able to connect to other servers, and my server before I switched to Blastoma's Perl-enabled compilations.
  #51  
Old 08-08-2004, 01:06 PM
lord_aiden
Sarnak
 
Join Date: Jan 2003
Posts: 49
Default

Ok I resolved the issue on my own. I had replaced my current copy of the boot5zone.bat with an older one, and it wasn't connecting to the zone servers properly.

::smacks self::
  #52  
Old 08-08-2004, 01:43 PM
gottasummer
Discordant
 
Join Date: Mar 2004
Location: New Hampshire, USA
Posts: 267
Default

very odd.. boot5zones is just a batch file... it shouldnt involve that file... glad to hear you got everything to work. Now, you can help others that need help now that you got yours working
  #53  
Old 09-07-2004, 12:16 AM
aridale
Fire Beetle
 
Join Date: Apr 2004
Posts: 18
Default

I see the newest version here is 7/25/04 do you think itd be possible to get a dr6 version from 7/31/04 or later with perl enabled?
  #54  
Old 09-07-2004, 01:27 AM
monalin crusader
Hill Giant
 
Join Date: May 2004
Posts: 238
Default

Quote:
very odd.. boot5zones is just a batch file... it shouldnt involve that file...
Actualy its got everything to do with that file just because its a batch file means absolutely nothing even it if was a txt file it would still be significant. Its the file that starts all of the zone.exe files and if you dont put in the right IP, which he didnt, then its not gona find the world server and thus it will never connect. If it does not connect then you cant login you can get on the character selection screen because until that point its all in world.exe and as long as your loginserver.ini is set up like it should be then you can see it on the server selection screen. Anyways nuff of that all i'm saying is that just because a file is a certian type doesnt mean it is worthless. If you know what a batch file is it takes cmd commands and runs them so its basicaly like starting a program, yes you can go withought it but if your using it and the contents of it are messed up then it wont work.
__________________
Ascending Dawn Server Op
Coder/Quester/Mysql
  #55  
Old 09-07-2004, 02:29 AM
blastoma
Sarnak
 
Join Date: May 2004
Location: Canada
Posts: 69
Default

My apolagies, I forgot to update the main post on the thread with the 31st release. But you can still get it from eqemu.chiroplus.ca

I'll update it a little later. Thanks!
  #56  
Old 09-07-2004, 02:31 AM
blastoma
Sarnak
 
Join Date: May 2004
Location: Canada
Posts: 69
Default

*** Updated with 7/31/04 release
  #57  
Old 09-07-2004, 05:34 AM
aridale
Fire Beetle
 
Join Date: Apr 2004
Posts: 18
Default

Tyvm =D
  #58  
Old 09-07-2004, 09:02 AM
monalin crusader
Hill Giant
 
Join Date: May 2004
Posts: 238
Default

Shoudlnt this be moved to like General Support or something its not really about development anymore.
__________________
Ascending Dawn Server Op
Coder/Quester/Mysql
  #59  
Old 09-14-2004, 06:06 AM
blastoma
Sarnak
 
Join Date: May 2004
Location: Canada
Posts: 69
Default

Hey everyone.

First off I'd like to thank EVERYONE for the great comments and support I've been given. Im glad I was able to help so many get started in EQEMu. Hopefully it will continue progressing as well as it has and so far it really looks great.

It seems that the devs have so kindly precompiled the latest code releases thru sourceforge. Therefore it doesnt make much sense to keep all the old versions up on my server. In a couple days Im going to remove all of them, if you still need them feel free to pm me and I can hook you up.

The setup program is not really nessicary considering that all the help you ever need is in the tutorial/support forums. I know alot of people really liked it but due to a couple small changes in EQEMu it... no.... longer.... writes the files correctly. *cough* I really should have written that program better, anyhow, sorry 'bout that.

After I finish up with some other projects I hope to come back to a bigger and better EQEMu which I can dedicate some of my skill to.

Bye for now, be back soon!~ :P
  #60  
Old 09-17-2004, 03:38 AM
blastoma
Sarnak
 
Join Date: May 2004
Location: Canada
Posts: 69
Default

All sql and eqemu files taken down. Thanks again for all the support!
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 08:09 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3