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

Development::Bug Reports Post detailed bug reports and what you would like to see next in the emu here.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-11-2007, 07:56 PM
number6
Sarnak
 
Join Date: Sep 2006
Posts: 62
Default

Better late than never, I just put this together for the 990 update. You put the script in the directory that your executables live, but you run it from the top level of your source directory (e.g. "EQEmu-0.7.0-990"). I call this "update-server", I also have a "restart-server" script which is the same with the three "cp" commands cut out.

Code:
#!/bin/sh

SERVER=/your/server/binaries
killall eqlaunch
sleep 6
killall -9 zone
sleep 1
killall world
sleep 6
cp zone/zone world/world eqlaunch/eqlaunch $SERVER
cp EMuShareMem/libEMuShareMem.so $SERVER
cp utils/*.conf utils/cleanipc $SERVER
cd $SERVER
./cleanipc
sleep 2
nohup ./world &
sleep 10
nohup ./eqlaunch zones &
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 11: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