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!

[SHARE] FULL GS SOURCE - No More Selling

Newbie Spellweaver
Joined
Nov 5, 2022
Messages
39
Reaction score
3
Anyone have a query for send to all banks ?
INSERT INTO RanShop.dbo.ShopPurchase(UserUID,ProductNum )
SELECT UserName,'xxx //YOUR PRODUCT NUM '
FROM RanUser.dbo.UserInfo
WHERE UserLoginState = 1 // 1 = user online. 0 is offline
 
Junior Spellweaver
Joined
Jul 3, 2018
Messages
123
Reaction score
8
Does anyone fix the bugtrap in client everytime close the game? Help please
 
Junior Spellweaver
Joined
Jul 3, 2018
Messages
123
Reaction score
8
How to edit .luc files?

is theres anyone try to add ingame registration to this source? maybe you can share your split source? thank you in advanced
 
Last edited:
Junior Spellweaver
Joined
Apr 23, 2006
Messages
115
Reaction score
9
How to edit .luc files?

is theres anyone try to add ingame registration to this source? maybe you can share your split source? thank you in advanced
for .luc files if encypted, just use REdit or RanEditor to decrypt. And about the in game registration, it is working but not using md5 on password and newly created accounts will be inserted to GSUserInfo table.
 
Junior Spellweaver
Joined
Apr 23, 2006
Messages
115
Reaction score
9
1706777779087 - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums

Just change the extension to *.*

How to edit .luc files?

is theres anyone try to add ingame registration to this source? maybe you can share your split source? thank you in advanced
1706779163050 - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
1706779200726 - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
1706779242137 - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
1706779262967 - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Apr 23, 2006
Messages
115
Reaction score
9

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Mar 1, 2022
Messages
22
Reaction score
1
[23:09:32] [INFO ] [ Character ] [ Reserve Drop Out PC 2, GLGaeaServer::GMKicUser ]

how to fix this
every 5 minutes the character is disconnected
 
Junior Spellweaver
Joined
Nov 27, 2023
Messages
101
Reaction score
45
[23:09:32] [INFO ] [ Character ] [ Reserve Drop Out PC 2, GLGaeaServer::GMKicUser ]

how to fix this
every 5 minutes the character is disconnected
its giving you clue find "GMKicUser" on all .cpp and see what it does
 
Newbie Spellweaver
Joined
Nov 5, 2022
Messages
39
Reaction score
3
[23:09:32] [INFO ] [ Character ] [ Reserve Drop Out PC 2, GLGaeaServer::GMKicUser ]

how to fix this
every 5 minutes the character is disconnected
your client triggering script of gmkickuser...just find out why it triggering the script..
 
Newbie Spellweaver
Joined
Feb 2, 2024
Messages
5
Reaction score
0
1707527077805 - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums


Anyone who knows I can edit the value of this random options?

Tried to change it using Reditor but nothing happened. Thanks
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 17, 2018
Messages
34
Reaction score
2
anyone tried to compile the ranui?
because my source is having problem and lots of error in RanUI
i have a problem in
bikewindow.cpp
carwindow.cpp
rearcarwindow.cpp
and many more
and also the innerinterface
i try to merge the other cpp file but no luck
i successfully compile the RanGFxUI and other files but the RanUI lot of errors anyone can help me about this errors or share fix ranUI files

1708195995879 - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top