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!

Ran Manager EP10 Problem

Newbie Spellweaver
Joined
Dec 17, 2011
Messages
92
Reaction score
15
I already setup ranmanager.ini and everything even odbc are success
EXCEPT THIS
how can i fix this? ( or did i miss something? )
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 17, 2011
Messages
92
Reaction score
15
Thank you for your reply

But I tried Both
SQL Username and Password = Nothing Happened
tried Ingame gm account = also Nothing Happened
 
Upvote 0
Computers are fast; programmers keep it slow.
[VIP] Member
Joined
Feb 15, 2016
Messages
498
Reaction score
350
Thank you for your reply

But I tried Both
SQL Username and Password = Nothing Happened
tried Ingame gm account = also Nothing Happened

Your RanManager.ini should have the same settings (local) if its remote, you should replace it with IP instead and make sure its port forwarded.

Code:
RAN_GAME_ODBC        RanGame1
RAN_LOG_ODBC        RanLog
RAN_SHOP_ODBC        RanShop
RAN_USER_ODBC        RanUser
RAN_GAME_DB        RanGame1
RAN_LOG_DB        RanLog
RAN_SHOP_DB        RanShop
RAN_USER_DB        RanUser
HOST            127.0.0.1
USERNAME        sa
PASSWORD        MyDamnSQLPasswordXD0000!!
 
Upvote 0
Back
Top