Vali
Members-
Content Count
15 -
Joined
-
Last visited
About Vali
-
Rank
Member
Contact Methods
-
Website URL
http://www.falukdevelop.com
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
15572 profile views
-
For linux GDB is implemented. http://herc.ws/wiki/GDB I'm waiting to rathena to be back again to see the changeset.
-
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
-
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
-
Some of them http://www.mmnt.net/db/0/50/222.122.19.61/Patch/ Edit, not working, login error.
-
Maybe is possible start a branch with extern c {} to start changing the code slowly while we still can get updates.
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Vali replied to Shakto's topic in Client-Side Releases
@M45T3R Yes, is for the client launcher. @MStream If you need some help (That I don't think so), send me a PM.- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Vali replied to Shakto's topic in Client-Side Releases
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();}- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
Welcome to Hercules!
-
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.
-
kurorolucifer reacted to an answer to a question: R>Server files Renewal 100percent Working and RagEXE.
-
R>Server files Renewal 100percent Working and RagEXE.
Vali replied to kurorolucifer's question in Client-Side Requests
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 -
Hello Yommy & Beret & Judas & Hemagx & Michieru & M45T3R & Virtue. I am Vali.
-
Keep it, can be useful for the role-playing servers.