Initial changes.

This commit is contained in:
MobiusDevelopment
2020-06-14 05:49:47 +00:00
parent 141764df73
commit 082558d4ac
1882 changed files with 22149 additions and 90093 deletions

View File

@@ -105,14 +105,6 @@
<admin command="admin_ctf_maxplayers" accessLevel="80" />
<admin command="admin_ctf_interval" accessLevel="80" />
<!-- Section: CursedWeapons -->
<admin command="admin_cw_info" accessLevel="90" />
<admin command="admin_cw_remove" accessLevel="90" />
<admin command="admin_cw_goto" accessLevel="90" />
<admin command="admin_cw_reload" accessLevel="90" />
<admin command="admin_cw_add" accessLevel="90" />
<admin command="admin_cw_info_menu" accessLevel="80" />
<!-- Section: Delete -->
<admin command="admin_delete" accessLevel="80" />

View File

@@ -35,9 +35,6 @@ CTFAnnounceTeamStats = False
# Announce Reward
CTFAnnounceReward = False
# Players with cursed weapon are allowed to join ?
CTFJoinWithCursedWeapon = True
# Enable voice command to register on tvt/ctf events
CTFCommand = True

View File

@@ -12,9 +12,6 @@ DMAllowPotions = False
# DM participants can summon by item?
DMAllowSummon = False
# Players with cursed weapon are allowed to join ?
DMJoinWithCursedWeapon = False
# Remove all effects of DM participants on event start?
DMOnStartRemoveAllEffects = True

View File

@@ -37,9 +37,6 @@ TvTAnnounceReward = True
# give price with 0 kills
TvTPriceNoKills = True
# players with cursed weapon are allowed to join ?
TvTJoinWithCursedWeapon = False
# Enable voice command to register on tvt event
TvTCommand = True

View File

@@ -5,9 +5,6 @@
# AutoLoot enable. True to enable, False to disable
AutoLoot = False
# If False herbs will drop on ground even if AutoLoot is enabled
AutoLootHerbs = False
# Auto loot from Raid Boss's drop
AutoLootBoss = False

View File

@@ -76,31 +76,6 @@ EnableEnchantHeroWeapons = False
# Default: 1
CustomEnchantValue = 1
# --------------------------
# Augmentation
# --------------------------
# Chance to get a skill
# Default: 15, 30, 45, 60
AugmentationNGSkillChance = 15
AugmentationMidSkillChance = 30
AugmentationHighSkillChance = 45
AugmentationTopSkillChance = 60
# Chance to get a base stat
# Default: 1
AugmentationBaseStatChance = 1
# Chance to get the glow
# Note:
# No Grade / Mid Grade not have emission
# Default: 0, 40, 70, 100
AugmentationNGGlowChance = 0
AugmentationMidGlowChance = 40
AugmentationHighGlowChance = 70
AugmentationTopGlowChance = 100
# Augments Active and Passive skills delete on change weapon
DeleteAgmentPassiveEffectOnChangeWep = True
DeleteAgmentActiveEffectOnChangeWep = True
# ----------------------
# Soul Crystal

View File

@@ -155,23 +155,6 @@ AltLottery3NumberRate = 0.2
AltLottery2and1NumberPrize = 200
# ---------------------------------------------------------------------------
# Fishing Tournament
# ---------------------------------------------------------------------------
# Enable or disable the Fishing Tournament system
AltFishChampionshipEnabled = True
# Item Id used as reward
AltFishChampionshipRewardItemId = 57
# Item count used as reward (for the 5 first winners)
AltFishChampionshipReward1 = 800000
AltFishChampionshipReward2 = 500000
AltFishChampionshipReward3 = 300000
AltFishChampionshipReward4 = 200000
AltFishChampionshipReward5 = 100000
# ---------------------------------------------------------------------------
# Dimension Rift
# ---------------------------------------------------------------------------
@@ -225,13 +208,6 @@ MasteryWeaponPenality = False
# Default from 20
LevelToGetWeaponPenalty = 20
#Augmentation Active skills start time: time in seconds that the
#players need to wait until an active augment skill is available
#once the augmented weapon is equipped. After the first time wait,
#the players will be able to use the skill with correct reuse time
#xml defined.
AugmStartReuseTime = 0
# ---------------------------------------------------------------------------
# NPCs
@@ -502,7 +478,6 @@ AllowRace = True
AllowRentPet = False
AllowFishing = True
AllowBoat = True
AllowCursedWeapons = True
AllowManor = True
AllowNpcWalkers = True
@@ -520,9 +495,6 @@ AllowDiscardItem = True
# Delete dropped reward items from world after a specified amount of seconds. Disabled = 0.
AutoDestroyDroppedItemAfter = 0
# Time in secs after which dropped herb will be auto-destroyed
AutoDestroyHerbTime = 15
# List of item id that will not be destroyed (separated by "," like 57,5575,6673).
# Notes:
# Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!

View File

@@ -74,10 +74,6 @@ AltOlyAnnounceGames = False
# Active Olympiad log
AlyOlyLogFights = False
# Allow on Olympiad the use of the Augment
# Like L2OFF is True
AltOlyAugmentAllow = True
# The winners are updated only after the end of the Olympiad period
# Like L2OFF is True
AltOlyShowMonthlyWinners = True

View File

@@ -49,20 +49,6 @@ PetXpRate = 1.00
SinEaterXpRate = 1.00
PetFoodRate = 1
# ----------------------
# Herbs Rates
# ----------------------
# Herb of Power, Herb of Magic, Herb of Atk. Spd., Herb of Casting Spd., Herb of Critical Attack, Herb of Speed
RateCommonHerbs = 15.00
# Herb of Life, Herb of Mana
RateHpMpHerbs = 10.00
# Greater herb of Life, Greater Herb of Mana
RateGreaterHerbs = 4.00
# Superior Herb of Life, Superior Herb of Mana
RateSuperiorHerbs = 0.8
# Herb of Warrior, Herb of Mystic, Herb of Recovery
RateSpecialHerbs = 0.2
# ------------------------
# Bosses Rates
# ------------------------

View File

@@ -45,8 +45,8 @@ LoginHost = 127.0.0.1
Driver = org.mariadb.jdbc.Driver
# Database URL
# Default: jdbc:mariadb://localhost/l2jmobiusc6?useUnicode=true&characterEncoding=utf-8&useSSL=false
URL = jdbc:mariadb://localhost/l2jmobiusc6?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Default: jdbc:mariadb://localhost/l2jmobiusc4?useUnicode=true&characterEncoding=utf-8&useSSL=false
URL = jdbc:mariadb://localhost/l2jmobiusc4?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Database user info (default is "root" but it's not recommended)
Login = root
@@ -106,8 +106,8 @@ MaximumOnlineUsers = 2000
# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
# Retail 740 - 746
MinProtocolRevision = 740
MaxProtocolRevision = 746
MinProtocolRevision = 660
MaxProtocolRevision = 665
# Setting for serverList.
# Displays [] in front of server name.