Launch bat, launch world?

Newbie Spellweaver
Joined
Nov 3, 2012
Messages
19
Reaction score
0
http://forum.ragezone.com/f427/source-v117-v116-sourcedev-revision-888595/

i am using this source but it doesnt contain launch server bat or other bats

it just contains a "launch.bat" which does not work

@echo off
@title CiphraDEV v116
set CLASSPATH=.;dist\*
java -client -Dnet.sf.odinms.wzpath=wz server.Start
pause


what do i do how i get the other bats? i just want to connect to my own localhost for my own private server not for others.

any help?
 
You don't need the others. Double click and run launch.bat then post the error it gives you. As far as I know the code you posted earlier is the actual code to run the .bat, not the errors.
 
Upvote 0
Back