Initial changes.
This commit is contained in:
@@ -311,7 +311,6 @@
|
||||
|
||||
<!-- ADMIN GRAND BOSS -->
|
||||
<admin command="admin_grandboss" accessLevel="100" />
|
||||
<admin command="admin_grandboss_skip" accessLevel="100" />
|
||||
<admin command="admin_grandboss_respawn" accessLevel="100" />
|
||||
<admin command="admin_grandboss_minions" accessLevel="100" />
|
||||
<admin command="admin_grandboss_abort" accessLevel="100" />
|
||||
|
||||
@@ -366,8 +366,8 @@ MaxSp = 500000000000
|
||||
# Maximum Player Level
|
||||
# WARNING: Cannot exceed the maximum experince.xml level.
|
||||
# Example: Set as 85 to force the maximum player level at 85.
|
||||
# Default: 120
|
||||
MaximumPlayerLevel = 120
|
||||
# Default: 130
|
||||
MaximumPlayerLevel = 130
|
||||
|
||||
# Maximum number of allowed subclasses for every player.
|
||||
# Do not use more than 3!
|
||||
|
||||
@@ -21,4 +21,5 @@ MobsSpawnNotRandom = 18812,18813,18814,22138,\
|
||||
31479,31480,31481,31482,31483,31484,31485,31486,31487,\
|
||||
22911,22912,22913,22914,22915,22916,22917,22918,22919,22923,22925,22927,\
|
||||
19546,27457,24343,24344,24345,24346,24347,24348,24349,24350,24351,24352,24353,24354,24355,\
|
||||
24356,24357,24358
|
||||
24356,24357,24358,\
|
||||
24492,24493,24494
|
||||
|
||||
@@ -234,11 +234,6 @@ AutoDeleteInvalidQuestData = False
|
||||
# Retail: True
|
||||
StoryQuestRewardBuff = True
|
||||
|
||||
# Exalted default rewarded items with max values.
|
||||
ExaltedForGloryItemMax = 45872,10
|
||||
ExaltedForHonorItemMax = 45873,20
|
||||
ExaltedForVictoryItemMax = 80825,30
|
||||
|
||||
# Allow creating multiple non-stackable items at one time?
|
||||
# Default: True
|
||||
MultipleItemDrop = True
|
||||
|
||||
@@ -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>
|
||||
# Prelude of War: 228
|
||||
AllowedProtocolRevisions = 228
|
||||
# Homunculus Ch. 2: 286
|
||||
AllowedProtocolRevisions = 286
|
||||
|
||||
# Displays server type next to the server name on character selection.
|
||||
# Notes:
|
||||
|
||||
Reference in New Issue
Block a user