I am new to the server and my server to put online but my question is how I can create accounts for others and where I have to put the command and if someone can tell me some command ... Thank you very much!
he has already told you how to setup hamachi just have them connect to your hamachi room (Even though they are same LAN as you) then make sure their launcher.bat is setQuote:
I was able to walk my server .. but I can help I have a
problem is that my friends via lan can not connect
the server I have to do? thank you very much!
@echo off @title Rappelz Launcher rem ============== You can edit this part ============== @set ip=YOUR HAMACHI IP HERE @set country=US rem ==================================================== @IF NOT EXIST SFrame.exe goto error @set text=Client on IP : YOUR HAMACHI IP HERE @set state=Set @set task= @set task2= :inc @color b @echo ////////////////////////////////// @echo //// Rappelz Launcher ///// @echo ////////////////////////////////// @echo. @echo ================================================================================ @echo. @echo %state% %text% %task% %task2% @echo. @pause @set state=Launching @set task=SFrame.exe /auth_ip:YOUR HAMACHI IP HERE /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