Fix Phoenix server auto-run!
Hello! I have found the problem in the Phoenix server files, that messes up auto-run.. it's really not that hard, and I am sure tons of you have already found it, but this is for those that just can't seem to get it working. All you have to do is this:
1. Get Notepad++ or a similar program
2. Right-click Run Server.bat
3. Scroll all the way down to the bottom
4. Realize that instead of putting :RUNS they put :RNUS
5. Replace :RNUS with :RUNS
6. Be happy that your auto-run works.
I also had to make some ajustments, because of the fact that server.exe needs admin to run, and there is always a popup to run it.. I did some minor tweaks to fix that, also I had to change the 4 spots that direct to the server.exe and wserver.exe, for whatever reason...
Or you can just click both server.exe and wServer.exe