Most visitors online was 2783 , on 8 Sep 2023
Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!
Join Today!Right if anyone has moodlight problems search
[php case "@O": // Messenger - refresh friendlist[/php]
and replace it withPHP:case "@O": // Messenger - refresh friendlist { if (Messenger != null) sendData("@M" + Messenger.getUpdates()); // updates messenger sendData("Dj" + Encoding.encodeVL64(userManager.userCount) + Encoding.encodeVL64(roomManager.roomCount)); //spectaors bar if (_isOwner == false) // moodlight send return; string settingData = roomManager.moodlight.getSettings(_roomID); if (settingData != null) sendData("Em" + settingData); break; }
It s in you variables =] the first number is online count and the second is loaded rooms =]press any key.
how do you edit the spec bar ?
yup your right ^^im working on redoing the connection again due to the fact well the last on seems to suck ^^Mychem, I am wondering if your code can be improved? Now it opens the connection for every value of the catalogue for example?
Can't it be much better if it goes like this;
1. open connection
2. mysql query select * from catalogue
3. close connection
I think the server now does this (?):
1. open connection
2. Get value X from catalogue
3. close connection
4. repeat steps for all X untill X = Xmax
I am just guessing, but this seems the thing that is going on?
Hey Guys! The most problem is, the holodb file is too big