User:Plutocracy: Difference between revisions
From OuroDev
Plutocracy (talk | contribs) No edit summary |
Plutocracy (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
Replace: \tTransient 1\n$0</nowiki> | Replace: \tTransient 1\n$0</nowiki> | ||
*Allows city zone mapserver instances to unload, but may cause unexpected behavior with door mission entrances. | *Allows city zone mapserver instances to unload, but may cause unexpected behavior with door mission entrances. Useful for solo servers or hosting with low RAM/disk space. | ||
====== Disable mapserver.exe Popups ====== | ====== Disable mapserver.exe Popups ====== |
Revision as of 17:17, 28 April 2019
Useful Snippets
Move Character Between Accounts
UPDATE [cohdb].[dbo].[Ents] SET Active = '1', AuthId='<ID>', AuthName='<Accname>' WHERE Name = '<character name>'
Set Access Level 10 (Admin) for Character
UPDATE [cohdb].[dbo].[Ents] SET [AccessLevel] = 10 WHERE [Name] = 'charnamehere'
RegEx for Adding Transient Flags to maps.db
Find: ^.+End Replace: \tTransient 1\n$0
- Allows city zone mapserver instances to unload, but may cause unexpected behavior with door mission entrances. Useful for solo servers or hosting with low RAM/disk space.
Disable mapserver.exe Popups
MapServerParams "-nopopup"
in servers.cfg, line is commented out by default
Increased EXP Rate
XPScale 2.0
in servers.cfg, does exactly what it says on the tin