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!

[Nanus vs2022] Full files.

Initiate Mage
Joined
Feb 6, 2017
Messages
3
Reaction score
0
hi bro .. it's nice file ty! but idk how can creat gm account ...
already i changed
>> CHARACTER_TBL SET m_chAuthority='Z' // ACCOUNT_TBL_DETAIL m_chLoginAuthority='Z'
but cant create gm account.. how can i do?
 
Banned
Banned
Joined
Mar 1, 2022
Messages
15
Reaction score
26
How ot create an account ot log in ?
@junchol0204 in program folder is a config file. add your charname:
Character Arcanoid AUTH_ADMINISTRATOR

or
ACCOUNT Arcanoid AUTH_ADMINISTRATOR


dont remember witch one right now


update:
make a gmlogin.ini in main folder. (Outside of all the sub folders)

Write this:
ACCOUNT username here AUTH_ADMINISTRATOR


save and relog.

update 2:
To find this system its under __SECURITY_FIXES in DPDatabaseClient.cpp from line: 929 -> 1040. this is all about what location the file should be placed in, what AUTHs and IP/ACCOUNT stuff
 
Last edited:
Initiate Mage
Joined
May 26, 2023
Messages
2
Reaction score
0
How do I make an account after I back up the database, I made it running but I have no way to log in.
 
Newbie Spellweaver
Joined
Mar 18, 2023
Messages
9
Reaction score
6
Any guide to compile and build the server? Will someone have the DB compatible with SQL SVR 2012?
 
Newbie Spellweaver
Joined
Jul 14, 2023
Messages
29
Reaction score
-1
I'm having some issues with compiling it
any additional step is needed?


dang what 6 years away do to your brain
 
Newbie Spellweaver
Joined
Apr 22, 2023
Messages
14
Reaction score
4
I'm having some issues with compiling it
any additional step is needed?


dang what 6 years away do to your brain

What's the problems you're having?
We cannot identify your issues without giving us compiling errors.
 
Banned
Banned
Joined
Jul 19, 2023
Messages
11
Reaction score
0
Hey, I have the problem that at a specific location on the screen, the right and left mouse buttons don't work. For example, when I stand still and then try to move my character by clicking left or right near them, nothing happens as if the position is not visible. I have debugged the code and set a breakpoint at "void CWndWorld::OnRButtonDown(UINT nFlags, CPoint point)" - "m_ptMouseSpot = point; SetCapture();" in WndWorld.cpp However, when the issue occurs, the script doesn't seem to run at all; the "onRButtonDown" method in WndWorld is not being called. Can anyone help?
Try comparing the lines to other sources that doesn't have the same problem. I hope it helps šŸ˜…
 
Newbie Spellweaver
Joined
Feb 18, 2020
Messages
12
Reaction score
1
what app should i need to run the files sorry newbie here :D
 
Back
Top