added, wop! fixed again the lobby error :)
added, wop! fixed again the lobby error :)
Terzo, how you solved the Lobby Error?
And about the problem with Auth Publisher, how you solved?
You're able to run the server with the skills and shop work?
Im running a server with skills and items working, i dont have tryed to use the SHOP at time, i will try and post an update
Has anyone figured out how the binaryconverter works?
I have it but have no clue how it works.
Or the commands
nevermind x: (ignore this post)
Last edited by LuniaFreak; 06-04-11 at 11:35 AM.
When you guys are done. Could you please post a new thread (And possibly look at getting this games own section) with links partaining to all the fixes. I would like to test working files, and depending on that help further develop the game. Having to fix them again while someone else has allready done the deed is just retarded. Thanks.
Last edited by MadCatZA; 07-04-11 at 01:30 PM.
Hey Guys,
After fixing several errors in the Lobby, it seems to be unable to authorize properly. What am I doing wrong?
nevermind fixed it^^
Last edited by LuniaFreak; 07-04-11 at 03:06 PM.
I agree, because I know several guys who could fix some problems with the server, but never shared the solution.When you guys are done. Could you please post a new thread (And possibly look at getting this games own section) with links partaining to all the fixes. I would like to test working files, and depending on that help further develop the game. Having to fix them again while someone else has allready done the deed is just retarded. Thanks.
I get this problem too and I learned of other cases with the same error, but do not know the solution. We could be solving other problems and further contributing to the development of a private Lunia, but some guys who know how to solve this problem, are not sharing the resolution ...Hey Guys,
After fixing several errors in the Lobby, it seems to be unable to authorize properly. What am I doing wrong?
nevermind fixed it^^
Anyway, I have no time to test the server at the moment but if I can solve the problem, I'll post the solution.
Help me please
Error trying to enter the square.
help me with a server files because the server is corrupted this stage (stage / data / database). who could help me?
I'm working on a MySQL porting if anyone is interested (not tied to microsoft's SQL cr*p)
Posted via Mobile Device
help me, erro in logged square, post solution please
Robotox
Im interested, But in a different way.
Add me up
andirew_karate@Hotmail.com
Man, it's Robotex, not Robotox...
Anyway it won't be a fast task, as every query/stored procedure has to be translated into its corresponding mysql version
The mysql version would look something like this
Code:CREATE TABLE Connections (serverCode smallint NOT NULL, serverName varchar(50) NOT NULL, connectionCount int NOT NULL, lastUpdated timestamp NOT NULL); ALTER TABLE Connections CHANGE lastUpdated lastUpdated timestamp DEFAULT CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, DROP PRIMARY KEY, ADD PRIMARY KEY (serverCode, serverName); class DBOListSquareStatus extends DBProcedure { public function __construct() { parent::__construct(); $this->query = 'SELECT a.squareName, a.connectionCount, a.capacity, a.accessLevel FROM SquareStages AS a INNER JOIN StageServers AS b ON a.serverName = b.serverName ORDER BY a.squareName'; $this->ExecuteQuery(); } }
Last edited by Robotex; 10-04-11 at 07:50 AM.
erro fixed, tnx