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!

[Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!)

Retired. Don't PM.
Developer
Joined
Jan 5, 2009
Messages
593
Reaction score
741
SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums


i already compiled but getting error??
how to fix it bro?

Get latest, there were some missing files which I added.
 
Newbie Spellweaver
Joined
Apr 1, 2015
Messages
72
Reaction score
6
compiling all the project in release build mode and I just get 2 succeeded
========== Build: 2 succeeded, 18 failed, 7 up-to-date, 0 skipped ==========

and more than 100 error about no lib or header directories, how about this guys?
SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 1, 2015
Messages
72
Reaction score
6
Yup. already using the Maiet sdk and still a lot of context have identifier undifined because no found any files from the header include specialy in the MPhysxDef.h , MPhysx.h and others like in the screen s
SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
☆Dying Dawn☆
Joined
Jan 30, 2012
Messages
971
Reaction score
727
Yup. already using the Maiet sdk and still a lot of context have identifier undifined because no found any files from the header include specialy in the MPhysxDef.h , MPhysx.h and others like in the screen s
u have to add the directories to the include section

SDK For those who need It :)
btw... somes directories and libs needed in this solution is missing on this sdk... example:
Code:
sdk/PhysX/v2.8.1/SDKs/Framework/include
sdk/newton
sdk/json/include

libs..
SpeedTreeRT.lib
lua5.1.lib
PMSConn.lib
so this make imposible to build all the data
I'm not very familiar with this src but want to try :p
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Man.... Christmas and new year party everywhere. I drunk like everyday and no one give a duck on work in those days lol. I'm pretty sure this thread will be updated in some days even from my side while I back to my PC

 
Newbie Spellweaver
Joined
Aug 2, 2015
Messages
11
Reaction score
0
It's not dead, Secrets is just dealing with a bit at the moment, but the github still exists if you wish to add commits
 
Newbie Spellweaver
Joined
Sep 1, 2012
Messages
31
Reaction score
1
Hey,

I compiled everything, but i can't manage to get an account in-game, i registered using the RZ_ACCOUNT_INSERT procedure (so my ID + PW are in the DB), but the game keeps telling me that the user doesn't exist.

Anyone knows why?

Thx
 
Newbie Spellweaver
Joined
Jun 18, 2017
Messages
9
Reaction score
1
Hey,

I compiled everything, but i can't manage to get an account in-game, i registered using the RZ_ACCOUNT_INSERT procedure (so my ID + PW are in the DB), but the game keeps telling me that the user doesn't exist.

Anyone knows why?

Thx

By seeing the SQL script on repo, a rz_account_insert() function ignores p_password parameter and all passwords will be set to 'blue'.
 
Newbie Spellweaver
Joined
Sep 1, 2012
Messages
31
Reaction score
1
By seeing the SQL script on repo, a rz_account_insert() function ignores p_password parameter and all passwords will be set to 'blue'.

Tested blue as password, didn't work either :/
Seems like he can't find my account, and there's no trace of a connexion attempt in the server log...
 
Back
Top