No idea, I have never used it.
I also don't know what the size limit is for each db, but my character db grew in size to over 500gb over 2 years
So yeah as long as you keep shrinking the db and remove logs from time to time you should be fine.
wow thank you for the insight. that is crazy I never realized that the database would expand so much. I probable need to re-engineer my whole setup to monitor sql read writes. sorry that I removed a bit of my comment about expressprofiler project* was a bit brain dead of me. I obliviously need to do more homework and let the topic get back on course
Really well and beautifully made thread that DK deserves. Thank you very much for your contribution! Im joining collaboration just for the cause
p.s Those having issues with Session server..
-> Go to Session Server/config.txt
-> Change selected port (9638) to 1433 and restart Session Server.
Dont forget to restart also Dekaron Server..
p.s since i like "proper" fixes and not just "replace whole folder to fix it".. below is just for fun 77% loading fix (missing files in item folder).
@
Im curious why in your original draco patch inside maplist.csv you added light_draco_winter.txt since original client file (light_draco.txt) matches 100% global DK?
p.p.s Here is some preview of restoring/fixing dash skills (segnale only for now):
Changes:
- removed backstepshot from skill tree.
- added missing BWZ animations for dash skills.
- added Inditto, Deathtro, Cineaste (back, left, right) in skills, shop
- fixed some strings, changed icons to correspond each dash skill, etc, etc..
Note: I wanted game to be even more fast-paced.. so ive changed cd for all 4 dash skills to just 0.1s!
Really well and beautifully made thread that DK deserves. Thank you very much for your contribution! Im joining collaboration just for the cause
p.s Those having issues with Session server..
-> Go to Session Server/config.txt
-> Change selected port (9638) to 1433 and restart Session Server.
Dont forget to restart also Dekaron Server..
p.s since i like "proper" fixes and not just "replace whole folder to fix it".. below is just for fun 77% loading fix (missing files in item folder).
@
Im curious why in your original draco patch inside maplist.csv you added light_draco_winter.txt since original client file (light_draco.txt) matches 100% global DK?
p.p.s Here is some preview of restoring/fixing dash skills (segnale only for now):
Changes:
- removed backstepshot from skill tree.
- added missing BWZ animations for dash skills.
- added Inditto, Deathtro, Cineaste (back, left, right) in skills, shop
- fixed some strings, changed icons to correspond each dash skill, etc, etc..
Note: I wanted game to be even more fast-paced.. so ive changed cd for all 4 dash skills to just 0.1s!
Thank you very much for responding and thank you very much for your time ... I took the steps that told me to change the ports, I went back to execute everything but I still have the same ... has there been any problem with the database? or some command that is not running, use msql 2012
As you can see in the image, it remains on the dekaron server running. and he gets stuck there showing that mistake
A thousand apologies for asking and take the time but so I'm learning, thank you very much and greetings if you can help me or someone thank you very much
I'm not sure setting Sessionserver port to 1433 is a good idea. It's the default mssql port so I doubt it'll even work, since session by default works as a server, and you can't bind 2 apps to 1 port (not that easy anyway, coz in general it is possible)
Unless of course your db works on a different port, or is on a different machine.
Thank you very much for responding and thank you very much for your time ... I took the steps that told me to change the ports, I went back to execute everything but I still have the same ... has there been any problem with the database? or some command that is not running, use msql 2012
As you can see in the image, it remains on the dekaron server running. and he gets stuck there showing that mistake
A thousand apologies for asking and take the time but so I'm learning, thank you very much and greetings if you can help me or someone thank you very much
u dont need change anny port, put original port on config (9638)
Go to Sql Configuration manager and put TPC/IP IN enable
and restart the service.
for best compability use sql server 2014 or higher-
I'm not sure setting Sessionserver port to 1433 is a good idea. It's the default mssql port so I doubt it'll even work, since session by default works as a server, and you can't bind 2 apps to 1 port (not that easy anyway, coz in general it is possible)
Unless of course your db works on a different port, or is on a different machine.
I agree with you, but config ive mention is as far as i can see to tell NOT which port to listen, but which database and port of SQL server to connect to as so:
Code:
DATABASE_ADDRESS = 127.0.0.1,1433
DATABASE_DATABASE = ACCOUNT
DATABASE_ACCOUNT = sa
DATABASE_PASSWORD = 123456
DATABASE_ADDRESS_GAME = 127.0.0.1,1433
DATABASE_DATABASE_GAME = CHARACTER
DATABASE_ACCOUNT_GAME = sa
DATABASE_PASSWORD_GAME = 123456
DATABASE_ADDRESS_RANKING = 127.0.0.1,[COLOR="Red"]1433[/COLOR]
DATABASE_DATABASE_RANKING = RANKINGDB
DATABASE_ACCOUNT_RANKING = sa
DATABASE_PASSWORD_RANKING = 123456
I didnt mention changing Session port which is found little below as:
Code:
SESSION_SERVER_PORT = 10001
This fixed my own [Session is null] error so it seems makes sense..
@
Did you add ODBC connection for every db? Make sure you test database connection before you close the configuration.
Interesting..
Its seems that Decay Dekaron planned to have custom (like summ) pets but was removed or never finished since there is nothing in share/skill?
@
Since original files were obviously packed with Enigma.. Did it had customs skills? Asking since i am lazy to check original client which is still live.