summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xathena-start72
-rw-r--r--changechase.diff36
-rwxr-xr-xdebug-start72
-rw-r--r--galimatia.jpgbin41719 -> 0 bytes
5 files changed, 1 insertions, 180 deletions
diff --git a/.gitignore b/.gitignore
index d00cfb7c..f8339302 100644
--- a/.gitignore
+++ b/.gitignore
@@ -123,3 +123,4 @@ Thumbs.db
# auto created configs
conf/channels.conf
npc/commands/motd-debug-text.txt
+*.diff
diff --git a/athena-start b/athena-start
deleted file mode 100755
index eb3dbdf5..00000000
--- a/athena-start
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/bin/sh
-# athena starting script by rowla
-# modified by shazeya@syafi.com (NL101541)
-
-PATH=./:$PATH
-
-L_SRV=login-server
-C_SRV=char-server
-M_SRV=map-server
-
-print_start() {
-# more << EOF
-echo "Athena Starting..."
-echo " (c) 2003 Athena Project"
-echo " modified by shazeya@syafi.com"
-echo ""
-#echo "Debug informations will appear,"
-#echo "since this is a test release."
-#echo ""
-echo "checking..."
-#EOF
-}
-
-check_files() {
-
- for i in ${L_SRV} ${C_SRV} ${M_SRV}
- do
- if [ ! -f ./$i ]; then
- echo "$i does not exist, or can't run."
- echo "Stop. Check your compile."
- exit 1;
- fi
- done
-
-# more << EOF
-echo "Check complete."
-echo "Looks good, a nice Athena!"
-#EOF
-}
-
-
-case $1 in
- 'start')
- print_start
- check_files
-
- exec ./${L_SRV}&
- echo $! > .${L_SRV}.pid
- exec ./${C_SRV}&
- echo $! > .${C_SRV}.pid
- exec ./${M_SRV}&
- echo $! > .${M_SRV}.pid
-
- echo "Now Started Athena."
-;;
- 'stop')
- for i in .${L_SRV}.pid .${C_SRV}.pid .${M_SRV}.pid
- do
- if [ -e ./$i ]; then
- kill $(cat $i)
- rm $i
- fi
- done
-;;
- 'restart')
- $0 stop
- $0 start
-;;
- *)
- echo "Usage: athena-start { start | stop | restart }"
-;;
-esac
diff --git a/changechase.diff b/changechase.diff
deleted file mode 100644
index 1ef1575c..00000000
--- a/changechase.diff
+++ /dev/null
@@ -1,36 +0,0 @@
-1002:Piou
-1003:Piousse
-1007:Little Blub
-1010:Crocotree
-1011:Plushroom Field
-1012:Frostiana
-1013:Pikpik
-1014:CroconutMob
-1017:Manana Tree
-1019:PumpkinMob
-1021:Dummy
-1033:Clover Patch
-1034:Pink Flower
-1036:Mauve Plant
-1037:Alizarin Plant
-1038:Gamboge Plant
-1039:Cobalt Plant
-1045:Diamond Vein
-1046:Gold Vein
-1047:Iron Vein
-1048:Coal Vein
-1051:Ruby Vein
-1052:Emerald Vein
-1053:Sapphire Vein
-1054:Topaz Vein
-1055:Amethyst Vein
-1056:Beehive
-1059:Yellow Tulip
-1060:Yellow Rose
-1061:Blue Rose
-1062:Red Rose
-1069:Gem Veinbloc
-1070:Gold Veinbloc
-1071:Coal Veinbloc
-1105:Thief Slime
-1107:Burning Dummy
diff --git a/debug-start b/debug-start
deleted file mode 100755
index 5438cb0f..00000000
--- a/debug-start
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/bin/sh
-# athena starting script by rowla
-# modified by shazeya@syafi.com (NL101541)
-
-PATH=./:$PATH
-
-L_SRV=login-server
-C_SRV=char-server
-M_SRV=map-server
-
-print_start() {
-# more << EOF
-echo "Athena Starting..."
-echo " (c) 2003 Athena Project"
-echo " modified by shazeya@syafi.com"
-echo ""
-#echo "Debug informations will appear,"
-#echo "since this is a test release."
-#echo ""
-echo "checking..."
-#EOF
-}
-
-check_files() {
-
- for i in ${L_SRV} ${C_SRV} ${M_SRV}
- do
- if [ ! -f ./$i ]; then
- echo "$i does not exist, or can't run."
- echo "Stop. Check your compile."
- exit 1;
- fi
- done
-
-# more << EOF
-echo "Check complete."
-echo "Looks good, a nice Athena!"
-#EOF
-}
-
-
-case $1 in
- 'start')
- print_start
- check_files
-
- exec ./${L_SRV} 2>${L_SRV}.log &
- echo $! > .${L_SRV}.pid
- exec ./${C_SRV} 2>${C_SRV}.log &
- echo $! > .${C_SRV}.pid
- exec ./${M_SRV} 2>${M_SRV}.log &
- echo $! > .${M_SRV}.pid
-
- echo "Now Started Athena."
-;;
- 'stop')
- for i in .${L_SRV}.pid .${C_SRV}.pid .${M_SRV}.pid
- do
- if [ -e ./$i ]; then
- kill $(cat $i)
- rm $i
- fi
- done
-;;
- 'restart')
- $0 stop
- $0 start
-;;
- *)
- echo "Usage: athena-start { start | stop | restart }"
-;;
-esac
diff --git a/galimatia.jpg b/galimatia.jpg
deleted file mode 100644
index 59bb45c6..00000000
--- a/galimatia.jpg
+++ /dev/null
Binary files differ