Overwrite

Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
Unstable Kitsune
2023-11-28 23:20:26 -05:00
parent 3cd54811de
commit b918192e4e
11608 changed files with 2644205 additions and 47 deletions

21
Data/PreLoadedTC.xml Normal file
View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<preloadedTC>
<message>
<title>Test Message</title>
<body><![CDATA[This is a test message, and the format you should use when using custom, pre-loaded Town Cryer Messages.]]></body>
<created>12/01/2018</created>
<expires>12/02/2018</expires>
<link>https://www.servuo.com/forum/</link>
<linktext>ServUO Forums</linktext>
</message>
</preloadedTC>
<!--detail>
For these to be loaded, you must enable it by marking UsePreloadedMessages field in TownCryerSystem.cs to true.
expires must be blank, or after the current date time, or the message will not load.
expires, link and linktext can all be left blank. Everything else must be filled in. For CDATA, any break
point causes a breakpoint in the gump, which may not be desired. Simply keep it one line for best results.
</detail-->