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!

NovaRank Cracked, Ranking PVP with chat ingame

Newbie Spellweaver
Joined
Apr 27, 2014
Messages
99
Reaction score
1
You cant says is cracked because it has never been licenced since i using it for more than 3 years by now. same with Trivia... same with his PinCash, Panel, Etc.. no1 is licenced so all u did was just zip and post.. and get the db is easier just run it and it create the db :blink:
 
Junior Spellweaver
Joined
Sep 12, 2008
Messages
100
Reaction score
35


Open source, compile and run yourself, you can audit the code if you want.

The API required can be found here too.




thank you so much for sharing, it will help me a lot!
 
Junior Spellweaver
Joined
Sep 12, 2008
Messages
100
Reaction score
35


Open source, compile and run yourself, you can audit the code if you want.

The API required can be found here too.


I'm using the compiled version of your github, but I get these errors when someone is killed in the game, do you know how I can solve it?

I added the mysql tables, I configured the database.xml and settings.cfg files. I'm using java 7 as it was on github on centos 7

in thread "Thread-1" java.lang.NullPointerException
bash: erro de sintaxe próximo do `token' não esperado `in'
at net.bwplay.controllers.RankController.RegisterCharacter(RankControlle r.java:162)
bash: erro de sintaxe próximo do `token' não esperado `('
at net.bwplay.controllers.RankController.UpdateUserData(RankController.j ava:138)
bash: erro de sintaxe próximo do `token' não esperado `('
at net.bwplay.controllers.RankController.run(RankController.java:90)
bash: erro de sintaxe próximo do `token' não esperado `('
at java.lang.Thread.run(Thread.java:748)
bash: erro de sintaxe próximo do `token' não esperado `('
RankController Restarted | to report issue
bash: Arquivo ou diretório não encontrado
bash: RankController: comando não encontrado
Start of Rank Controller
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,166
I'm using the compiled version of your github, but I get these errors when someone is killed in the game, do you know how I can solve it?

I added the mysql tables, I configured the database.xml and settings.cfg files. I'm using java 7 as it was on github on centos 7
it seems the api is not working properly
 
Back
Top