Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nex

Pages: [1]
1
Guides / Running The Downloadable Client
« on: October 11, 2011, 08:54:06 am »
Here is what you need to do to make it run..

  • Open Notepad
  • Copy the code, which is quoted into the file.
  • Save as 'Run.Bat'
  • Then put in same folder as the client.
  • Play!

Quote
@echo off
title Rev' Client Loader - Loading
color 0a

:start
echo.
echo -
echo Rev' Client Loader Starting up...
echo -
if exist "%HOMEDRIVE%\Program Files (x86)"  goto x64
goto x86


:x64
title  Rev' Client Loader (x64) - Loader
echo Auto-Detected 64-bit (x64) System
echo -
echo -
echo.
"%HOMEDRIVE%/Program Files (x86)/Java/jre6/bin/java.exe" -Xmx1000m -jar HD.jar
exit


:x86
title  Rev' Client Loader (x86) - Loader
echo Auto-Detected 32-bit (x86) System
echo -
echo -
echo.
"%HOMEDRIVE%/Program Files/Java/jre6/bin/java.exe" -Xmx1000m -jar HD.jar
pause

2
Suggestions / Re: NEW MINIGAME! ARTHUR MUST READ.
« on: October 11, 2011, 08:48:15 am »
Its not that hard to code. So yeah, they should put this in :)

+1

3
Suggestions / Re: Downloadable Client?
« on: October 11, 2011, 08:47:18 am »
There is a downloadable client at RUNELOCUS

HERE IS LINK ... if you would look or read.. no hard feelings but for real lol

http://up.ht/oZwdQx

Let Cache finish downloading to 100%
Then Log In xD

Alright. Calm Down, douche bag.

4
Suggestions / Downloadable Client?
« on: October 10, 2011, 12:43:06 pm »
Will there be a downloadable client coming out?
If not i would be willing to help you code it :)

Pages: [1]