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!

RedStone server

Newbie Spellweaver
Joined
Sep 3, 2020
Messages
18
Reaction score
2
Has anyone solved a client error? I'm so sad that no one seems to be interested in this game.
 
Newbie Spellweaver
Joined
Nov 29, 2021
Messages
6
Reaction score
2
Oh,,, it seems to be work fine!

To resovle SPEED HACK, edit "Red Stone.exe" file with Hex Editor:
0002725B: 74 -> EB,
00362B24: 01 -> 00

Those are for bypassing SPEED HACK check logic.

AND

Puts

OPENFORLOCAL = 1;

at RedStone_GameServer/config_game.txt

!!!
 
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
oh,,, it seems to be work fine!

To resovle speed hack, edit "red stone.exe" file with hex editor:
0002725b: 74 -> eb,
00362b24: 01 -> 00

those are for bypassing speed hack check logic.

And

puts

openforlocal = 1;

at redstone_gameserver/config_game.txt

!!!
if this works you saved us all


edit:not working shows the logo and closes
please upload the client to google drive patched
 
Last edited:
Newbie Spellweaver
Joined
Nov 29, 2021
Messages
6
Reaction score
2
Try this one:

(sadly, i can post ONLY 1 per half an hour,, T.T)
 
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
the bypass worked!!!now i need to generate user and pass!!

keyrita1 - RedStone server - RaGEZONE Forums









BIG EDIT:I CAN NOT MAKE THE STORED PROCEDURE TO ENCRYPT THE PASSWORD SO I CANNOT CREATE A USER ACCOUNT
 
Last edited:
Newbie Spellweaver
Joined
Nov 29, 2021
Messages
6
Reaction score
2
I don't know how to make or decrypt password too, but the user [caonimabi] has password of 1234.

therefore, the encrypted password of the user [caonimabi] stored in db can be used for changing other users' password.
 
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
succes!
caonimabi pass 1234
keyrita1 - RedStone server - RaGEZONE Forums



edit,the account caonimabi cannot login characters... korinme any other ideas?i can create avatars as the server side says but cannot login them shows an error
 
Last edited:
Newbie Spellweaver
Joined
Nov 29, 2021
Messages
6
Reaction score
2
what is the error? do you mean that characters are created but cannot be logged in?

just check using cmd:
netstat -ano | findstr 58326
if game server (GameServerD.exe) is listening game port (58326)

if not, check again your game config file (config-game.txt)

put "OPENFORLOCAL = 1;" option below of "BROADCASTIP"
 
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
i think most data is read through game and serverfiles,and both use same,the hard part is finding which data the server needs,and we can update to the lastest version of the game
 
Newbie Spellweaver
Joined
Sep 3, 2020
Messages
18
Reaction score
2
Wow, did you succeed in building it? If possible, please let us know the server guide tutorial.
 
Newbie Spellweaver
Joined
Nov 29, 2021
Messages
6
Reaction score
2
yeah, it is too hard
some assets (logo screen, mob images, UI) can be unpacked in the client, so it is possible to show them. but cannot be packed again yet.
 
Initiate Mage
Joined
Dec 10, 2021
Messages
3
Reaction score
0
Hello.
I completed start all server.
but client does not start successfully.
crashes immediately after launch.
I use korinme's bypass client.
how can I start it?

edit:client start success. reason was that the MiniPet folder did not exist in the Data folder.
 
Last edited:

TAA

Initiate Mage
Joined
Dec 10, 2021
Messages
4
Reaction score
1
How do you assign VMware an IP address of 192.168.1.8?

edit:I was able to do that, but when I try to start "AvatarDBC_ServerD" etc., the following error message appears.

error:Description: [DBNETLIB] [ConnectionOpen (Connect ()).] SQL Server does not exist or access is denied. Line: 340 File d: \ code \ korea524 \ common \ common \ cado_base.cpp Microsoft OLE DB Provider for SQL Server

edit:
solved
 
Last edited:
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
the db info is in the files inside each folder config RedMaster pass CJFVKSRNDL its in the first page learn to read ​i posted all the info already
 
Last edited:
Initiate Mage
Joined
Dec 10, 2021
Messages
3
Reaction score
0
success start server and cliant in local
and also found out how to change skills and items.
does anyone know how to make this server globally available?
 

TAA

Initiate Mage
Joined
Dec 10, 2021
Messages
4
Reaction score
1
I want to know how to change skills and items.
and, How to create an installation file.
 
Back
Top