[help] Frost walk City

Re: Frost walk City

yeah great idea!....But wait! I cant find it there!

#!/bin/sh

PW_PATH=/home

if [ ! -d $PW_PATH/logs ]; then
mkdir $PW_PATH/logs
fi

echo "=== IWEB AND ROLE MANAGEMENT ==="
/usr/local/jakarta-tomcat-5.5.9/bin/startup.sh
sleep 5
echo "=== DONE! ==="
echo ""

echo "=== LOGSERVICE ==="
cd $PW_PATH/logservice; ./logservice logservice.conf >$PW_PATH/logs/logservice.log &
sleep 2
echo "=== DONE! ==="
echo ""
echo "=== UNIQUENAMED ==="
cd $PW_PATH/uniquenamed; ./uniquenamed gamesys.conf >$PW_PATH/logs/uniquenamed.log &
sleep 3
echo "=== DONE! ==="
echo ""
echo "=== AUTH ==="
#cd $PW_PATH/authd/build/; ./authd &
cd $PW_PATH/auth; ./authd &
sleep 20
echo "=== DONE! ==="
echo ""
echo "=== GAMEDBD ==="
cd $PW_PATH/gamedbd; ./gamedbd gamesys.conf >$PW_PATH/logs/gamedbd.log &
sleep 5
echo "=== DONE! ==="
echo ""
echo "=== GACD ==="
cd $PW_PATH/gacd; ./gacd gamesys.conf >$PW_PATH/logs/gacd.log &
sleep 5
echo "=== DONE! ==="
echo ""
echo "=== GFACTIOND ==="
cd $PW_PATH/gfactiond; ./gfactiond gamesys.conf >$PW_PATH/logs/gfactiond.log &
sleep 5
echo "=== DONE! ==="
echo ""
echo "=== GDELIVERYD ==="
cd $PW_PATH/gdeliveryd; ./gdeliveryd gamesys.conf >$PW_PATH/logs/gdeliveryd.log &
sleep 5
echo "=== DONE! ==="
echo ""
echo "=== GLINKD ==="
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 1 >$PW_PATH/logs/glink.log &
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 2 >$PW_PATH/logs/glink2.log &
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 3 >$PW_PATH/logs/glink3.log &
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 4 >$PW_PATH/logs/glink4.log &
sleep 8
echo "=== DONE! ==="
echo ""
echo "=== MAIN WORLD ==="
cd $PW_PATH/gamed; ./gs gs01 >$PW_PATH/logs/game1.log &
sleep 70
echo "=== DONE! ==="
echo ""
echo "=== OTHER WORLD ==="

# ./gs arena01 >$PW_PATH/logs/game_all.log &
# sleep 10
# echo "=== ARENA1 DONE! ==="
# echo ""
# ./gs arena02 >$PW_PATH/logs/game_all.log &
# sleep 10
# echo "=== ARENA2 DONE! ==="
# echo ""
# ./gs arena03 >$PW_PATH/logs/game_all.log &
# sleep 10
# echo "=== ARENA3 DONE! ==="
# echo ""
# ./gs arena04 >$PW_PATH/logs/game_all.log &
# sleep 10
# echo "=== ARENA4 DONE! ==="
# echo ""

# ./gs is01 >$PW_PATH/logs/game_all.log &
# sleep 20
# echo "=== Netherbeast City / Dark Beast City DONE! ==="
# echo ""
# ./gs is02 >$PW_PATH/logs/game_all.log &
# sleep 20
# echo "=== Heroes Tomb / Hero
 
Re: Frost walk City

frost walking is called ultimate destination on the script
 
Does anyone can share the working map folder, cuz i can`t enter in the dungeon i need working files, and if you have working files of a25 and a27... Tnx in advance.
 
I don't think anyone has a working Frost Walking that works, without being a jackass and wanting money for it.

Funny how people try to capitalize off something acquired for free...must be a cultural thing, o well.

Here's the a25 and a27 a28 and a29 from the packs I've found.

- a25
- a27 a28 and a29
 
  • Like
Reactions: 343
Tnx for sharing, but still doesn`t work for me .. I don`t know what is the problem, or maybe I`m not doing good, maybe someone can tell how can i replace the old files with this ones ? Some hints, or maybe my gs.conf file is bad, in Misty City (a25) I get stucked in the teleporters, and in Frost Walk (a29) I keep falling, and a 28 I don`t know what is it, and does anyone knows how to enter NetherBeast City ? Please some help, tnx in advance.
 
To replace files, I personally use HFS,

And then navigate to the folder you want (e.g. cd /home/gamed/config/a25) and type/copy from HFS -

wget

You can use zip to replace folders, just use "unzip filename". I'm sure there's an easier way, but this works for me.

For a25, try removing "no-fly" from the gs.conf file, for a25.

It should look like this ....

limit = allow-root;

Frost Walking is bugged, so I'm not sure what to do there. And for NetherBeast City is an event that takes place once a week, on Tuesday... If I remember correctly. Check the large dogs in town.

And to get the events to work correctly, you'll need to make sure the time on colinux and your host OS are the same.

to change the date...make sure you change the numbers to the right time.

type
date 062412052009

(month 06) (day 24) (hour 12) (minute 05) (year 2009) military time, so it goes up to 24

Here's an example.
 
I don't think anyone has a working Frost Walking that works, without being a jackass and wanting money for it.

Funny how people try to capitalize off something acquired for free...must be a cultural thing, o well.

Here's the a25 and a27 a28 and a29 from the packs I've found.

- a25
- a27 a28 and a29

hi soot, i've just download and quick test ur files (a27a28a29).
a27 - working good, as far as i know
a28 - not tested yet, my gs.conf don't have part of is28/a28 (any1 have it?)
a29 - better than the one i have (no monster), but it looks like the map is still buggy. monsters are correctly placed (i think)

well, it will be great if you can also share the is28/a28 part of your gs.conf, soot.
i'll try the a25 later...
 
Back