Frank - 2010-09-10

Hi everybody,
far too many people asked me how to run Smart Travian Bot on a Mac.. now here is the HowTo:

1 Step
-open start-bot.sh with Jedit or any other editor tool
-delete everything
-copy the following code in your file and save it

1
2
3
#!/bin/sh
cd `dirname $BASH_SOURCE`
java -jar lib/stbot.jar config.xml

2 Step
-rightclick on the file (start-bot.sh) and click Informations
-now you must change Name & Suffix to start-bot.sh.command

Now you can launch Smart Travian Bot with a simple double-click onto start-bot.sh .
Thants it.

Best regards
meTzGer