I have ubuntu and i can run the file form the loader.jar file but it askes me to run from the run.bat
is there some trick i can do to run it in linux?
==============
Fixed, if you are using linux and want to run the download client make a run.sh file and copy paste this code inside:
#!/bin/bash
cd jar
java -Xmx256M -jar loader.jar -configurl http://www.runerebels.com/resources/config.agf
read