So the first attempt I had to make a server worked, except for I wanted bots, but they had negative hp on UF client or millions of hp on titanium client. I tried to change the bot.cpp to fix this, and I ended up with numerous errors and it never fixed until I eventually logged on and had nothing but red text when I had bots out.
I then attempted several times uninstalling and reinstalling everything (and changing the bot.cpp) before I compiled. And it took maybe 15-20 attempts to finally get 1 that had no failures and the server would start and let me log on.
The server loads and starts up, but this pops up on World.exe
Code:
MySQL path not found, please add the path for automatic database upgrading to continue...
I read on other posts that this has to do with the PATH and potentially due to having the old PATH variable still in there.
My previous server that did not work my PATH was:
C:\Perl\site\bin;C:\Perl\bin;C:\xampp\mysql\bin;C: \Program Files\TortoiseSVN\bin
My current server that works (but has this message) is the exact same:
C:\Perl\site\bin;C:\Perl\bin;C:\xampp\mysql\bin;C: \Program Files\TortoiseSVN\bin
As of right now I have not had any issues on the server, but I assume eventually I may if I have to manually update every time an update is needed. (I pretty much just followed the tutorial- no real understanding of coding or anything else etc.)
Any help would be appreciated.