Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

Reply
 
Thread Tools Display Modes
  #1  
Old 10-06-2008, 09:36 AM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

After I built the current SVN and ran my script to create the proper symlinks in my server directory, I noticed that cleanipc does not automatically build in the current svn revision. I had to maunally go into the utils directory and run make to build it.

cleanipc is still needed for a clean server shutdown correct?
Reply With Quote
  #2  
Old 10-06-2008, 12:19 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

cleanipc is required, that was my mistake. I'll re-add it. (I don't ever build it anymore because it hasn't changed in years)
Reply With Quote
  #3  
Old 10-06-2008, 12:26 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

Thanks cavedude, I also noticed that on the peq changelog it says rev 52 and peq db 1029d

I just built svn rev 52 but when I pulled down the peq db from cvs to update my db I only got rev 1029c. Does rev 52 require 1029d or can I wait until you commit it to cvs? I have not had a chance to log onto my server to test yet but it seems to have started up fine.
Reply With Quote
  #4  
Old 10-06-2008, 01:40 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

1029d is just some content changes (mostly potimeb) I'll be committing it today after I get more of the bosses done. You can use 1029c with Rev 52 just fine. Make sure you update your Titanium conf file!
Reply With Quote
  #5  
Old 10-06-2008, 01:50 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

I always use the latest server files from the source by sym-linking the changing files from the server directory to my build directory:

I have one script for each build type. ie install_bots , install_nobots, install_svn:

here is my svn script:

Code:
#!/bin/bash

#Create server symlinks

ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/utils/defaults/* .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/utils/patch_* .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/utils/cleanipc .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/world/world .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/EMuShareMem/libEMuShareMem.so .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/eqlaunch/eqlaunch .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/zone/zone .
I have these scripts located in my server directroy. Oh yah, and the delete script that I run before I run the install script:

Code:
#!/bin/bash

#Cleanup old symlinks

rm cleanipc commands.pl eqemu_config.xml.full eqlaunch libEMuShareMem.so log.ini logs mime.types patch_* plugin.pl templates world worldui worldui.pl zone
The only things that stay static in my server directory are the quests, maps, xml files, spell files and the start - stop - persist world scripts.
Reply With Quote
  #6  
Old 10-06-2008, 07:36 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

Hmm, seems I am unable to get past character select. I have tried now on rev's 52 and 57 with peq_1029c.
Reply With Quote
  #7  
Old 10-07-2008, 01:01 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

I belive my issue is DB related. Seems there are a few extra tables when upgrading from 1029 to 1029c, and these tables are not added when you load the peq-db.sql file. Looks like they are load_player.sql tables. One of these in particular is group_id.

What is the cleanest way to update an old db with characters and accounts to the new 1029c? Just add the missing tables, and append the new variables, rule_values and commands?

I take it new variables, rule_values, and commands are always located at the end of the .sql files? This way I can just look at the end of the file and add everything that comes after the last entry I have in my db?

Thanks
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 03:49 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