User:Aleena: Difference between revisions
Created page with "Notes for me. From https://old.reddit.com/user/Platense: ---- You shouldn't mess with SQL directly while the servers are running, the DB server caches a lot of data and it..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Notes for me. | Notes for me. | ||
---- | ---- | ||
https://old.reddit.com/user/Platense: | |||
You shouldn't mess with SQL directly while the servers are running, the DB server caches a lot of data and it could cause problems. The proper way to export and import characters is using | You shouldn't mess with SQL directly while the servers are running, the DB server caches a lot of data and it could cause problems. The proper way to export and import characters is using | ||
Line 13: | Line 12: | ||
---- | ---- | ||
https://old.reddit.com/user/Platense: | |||
Always run /shardeventstop first to be sure no other event is running. Then | Always run /shardeventstop first to be sure no other event is running. Then |
Latest revision as of 10:29, 30 April 2019
Notes for me.
https://old.reddit.com/user/Platense:
You shouldn't mess with SQL directly while the servers are running, the DB server caches a lot of data and it could cause problems. The proper way to export and import characters is using
bin\dbquery.exe -getcharacter "Name">file.txt bin\dbquery.exe -putcharacter file.txt
This also ensures you're getting all the data in the entity container, which an external tool might miss.
https://old.reddit.com/user/Platense:
Always run /shardeventstop first to be sure no other event is running. Then
for Halloween: /shardeventstart scriptdefs/Halloween_11_Event.scriptdef
for Winter: /shardeventstart scriptdefs/Holiday_11_Event.scriptdef
for Valentine: /shardeventstart ScriptDefs/SpringFlingEvent.scriptdef
For Nemesis invasions: /shardeventstart ScriptDefs/NemesisPlotShard.scriptdef
To stop an event just type: /shardeventstop