Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-10-2004, 05:40 PM
maveren
Sarnak
 
Join Date: Sep 2004
Location: Wisconsin
Posts: 72
Default PEQ_CLASSIC_058 NOT 059DR2 Compatable

I have only gotten barebones to work with DR2, i cannot get PEQs to work at all.
Reply With Quote
  #2  
Old 10-10-2004, 05:52 PM
Malignus Wingnut
Hill Giant
 
Join Date: Sep 2004
Posts: 233
Default

In order for ANY database to be compatible with 5.9 DR2 you need to source:

aa.sql
aa_levels.sql
aa_timers.sql
altadv_vars.sql
ZONECFG.sql

All of which can be obtained on sourceforge from the cvs repository.
Reply With Quote
  #3  
Old 10-10-2004, 08:52 PM
maveren
Sarnak
 
Join Date: Sep 2004
Location: Wisconsin
Posts: 72
Default

peq still errors
whats does peq offer other than some items over the barebones?
Reply With Quote
  #4  
Old 10-11-2004, 01:07 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Live pathing, Live spawns, Live mob stats. Pretty much everything. There's nothing wrong with PEQ database, it boils down to operator error. They made changes to the server, thus requiring .sql files, we have no control over what they change to the db with the new releases. That is the developer's.
Reply With Quote
  #5  
Old 10-11-2004, 04:39 PM
maveren
Sarnak
 
Join Date: Sep 2004
Location: Wisconsin
Posts: 72
Default

i havent seen any mobs yet and explored a few old world zones. am i missing some commands when i first set up the classid db?
Reply With Quote
  #6  
Old 10-11-2004, 05:52 PM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Nope. u didnt do it right then. You source it in. then source in the aa .sql's etc. And you are done. He already posted it above

Quote:
aa.sql
aa_levels.sql
aa_timers.sql
altadv_vars.sql
ZONECFG.sql
Reply With Quote
  #7  
Old 10-11-2004, 07:49 PM
maveren
Sarnak
 
Join Date: Sep 2004
Location: Wisconsin
Posts: 72
Default

alright dit them in that exact order:
create database eq
use eq
source peq_classic_058.sql
source aa.sql
source AA_levels.sql
source aa_timers.sql (gives table already exist error, nothing is sourced)
source altadv_vars.sql
source zonecfg.sql (gives alot of duplicate column errors, then alot of Query OK 0 rows affected.)

Running World and Boot5 dont show any errors.
Gets through character select screen.
But when autobooting zone the client hangs.

5.9-DR2, Complete Client to Live patch.

I can get it to run the barebones.sql sourced to peq's but no NPCs show up in game unless i #spawn them.
Reply With Quote
  #8  
Old 10-12-2004, 12:33 AM
Arcane
Sarnak
 
Join Date: Sep 2004
Location: Shreveport, LA
Posts: 81
Default

Try sourcing the barebones first, then PEQ, if you do it the other way around it sounds like you are undoing all the done stuff in the database. That doesn't sound right because you should get errors about this that and the other already existing right?
__________________
Echoes of the past lend themselves to the future (c) The Realms of Faust, 2001-2004 http://FaustRealms.servegame.com
Reply With Quote
  #9  
Old 10-12-2004, 01:06 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

aye barebones wipes the db and makes it fresh.... so using it after peq simply deleted everything lol.
Reply With Quote
  #10  
Old 10-12-2004, 01:53 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

Quote:
alright dit them in that exact order:
create database eq
use eq
source peq_classic_058.sql
source aa.sql
source AA_levels.sql
source aa_timers.sql (gives table already exist error, nothing is sourced)
source altadv_vars.sql
source zonecfg.sql (gives alot of duplicate column errors, then alot of Query OK 0 rows affected.)

Running World and Boot5 dont show any errors.
Gets through character select screen.
But when autobooting zone the client hangs.
Actually, I believe his error is causes by an incorrect Boot5zones.bat file. (assuming he did exactly as he stated above) Note that in the above, zonecfg.sql is not needed since it is already source into that database.

maveren: could you paste your boot5zones.bat?
__________________
Lethal Encounter
Reply With Quote
  #11  
Old 10-12-2004, 03:05 AM
finwe
Sarnak
 
Join Date: Oct 2004
Posts: 42
Default

where can i find barebones.sql??? tks
Reply With Quote
  #12  
Old 10-12-2004, 03:17 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

read the global announcement at the top of your screen.
__________________
Lethal Encounter
Reply With Quote
  #13  
Old 10-12-2004, 09:12 PM
maveren
Sarnak
 
Join Date: Sep 2004
Location: Wisconsin
Posts: 72
Default

@echo off

set INTERNAL_IP=192.168.0.2

if NOT exist spells_en.txt goto NOSPELL

for /f "tokens=1-6 usebackq delims=:. " %%a in (`ipconfig ^| find "IP" ^| find "ress" ^| find /v "0.0.0.0" ^| find /v "localhost"`) do set EXTERNAL_IP=%%66.%%94.%%XXX.%%XXX
echo External ip for this system is %66.94.XXX.XXX, internal is localhost

start zone . 66.94.XXX.XXX 7995 localhost
start zone . 66.94.XXX.XXX 7996 localhost
start zone . 66.94.XXX.XXX 7997 localhost
start zone . 66.94.XXX.XXX 7998 localhost
start zone . 66.94.XXX.XXX 7999 localhost

exit
cls

:NOSPELL
echo Copy spells_en.txt into that directory !
Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.9-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction list
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 166 commands loaded
[Status] Entering Sleep mode
Connected to worldserver: localhost:9000
Reply With Quote
  #14  
Old 10-12-2004, 11:39 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Maveren, I recognize this boot5zones, its partially the one i submitted a few days ago. Tho, the way you modified it is... mmmh... inadequate.
You'd better use the boot5zones that comes with every eqemu package.
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #15  
Old 10-13-2004, 01:11 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Yep. 99% chance thats your problem. Not a database issue.
Reply With Quote
Reply


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 07:16 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3