Welcome!

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!

Solaxia Errors in Compiling

Initiate Mage
Joined
Mar 4, 2015
Messages
4
Reaction score
0
So I've basically been encountering these compilation errors attached in image. Any help would be appreciated. The loginhandler.java is identical to the one in Moople, so I'm not sure why this would be causing an error. I will attach the files if necessary to look at - I have not changed them from what was included in the Solaxia source.

Thanks in advance. errornetbeans - Solaxia Errors in Compiling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
idk man, i wonder. it even tells you the errors. you have a private method you're trying to access, make it public. you are using >= on idk what getMedalProgress is, but considering it says bad operand type you may be comparing a string or even list of integers for all i know.
 
Upvote 0
Back
Top