Jump to content

Vali

Members
  • Content Count

    15
  • Joined

  • Last visited

Posts posted by Vali


  1. First we need to start the project and have something working. I will come back next week from my vacations and we will start working. We will discuss if release the source at the end of the project.

     

    ~Vali


  2. Update:

     Since many have issues with adopting .NET ( Either due to laziness or unsupported OS - Sad to see many are still using versions below WinXP SP3). I have decided to discontinue ROLeX in its current state.

     

    Instead I am planning to rebuild it from scratch (Well sort of) using the QT framework & C++ with my Co-Conspirator - Vali

    I would like to know everyone's thoughts on this before proceeding.

     

    FYI: QT Framework is known to work only from WinXP onwards (So it might have issues with older version of Windows).

     

    Look mom!! I'm in Hercules!!

     

    Well, I'm at least very excited with the new peoject and will include some other things, not only a launcher. :3


  3. A bigger sugestion would be to make a server patcher like thor or other, and if the patch i done, you can enter your log pass but it's big :D

    A kind of all in one, and integrate the code of rsu patcher in the code of your launcher

    +1 :P


  4. Awesome tool!!!

     

    OFFTOPIC:

     


    2) About auto-closing : There is only 1 problem we are not using old login screen anymore we are using launchers.
    One possible mechanism would be for the launcher to start the client then go to background and if the client gets closed off the launcher returns to normal so you can just press login again.

     

    Get the process exit code and check. We should need if the wrong login exit code is different from the one from exit in normal way (shuld be different):

     

    using System.Diagnostics;ProcessStartInfo start = new ProcessStartInfo();// Enter in the command line arguments, everything you would enter after the executable name itselfstart.Arguments = arguments; start.FileName = "RagexeRE.exe";// Run the external process & wait for it to finishusing (Process proc = Process.Start(start)){     proc.WaitForExit();     // Retrieve the app's exit code     exitCode = proc.ExitCode;     if(exitCode == 0)          Application.Exit();}

  5. Looks like the rAID is destroyed. Lesson of the day: Have backups. All of the rAthena data is gone (because if I remember correctly, all their backups lived on the same box (maybe different VM)). 

     

    Another lesson: Don't leave people who don't know how to run a server of any kind in charge of it.

     

    Create an automatized program to create backups and upload/move them to other server (using ftp for example). Create a local program in your personal computer that connects to the ftp server periodically and downloads the backups.

     

    Learned the first time I got a very big problem in my first and last server... easy to do and you will have 2 backups automatically without a lot of work.

     

    I hope that rathena got all the info back. Is a very good source to get information from.


  6. PLEASE HELP. I WANT TO TEST CHARACTERS on OFFLINE SERVER

     And please... don't shout. >__<

     

    http://www.appservnetwork.com/ to install sql and phpmyadmin to manage the files.

     

    http://herc.ws/board/topic/152-obtaining-hercules/?hl=obtaining to obtain the Hercules source

     

    About the exe... that depends on yourself, maybe other person can help you.

     

    NOTE: This is considering that you are using Windows.

     

    ~Vali

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.