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!

Server Problems? Client Problems? Questions? Ask ME.

Newbie Spellweaver
Joined
Mar 15, 2019
Messages
19
Reaction score
1
@design4rt

oh sry, That was a mistake.
Cuz the function reset the level again at line 105.
It should look like this.

INSERT dbo.CharacterStatus (CharacterID, CharacterLevel, CharacterExp, MissionScor ...
VALUES (@inbCharacterID, 1, @ IntCharacterExp, 0, @inyCharacterClassCo ...

Change that 1 to 95.

thanks sir, finally its work :laugh:



thanks sir, finally its work :laugh:

i already know how to set auto lvl 95, and now i want to ask again, how to auto awaken sir? sorry if i'm always ask here
 
Newbie Spellweaver
Joined
Aug 14, 2016
Messages
36
Reaction score
1
how to set auto awaken slot skill open sir

In your P_AddCharacter make the function call to add the CharacterID variable and set awakenforcelevel to 1 in order to activate it.

Example:

INSERT (@CharacterID, AwakenForceLevel)
Values (123456, 1);



thanks sir, finally its work :laugh:





i already know how to set auto lvl 95, and now i want to ask again, how to auto awaken sir? sorry if i'm always ask here

Read this post.
 
Elite Diviner
Joined
Sep 19, 2014
Messages
410
Reaction score
57
In your P_AddCharacter make the function call to add the CharacterID variable and set awakenforcelevel to 1 in order to activate it.

Example:

INSERT (@CharacterID, AwakenForceLevel)
Values (123456, 1);





Read this post.

it turns out that I found script in the another database, I added it and worked, thank you for telling me where to add it
 
Newbie Spellweaver
Joined
Mar 15, 2019
Messages
19
Reaction score
1
@deathhopes i'm always get error when i try your script
sir





can you give me screenshot how adn where to added script? thanks
 
Last edited:
Newbie Spellweaver
Joined
Aug 14, 2016
Messages
36
Reaction score
1
@deathhopes i'm always get error when i try your script
sir





can you give me screenshot how adn where to added script? thanks
Are you using DNWorld Function Database?



it turns out that I found script in the another database, I added it and worked, thank you for telling me where to add it
No problem.
 
Elite Diviner
Joined
Sep 19, 2014
Messages
410
Reaction score
57
Are you using DNWorld Function Database?




No problem.

I have a problem again bro, yesterday it was smooth just now I re-installed the windows server and when entering the account there was an invalid request how to fix
 
Newbie Spellweaver
Joined
Aug 14, 2016
Messages
36
Reaction score
1
Maybe you dont have the correct redistribution packages for windows?
 
Newbie Spellweaver
Joined
Sep 10, 2018
Messages
17
Reaction score
2
Help please my ip vds 84.201.145.34 and ipconfig shows 10.130.0.7 and the server takes the second IP and I can not connect to it. I can create a character and then nothing





 
Newbie Spellweaver
Joined
Aug 14, 2016
Messages
36
Reaction score
1
Help please my ip vds 84.201.145.34 and ipconfig shows 10.130.0.7 and the server takes the second IP and I can not connect to it. I can create a character and then nothing






Looks like your VDS gave you a private IP, you need to talk with them to give you the standard.
 
Initiate Mage
Joined
Jan 4, 2018
Messages
4
Reaction score
0
What shouldd i do if i have error harware id is invalid?
 
Newbie Spellweaver
Joined
Sep 10, 2018
Messages
17
Reaction score
2
deathhopes, could you share the database 95 servers with a fix shop and the authorization (And web files) ?
 
Newbie Spellweaver
Joined
Jan 1, 2019
Messages
10
Reaction score
1
how do you patch the server side? and how to edit bosses HP?
 
Last edited:
Newbie Spellweaver
Joined
Jan 1, 2019
Messages
10
Reaction score
1
my game works perfectly offline but when i set it up online,whenever i pressed "p" it crashed
 
Junior Spellweaver
Joined
Mar 19, 2017
Messages
150
Reaction score
20
Scroll Up bro, this thread has solution for your question :mellow:
my game works perfectly offline but when i set it up online,whenever i pressed "p" it crashed
 
Back
Top