Renamed some XML files.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/accessLevels.xsd">
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/AccessLevels.xsd">
|
||||
<!-- Access levels -->
|
||||
<access level="-1" name="Banned" nameColor="FFFFFF" titleColor="ECF9A2" isGM="false" allowPeaceAttack="false" allowFixedRes="false" allowTransaction="false" allowAltg="false" giveDamage="false" takeAggro="false" gainExp="false" />
|
||||
<access level="0" name="User" nameColor="FFFFFF" titleColor="ECF9A2" childAccess="0" isGM="false" allowPeaceAttack="false" allowFixedRes="false" allowTransaction="true" allowAltg="false" giveDamage="true" takeAggro="true" gainExp="true" />
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/adminCommands.xsd">
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/AdminCommands.xsd">
|
||||
<!-- ADMIN COND EXCEPTIONS -->
|
||||
<admin command="admin_exceptions" accessLevel="100" />
|
||||
<admin command="admin_set_exception" accessLevel="100" confirmDlg="true" />
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/botreport_punishments.xsd">
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/BotReportPunishments.xsd">
|
||||
<!-- To add a range punishments (E.G., a debuff which apply if you have 150 reports or more, use negative neededReportCount -->
|
||||
<punishment neededReportCount="25" skillId="6038" skillLevel="1" sysMessageId="2473" />
|
||||
<punishment neededReportCount="75" skillId="6039" skillLevel="1" sysMessageId="2474" />
|
||||
2
trunk/dist/game/config/Character.ini
vendored
2
trunk/dist/game/config/Character.ini
vendored
@@ -420,7 +420,7 @@ ChangeChanceElement = 60
|
||||
EnchantBlackList = 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296
|
||||
|
||||
# If enabled, enchanting over the maximum enchant limit will not be possible; instead, a warning message will be sent to the player.
|
||||
# You can set custom maxEnchant values at enchantItemData.xml
|
||||
# You can set custom maxEnchant values at EnchantItemData.xml
|
||||
# Default: True
|
||||
DisableOverEnchanting = True
|
||||
|
||||
|
||||
4
trunk/dist/game/config/Custom.ini
vendored
4
trunk/dist/game/config/Custom.ini
vendored
@@ -152,8 +152,8 @@ TvTEventEnabled = False
|
||||
TvTEventInInstance = False
|
||||
|
||||
# Name of the instance file for TvT
|
||||
# Default: coliseum.xml
|
||||
TvTEventInstanceFile = coliseum.xml
|
||||
# Default: Coliseum.xml
|
||||
TvTEventInstanceFile = Coliseum.xml
|
||||
|
||||
# Times TvT will occur (24h format).
|
||||
# Default: 9:00,15:00,21:00,3:00
|
||||
|
||||
Reference in New Issue
Block a user