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!

RanOnline EP 7 Clasic New Interface

Newbie Spellweaver
Joined
Jul 22, 2016
Messages
26
Reaction score
1
Solutions to unavailability of names

Solutions to unavailability of names

In the source code, find "s_COdbcGameChaSave. cpp" - - line 98 changed to
Code:
 "ChaSpMID =% u, ChaSpSID =% u, ChaPkWin =% u, ChaPkLoss =% u,"

In addition, find "s_COdbcGameChaCreate. cpp" - - line 34 changed to
Code:
 "% I64d,% I64d,% I64d,"


in additionTo modify the contents of the comment.ini file as part of the author's modification.
Add ChaVotePoint-money, ChaPremium Point-money, and ChaContributionPoint-money to the RanGame1 - chainfo table against the source code
Note that money is the type.


My English is very bad, I am sorry.
 
Master Summoner
Joined
Dec 25, 2011
Messages
544
Reaction score
12
what cpp files in source to edit comment.ini?
 
Last edited:
Joined
Oct 29, 2013
Messages
414
Reaction score
5
how to fix this error in Field server?
DB:42000, NativeError:156, [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'WHERE'.
 
Initiate Mage
Joined
Nov 17, 2019
Messages
2
Reaction score
0
guest any one can we share the UI ep7 source code please thanks in advanced
 
Newbie Spellweaver
Joined
Feb 26, 2018
Messages
78
Reaction score
2
I hope that someone can tell me how to fix rantool ,
Because i got an error when compiling rantool on source code
 
Newbie Spellweaver
Joined
Jun 19, 2021
Messages
8
Reaction score
0
Re: Solutions to unavailability of names

Solutions to unavailability of names

In the source code, find "s_COdbcGameChaSave. cpp" - - line 98 changed to
Code:
 "ChaSpMID =% u, ChaSpSID =% u, ChaPkWin =% u, ChaPkLoss =% u,"

In addition, find "s_COdbcGameChaCreate. cpp" - - line 34 changed to
Code:
 "% I64d,% I64d,% I64d,"


in additionTo modify the contents of the comment.ini file as part of the author's modification.
Add ChaVotePoint-money, ChaPremium Point-money, and ChaContributionPoint-money to the RanGame1 - chainfo table against the source code
Note that money is the type.


My English is very bad, I am sorry.



where can i find this s_COdbcGameChaCreate.cpp????? is it in the SQL server management or in the server file?
 
Back
Top