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!

Creating character with Resets.

Newbie Spellweaver
Joined
Apr 14, 2021
Messages
26
Reaction score
2
Hello, i have a low server and is up for almost 90 days till now from the last fresh start. My server is looking good so i want to make some stuff for the newbies.
I'd like when a new character is created to start with 20 Resets and levelup points for 20 resets if you know what i mean.
My PointsxReset Number is 375x Reset with clear stats.
Does anyone have some kinda of a script or knows how to do it ?
 
Newbie Spellweaver
Joined
Jun 22, 2020
Messages
51
Reaction score
11
Hello, i have a low server and is up for almost 90 days till now from the last fresh start. My server is looking good so i want to make some stuff for the newbies.
I'd like when a new character is created to start with 20 Resets and levelup points for 20 resets if you know what i mean.
My PointsxReset Number is 375x Reset with clear stats.
Does anyone have some kinda of a script or knows how to do it ?



hello? for lvlUpPoints you need to Execute New Query in DefaultClassType

Example: update DefaultClassType set LevelUpPoint = 5000 and Execute it.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 14, 2021
Messages
26
Reaction score
2
Yeah, i figured this out, but i still cannot find any script to create character with resets. xD
 
Upvote 0
Joined
Oct 8, 2006
Messages
740
Reaction score
289
He meant that you need to write your own script(query).

To have that like automatically checking for a new account ( TodaysDate minus AccCreationDate <= 1 like.. donno), you need to permanently run the query in your dataserver or a 3rd party software which connects to your DB and run that query every 5 seconds or whatever (I think SQL Server can do that for you, not sure tho). Otherwise, I have no idea what kind of "script" you want.
 
Upvote 0
Newbie Spellweaver
Joined
Jun 27, 2021
Messages
26
Reaction score
7
What files are you using? or can you post the DB structure where "Reset" of the character is located?
 
Upvote 0
Back
Top