Rappelz Server
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Prob with .bat file....PLSS HELP!!!

2 posters

Go down

Prob with .bat file....PLSS HELP!!! Empty Prob with .bat file....PLSS HELP!!!

Post  bubu007 Thu Jul 21, 2011 12:01 pm

In my bat file is this (SFrame.exe /auth_ip:79.119.232.163 /locale:ASCII /country:country /cash /commercial_shop /help_url_w:620 /help_url_h:633) and when i try to open the game it's saying this (Fontfile not found)

PLSS HELP... pale pale pale pale pale

bubu007

Posts : 1
Join date : 2011-07-21

Back to top Go down

Prob with .bat file....PLSS HELP!!! Empty Re: Prob with .bat file....PLSS HELP!!!

Post  w2lf Thu Jul 21, 2011 2:50 pm

Well i have it this way.

Code:
start Sframe.exe /auth_ip:192.168.x.x /locale:ASCII /country:US /cash /commercial_shop

and this one also works but i like the first one more (its smaller XD)

Code:
@echo off
@title Rappelz Launcher
rem ============== You can edit this part ==============
@set ip="192.168.x.x"
@set country=US
rem ====================================================
@IF NOT EXIST SFrame.exe goto error
@set text=Client on IP : "192.168.x.x"
@set state=Set
@set task=
@set task2=
:inc
@color c
@echo          //////////////////////////////////
@echo          ////    Rappelz Launcher    /////
@echo        //////////////////////////////////
@echo.
@echo ================================================================================
@echo.
@echo %state% %text%
%task%
%task2%
@echo.
@pause
@set state=Launching
@set task=SFrame.exe /auth_ip:"192.168.x.x" /locale:ASCII /country:%country% /cash /commercial_shop /help_url_w:620 /help_url_h:633
@set task2=goto end
@title %state% %text%
@cls
@goto inc
:error
@title Error ! Rappelz Launcher
@color c
@echo Error! Please make sure that the launcher is in Rappelz directory!
pause
goto end
:end
rem Emptying Variables
@set text=
@set state=
@set task=
exit
w2lf
w2lf

Posts : 34
Join date : 2011-07-14
Age : 31
Location : Greece

http://www.w2lf.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum