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!)

Newbie Spellweaver
Joined
Jun 18, 2017
Messages
9
Reaction score
1
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...

You need to insert your account into rz_accountdb_test. I saw same tables and functions in rz_gamedb_test but I think these are existing for no reasons.
 
Last edited:
Newbie Spellweaver
Joined
Sep 1, 2012
Messages
31
Reaction score
1
You need to insert your account into rz_accountdb_test. I saw same tables and functions in rz_gamedb_test but I think these are existing for no reasons.

My credentials are in the DB, both game and account db by the way, i used the account_insert procedure to ensure everything is ok
What seems unrealistic is the lack of understandable logs in their server / client ...
 
Newbie Spellweaver
Joined
Jun 18, 2017
Messages
9
Reaction score
1
My credentials are in the DB, both game and account db by the way, i used the account_insert procedure to ensure everything is ok
What seems unrealistic is the lack of understandable logs in their server / client ...

Look for LDBTaskLogin::Completer::CheckError() and delete password comparison.
If I'm right, this is comparing the SHA-1 hashed password and the plain text password.
 
Newbie Spellweaver
Joined
Sep 1, 2012
Messages
31
Reaction score
1
Look for LDBTaskLogin::Completer::CheckError() and delete password comparison.
If I'm right, this is comparing the SHA-1 hashed password and the plain text password.

Got it working, but i have no idea how ....
I start my debugs now, thanks for your help ! :)
 
Initiate Mage
Joined
Aug 16, 2017
Messages
2
Reaction score
0
hello guys, i need some help please



when build and launch LoginServer i get this error for no reason.
- using SecretsOThePast Source code
- FIXED
 
Last edited:
Newbie Spellweaver
Joined
Jan 11, 2016
Messages
20
Reaction score
11
Hi
I was trying to compile gameserver but got this warnings
SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums



Someone knows how I fix it?
 
Initiate Mage
Joined
Dec 28, 2015
Messages
1
Reaction score
0
excuse me, I want a completed file or video tutorial or tutorial.
 
Newbie Spellweaver
Joined
Sep 24, 2006
Messages
54
Reaction score
13
I'm not understanding why I keep getting "can't create Teress_Plain_mask0.dds alpha map" and the map is completely invisible. Anyone had this issue?
 
Newbie Spellweaver
Joined
Sep 24, 2006
Messages
54
Reaction score
13
Cool, thanks. Is there a workaround for now? I see the problem, just wanting to make sure everything is working right before messing with the source too much. SOIL seems to be the best option since it's already configured.
 
Initiate Mage
Joined
Feb 26, 2019
Messages
4
Reaction score
1
Still someone working on Raiderz or all people gone in 2019 ? Im missing the PhysX.vc8.lib for the client app sadly, if I remove the dependency the client compiles but when I start it, it closes right after >.<

Tried:
Hope.exe login UserName Pass IP

via console but ye ...

It appears that I need to get this client working since I cant connect to the server with NA alpha client.
Basically it lets me enter my data, then I get into the world select which lists my worlds but then it sais "cant connect to the server"
Hmm >.<
 
Last edited:
Newbie Spellweaver
Joined
Nov 30, 2013
Messages
36
Reaction score
7
Still someone working on Raiderz or all people gone in 2019 ? Im missing the PhysX.vc8.lib for the client app sadly, if I remove the dependency the client compiles but when I start it, it closes right after >.<
Tried:
Hope.exe login UserName Pass IP

via console but ye ...
It appears that I need to get this client working since I cant connect to the server with NA alpha client.
Basically it lets me enter my data, then I get into the world select which lists my worlds but then it sais "cant connect to the server"
Hmm >.<



I'm working on it whenever I can, its closing game problem is not and lib can remove itThe client alpha exe can not work with some fabrics and particles so it is closing.
 
Initiate Mage
Joined
Feb 26, 2019
Messages
4
Reaction score
1
I'm working on it whenever I can, its closing game problem is not and lib can remove itThe client alpha exe can not work with some fabrics and particles so it is closing.

Oh forgot this thread because no one replied so long xD
I managed to setup the project and a server, now I have to fix missing textures (item_sort.tga etc), the moa quest and other small issues :) and I noticed the velixian tool doesnt work on newer game files and I didnt find a newer version which supports it, so I gues I need to fix that too somewhen - too much todo haha :D
 
Back
Top