Initial changes.
This commit is contained in:
@@ -642,8 +642,8 @@ RaidLootRightsCCSize = 45
|
||||
# Specific item ids for auto pickup.
|
||||
# Overrides all methods above.
|
||||
# Format: itemId,itemId,itemId,....
|
||||
# Default: 0
|
||||
AutoLootItemIds = 0
|
||||
# Default: 57
|
||||
AutoLootItemIds = 57
|
||||
|
||||
# Enable keyboard movement.
|
||||
# Retail: True
|
||||
|
||||
17
L2J_Mobius_5.0_Salvation/dist/game/config/ClanShop.xml
vendored
Normal file
17
L2J_Mobius_5.0_Salvation/dist/game/config/ClanShop.xml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- EACH PRODUCT SHOULD HAVE UNIQUE ITEM ID -->
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ClanShop.xsd">
|
||||
<clan level="5" item="36952" count="1" adena="10000000" fame="50000" /> <!-- Air Bike -->
|
||||
<clan level="1" item="48282" count="1" adena="0" fame="2000" /> <!-- Party Scroll of Escape -->
|
||||
<clan level="1" item="48287" count="1" adena="0" fame="15000" /> <!-- Snow Kung Transformation Stick (15-day) -->
|
||||
<clan level="1" item="48288" count="1" adena="0" fame="15000" /> <!-- Scarecrow Jack Transformation Stick (15-day) -->
|
||||
<clan level="1" item="48289" count="1" adena="0" fame="15000" /> <!-- Tin Golem Transformation Stick (15-day) -->
|
||||
<clan level="1" item="48290" count="1" adena="0" fame="15000" /> <!-- Gatekeeper Transformation Stick (15-day) -->
|
||||
<clan level="1" item="48291" count="1" adena="0" fame="15000" /> <!-- Aqua Elf Transformation Stick (15-day) -->
|
||||
<clan level="1" item="12819" count="1" adena="0" fame="500" /> <!-- Scroll: Recovery (Battleground) -->
|
||||
<clan level="1" item="48286" count="1" adena="10000000" fame="50000" /> <!-- Scroll: Reputation -->
|
||||
<clan level="1" item="48285" count="1" adena="10000000" fame="50000" /> <!-- Scroll: PK -->
|
||||
<clan level="1" item="27592" count="1" adena="0" fame="9000" /> <!-- Supply Box - Top Grade -->
|
||||
<clan level="1" item="47739" count="1" adena="5000000" fame="30000" /> <!-- Hunter's Amulet -->
|
||||
<clan level="10" item="48283" count="1" adena="500000" fame="2000" /> <!-- Stealth Detector -->
|
||||
</list>
|
||||
@@ -101,8 +101,8 @@ MaximumOnlineUsers = 2000
|
||||
# Numbers of protocol revisions that server allows to connect.
|
||||
# Delimiter is ;
|
||||
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
|
||||
# Grand Crusade: 110
|
||||
AllowedProtocolRevisions = 110
|
||||
# Salvation: 140
|
||||
AllowedProtocolRevisions = 140
|
||||
|
||||
# Displays server type next to the server name on character selection.
|
||||
# Notes:
|
||||
|
||||
Reference in New Issue
Block a user