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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 07-06-2006, 11:05 AM
castlusion
Fire Beetle
 
Join Date: Jun 2006
Posts: 5
Default here is mine

Here is mine i just got it working on debian sarge
Code:
#!/bin/sh

case "$1" in
'start')
  echo "Starting EqEmu..."
  echo "  - starting world"
  ./world 2>&1 > logs/world &
  sleep 5
  ./zone  68.209.169.32 . 7791 192.168.0.100 2>&1 > logs/world &
  sleep 3
  ./zone  68.209.169.32 . 7792 192.168.0.100 2>&1 > logs/world &
  sleep 3
  ./zone  68.209.169.32 . 7793 192.168.0.100 2>&1 > logs/world &
  echo "  - starting zones"
  echo "... done";
  ;;
'stop')
  echo "Killing EqEmu...";
  killall world zone 2>/dev/null
  echo "... done"
  ;;
'restart')
  $0 stop
  sleep 1
  $0 start
  ;;
*)
echo "usage $0 start|stop|restart"
  ;;
esac
it is realy just a combation of what i found on boards and my own config ;')
Reply With Quote
 


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 04:13 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