Jump to content

Vali

Members
  • Content Count

    15
  • Joined

  • Last visited

1 Follower

About Vali

  • Rank
    Member

Contact Methods

  • Website URL
    http://www.falukdevelop.com

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

15481 profile views
  1. For linux GDB is implemented. http://herc.ws/wiki/GDB I'm waiting to rathena to be back again to see the changeset.
  2. 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
  3. 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
  4. Some of them http://www.mmnt.net/db/0/50/222.122.19.61/Patch/ Edit, not working, login error.
  5. Maybe is possible start a branch with extern c {} to start changing the code slowly while we still can get updates.
  6. @M45T3R Yes, is for the client launcher. @MStream If you need some help (That I don't think so), send me a PM.
  7. Awesome tool!!! OFFTOPIC: 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();}
  8. 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.
  9. 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
  10. Vali

    Yommy

    Hello Yommy & Beret & Judas & Hemagx & Michieru & M45T3R & Virtue. I am Vali.
  11. Keep it, can be useful for the role-playing servers.
×
×
  • Create New...

Important Information

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