Homunculus branch.

This commit is contained in:
MobiusDevelopment
2020-10-24 23:52:00 +00:00
parent 0eaee80e63
commit e7ea71710f
17313 changed files with 4009471 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# ---------------------------------------------------------------------------
# Allowed Player Races
# ---------------------------------------------------------------------------
# Allowing specific races to be created.
# Default: True
AllowHuman = True
AllowElf = True
AllowDarkElf = True
AllowOrc = True
AllowDwarf = True
AllowKamael = True
AllowErtheia = True

View File

@@ -0,0 +1,34 @@
# ---------------------------------------------------------------------------
# Auto Potion Settings
# ---------------------------------------------------------------------------
# Use .apon / .apoff or .potionon / .potionoff commands to enable / disable.
# Enable auto potion commands.
AutoPotionsEnabled = false
# Use auto potions in Olympiad.
AutoPotionsInOlympiad = false
# Minimum player level to use the commands.
AutoPotionMinimumLevel = 1
# Enable auto CP potions.
AutoCpEnabled = true
# Percentage that CP potions will be used.
AutoCpPercentage = 70
# Auto CP item ids. Order by use priority.
AutoCpItemIds = 5592,5591
# Enable auto HP potions.
AutoHpEnabled = true
# Percentage that HP potions will be used.
AutoHpPercentage = 70
# Auto HP item ids. Order by use priority.
AutoHpItemIds = 1540,1539,1061,1060
# Enable auto MP potions.
AutoMpEnabled = true
# Percentage that MP potions will be used.
AutoMpPercentage = 70
# Auto MP item ids. Order by use priority.
AutoMpItemIds = 728

View File

@@ -0,0 +1,12 @@
# ---------------------------------------------------------------------------
# Banking System
# ---------------------------------------------------------------------------
# Enable/Disable Banking System
BankingEnabled = False
# Amount of Goldbars a player gets when they use the ".deposit" command. Also the same amount they will lose with ".withdraw".
BankingGoldbarCount = 1
# Amount of Adena a player gets when they use the ".withdraw" command. Also the same amount they will lose with ".deposit".
BankingAdenaCount = 500000000

View File

@@ -0,0 +1,77 @@
# ---------------------------------------------------------------------------
# Champion mobs - Turn random mobs into Champions
# ---------------------------------------------------------------------------
# Enable/Disable Champion Mob System.
ChampionEnable = False
# Force Champion mobs to be passive?
# To leave champion mobs to default/Aggressive, set to False.
# To set all champion mobs to Passive, set True.
ChampionPassive = False
# % chance for a mob to became champion (0 to disable).
ChampionFrequency = 5
# Title of all Champion Mobs.
ChampionTitle = Champion
# Red aura for Champion Mobs.
ChampionAura = True
# Min and max levels allowed for a mob to be a Champion mob.
ChampionMinLevel = 20
ChampionMaxLevel = 85
# Hp multiplier for Champion mobs.
ChampionHp = 8
# Hp Regen Multiplier for Champion mobs.
ChampionHpRegen = 1.0
# Exp/Sp rewards multiplier for Champion mobs.
ChampionRewardsExpSp = 8.0
# Standard rewards chance multiplier for Champion mobs.
ChampionRewardsChance = 8.0
# Standard rewards amount multiplier for Champion mobs.
ChampionRewardsAmount = 1.0
# Adena & Seal Stone rewards chance multiplier for Champion mobs.
ChampionAdenasRewardsChance = 1.0
# Adena & Seal Stone rewards amount multiplier for Champion mobs.
ChampionAdenasRewardsAmount = 1.0
# P. Attack and M. Attack bonus for Champion mobs.
ChampionAtk = 1.0
# Physical/Magical Attack Speed bonus for Champion mobs.
ChampionSpdAtk = 1.0
# Specified reward item ID
ChampionRewardItemID = 6393
# The amount of the specified reward a player will receive if they are awarded the item.
ChampionRewardItemQty = 1
# % Chance to obtain a specified reward item from a lower level Champion mob.
# Default: 0
ChampionRewardLowerLvlItemChance = 0
# % Chance to obtain a specified reward item from a higher level Champion mob.
# Default: 100
ChampionRewardHigherLvlItemChance = 100
# Do you want to enable the vitality calculation when killing champion mobs?
# Be aware that it can lead to huge unbalance on your server, your rate for that mob would
# then be "mobXP x serverRate x vitalityRate x championXpRate
# Notes:
# Works only if EnableVitality = True
# Default: False
ChampionEnableVitality = False
# Enable spawning of the champions in instances
# Default = False
ChampionEnableInInstances = False

View File

@@ -0,0 +1,9 @@
# ---------------------------------------------------------------------------
# Chat Moderation
# ---------------------------------------------------------------------------
# This option will enable using of the voice commands .banchat and .unbanchat
# for players with corresponding access level (default: 100).
# Check access_levels.sql and admin_command_access_rights for details.
# Default: True
ChatAdmin = True

View File

@@ -0,0 +1,60 @@
# ---------------------------------------------------------------------------
# Class Balance
# ---------------------------------------------------------------------------
# Multiply parameters based on player class. May use both class id or enums.
# Example: ELVEN_FIGHTER*2;PALUS_KNIGHT*2.5;...
PveMagicalSkillDamageMultipliers =
PvpMagicalSkillDamageMultipliers =
PveMagicalSkillDefenceMultipliers =
PvpMagicalSkillDefenceMultipliers =
PveMagicalSkillCriticalChanceMultipliers =
PvpMagicalSkillCriticalChanceMultipliers =
PveMagicalSkillCriticalDamageMultipliers =
PvpMagicalSkillCriticalDamageMultipliers =
PvePhysicalSkillDamageMultipliers =
PvpPhysicalSkillDamageMultipliers =
PvePhysicalSkillDefenceMultipliers =
PvpPhysicalSkillDefenceMultipliers =
PvePhysicalSkillCriticalChanceMultipliers =
PvpPhysicalSkillCriticalChanceMultipliers =
PvePhysicalSkillCriticalDamageMultipliers =
PvpPhysicalSkillCriticalDamageMultipliers =
PvePhysicalAttackDamageMultipliers =
PvpPhysicalAttackDamageMultipliers =
PvePhysicalAttackDefenceMultipliers =
PvpPhysicalAttackDefenceMultipliers =
PvePhysicalAttackCriticalChanceMultipliers =
PvpPhysicalAttackCriticalChanceMultipliers =
PvePhysicalAttackCriticalDamageMultipliers =
PvpPhysicalAttackCriticalDamageMultipliers =
PveBlowSkillDamageMultipliers =
PvpBlowSkillDamageMultipliers =
PveBlowSkillDefenceMultipliers =
PvpBlowSkillDefenceMultipliers =
PveEnergySkillDamageMultipliers =
PvpEnergySkillDamageMultipliers =
PveEnergySkillDefenceMultipliers =
PvpEnergySkillDefenceMultipliers =
PlayerHealingSkillMultipliers =
SkillMasteryChanceMultipliers =
ExpAmountMultipliers =
SpAmountMultipliers =

View File

@@ -0,0 +1,186 @@
# ---------------------------------------------------------------------------
# Custom Community Board
# ---------------------------------------------------------------------------
# Enable Custom Community Board.
# Default: False
CustomCommunityBoard = True
# Currency used by the Community Board (itemId).
# Default: 57 (Adena)
CommunityCurrencyId = 57
# Enable Multisells.
# Default: True
CommunityEnableMultisells = True
# Enable Teleports.
# Default: True
CommunityEnableTeleports = True
# Enable Buffs.
# Default: True
CommunityEnableBuffs = True
# Enable Heal.
# Default: True
CommunityEnableHeal = True
# Enable delevel.
# Default: False
CommunityEnableDelevel = False
# Remove all ability skills upon delevel.
# Default: False
DelevelRemoveAbilities = False
# Price for Teleports.
# Default: 0 (free)
CommunityTeleportPrice = 0
# Price for Buffs.
# Default: 0 (free)
CommunityBuffPrice = 0
# Price for Heal.
# Default: 0 (free)
CommunityHealPrice = 0
# Price for Delevel.
# Default: 0 (free)
CommunityDelevelPrice = 0
# Disable Community Board while player has Karma.
# Default: True
CommunityKarmaDisabled = True
# Cast animations of each buff.
# Default: False
CommunityCastAnimations = False
# Enable buying premium from community board.
# Premium System must be enabled.
# Default: False
CommunityPremiumSystem = False
# ItemID for buying premium in community board.
# Check data/html/CommunityBoard/Custom/premium/main.html
CommunityPremiumBuyCoinId = 57
# Amount of coins needed for each premium day bought.
CommunityPremiumPricePerDay = 1000000
# List of available buffs to avoid exploits.
# Usage: SkillId1,SkillId2...
CommunityAvailableBuffs = 15642,15643,15644,15645,15651,15652,15653,15648,15649,15650
# List of available teleports to avoid exploits.
# Usage: TeleportName1,X1,Y1,Z1;TeleportName2,X2,Y2,Z2...
# the "\" indicates a new line
CommunityTeleportList = \
Giran,82698,148638,-3473;\
Aden,147450,27064,-2208;\
Goddard,147725,-56517,-2780;\
Rune,44070,-50243,-796;\
Dion,18748,145437,-3132;\
Oren,82321,55139,-1529;\
Gludio,-14225,123540,-3121;\
Schuttgart,87358,-141982,-1341;\
Heine,111115,219017,-3547;\
Gludin,-83063,150791,-3133;\
Hunters,116589,76268,-2734;\
Arcan,207320,87617,-1112;\
TalkingIsland,-114351,255286,-1520;\
Dwarven,116551,-182493,-1525;\
Orc,-44211,-113521,-241;\
DarkElven,12428,16551,-4588;\
Elven,45873,49288,-3064;\
Kamael,-116934,46616,368;\
Ertheia,-80353,247981,-3507;\
Floran,17144,170156,-3502;\
Gainak,16358,-114071,-229;\
GuillotineFortress,54534,138703,-2548;\
AntharasLair,131463,114496,-3717;\
ShadowMotherTree,44898,33426,-3738;\
AteliaFortress,-47803,60858,-3224;\
BloodySwampland,-17983,37563,-3320;\
SeaSpores,53168,13788,-5792;\
BlazingSwamp,155310,-16339,-3315;\
SealShilen,191940,16645,-3664;\
GiantsCave,181737,46469,-4271;\
EnchantedValley,109093,46354,-3720;\
TheCemetery,175542,13963,-3256;\
FieldSilence,91088,182384,-3187;\
FieldWhispers,74592,207656,-3027;\
LandChaos,-19230,-125942,-2611;\
RaiderCrossroads,16119,-145804,-300;\
PlunderousPlains,111965,-154172,-1523;\
PavelRuins,92285,-123434,-4258;\
PaganTemple,-16368,-38912,-10715;\
NornilCave,-86961,42914,-2672;\
MimirForest,-103032,46457,-1136;\
BelethMagic,-22432,243491,-3063;\
PhantasmalRidge,-13279,249017,-1992;\
DesertQuarry,-9065,241635,-1969;\
SeedAnnihilation,-175520,154505,2717;\
FairySettlement,214361,80813,826;\
OrbisTemple,198676,86609,-132;\
GardenGenesis,207968,112199,-2058;\
HarnakUnderground,-114700,147909,7715;\
GardenSpirits,-51033,82411,-4882;\
SuperionFortress,79827,152588,2309;\
SeedHellfire,-147348,152527,-14051;\
AltarEvil,-13982,22124,-3611;\
SeedDestruction,-248377,250442,4341;\
SeedInfinity,-212820,209827,4286;\
FafurionTemple,168858,234348,-2308;\
Baium,115213,16623,10080;\
Beleth,16327,209228,-9357;\
Antharas,183409,114824,-8020;\
Valakas,213896,-115436,-1644;\
Balok,148097,172644,-955;\
Baylor,148097,172644,-955;\
Frintezza,181382,-80872,-2733;\
Freya,102408,-124349,-2772;\
Teredor,85569,-142524,-1331;\
Tiat,-248673,250268,4336;\
Tauti,-147691,152740,-14059;\
Kimerian,208112,87344,-1027;\
Istina,-178445,147152,2131;\
Octavis,210649,50508,-8398;\
Lindvior,48450,-30337,-1681;\
Trasken,79037,-182329,-9897;\
Spezion,175471,148183,-11652;\
Kelbim,-55059,52009,-2161;\
Helios,92771,161909,3494;\
Fafurion,180712,210664,-14823;\
AdenCastle,147457,10843,-736;\
DionCastle,22306,156027,-2953;\
GiranCastle,112122,144855,-2751;\
GludioCastle,-18361,113887,-2767;\
GoddardCastle,147482,-45026,-2084;\
InnadrilCastle,116265,244631,-1057;\
OrenCastle,78116,36961,-2458;\
RuneCastle,19118,-49136,-1266;\
SchuttgartCastle,77540,-149114,-352;\
AaruFort,72889,188048,-2580;\
AntharasFort,77910,89232,-2883;\
ArchaicFort,111798,-141743,-2927;\
BayouFort,189897,36705,-3407;\
BorderlandFort,157008,-68935,-2861;\
CloudMountainFort,-54316,89187,-2819;\
DemonFort,98822,-56465,-649;\
DragonspineFort,10527,96849,-3424;\
FloranFort,7690,150721,-2887;\
HiveFort,15447,186169,-2921;\
HuntersFort,124188,93295,-2142;\
IvoryFort,71419,6187,-3036;\
MonasticFort,71894,-92615,-1420;\
NarsellFort,156707,53966,-3251;\
ShantyFort,-55004,157132,-2050;\
SouthernFort,-25348,219856,-3249;\
SwampFort,68731,-63848,-2783;\
TanorFort,58948,137927,-1752;\
ValleyFort,126064,120508,-2583;\
WesternFort,112350,-17183,-992;\
WhiteSandsFort,116400,203804,-3331;

View File

@@ -0,0 +1,11 @@
# ---------------------------------------------------------------------------
# Custom Depositable Items
# ---------------------------------------------------------------------------
# Make all items depositable for private warehouse.
# Default: False
CustomDepositableEnabled = False
# Include quest items.
# Default: False
DepositableQuestItems = False

View File

@@ -0,0 +1,11 @@
# ---------------------------------------------------------------------------
# Custom Mail Manager
# ---------------------------------------------------------------------------
# Enable/Disable sending mail through the custom_mail SQL table.
# Default: False
CustomMailManagerEnabled = False
# Database query delay in seconds.
# Default: 30
DatabaseQueryDelay = 30

View File

@@ -0,0 +1,23 @@
# ---------------------------------------------------------------------------
# Delevel Manager (instant delevel NPC)
# ---------------------------------------------------------------------------
# Enable Delevel Manager NPC.
# Default: False
Enabled = False
# Delevel Manager NPC id.
# Default: 1002000
NpcId = 1002000
# Required item id.
# Default: 4356 (Gold Einhasad)
RequiredItemId = 4356
# Required item count.
# Default: 2
RequiredItemCount = 2
# Mimimum level you can reach.
# Default: 20
MimimumDelevel = 20

View File

@@ -0,0 +1,29 @@
# ---------------------------------------------------------------------------
# Dualbox Check
# ---------------------------------------------------------------------------
# Maximum number of players per IP address allowed to enter game.
# Default: 0 (unlimited)
DualboxCheckMaxPlayersPerIP = 0
# Maximum number of players per IP address allowed to participate in olympiad.
# Default: 0 (unlimited)
DualboxCheckMaxOlympiadParticipantsPerIP = 0
# Maximum number of players per IP address allowed to participate in events using L2J Event Engine (//event).
# Default: 0 (unlimited)
DualboxCheckMaxL2EventParticipantsPerIP = 0
# Count offline traders as dualbox.
# Default: False
DualboxCountOfflineTraders = False
# Whitelist of the addresses for dualbox checks.
# Format: Address1,Number1;Address2,Number2...
# Network address can be number (127.0.0.1) or symbolic (localhost) formats.
# Additional connection number added to the global limits for this address.
# For example, if number of TvT event participants per IP address set to the 1 (no dualbox)
# and whitelist contains "l2jmobius.org,2" then number of allowed participants from l2jmobius.org
# will be 1+2=3. Use 0 or negative value for unlimited number of connections.
# Default: 127.0.0.1,0 (no limits from localhost)
DualboxCheckWhitelist = 127.0.0.1,0

View File

@@ -0,0 +1,64 @@
# ---------------------------------------------------------------------------
# Faction System (Good vs Evil)
# ---------------------------------------------------------------------------
# Enable faction system.
# Default: False
EnableFactionSystem = False
# Starting location for all players.
# Default: 85332,16199,-1252
StartingLocation = 85332,16199,-1252
# Spawn location for faction manager NPC.
# Default: 85712,15974,-1260,26808
ManagerSpawnLocation = 85712,15974,-1260,26808
# Good base location.
# Default: 45306,48878,-3058
GoodBaseLocation = 45306,48878,-3058
# Evil base location.
# Default: -44037,-113283,-237
EvilBaseLocation = -44037,-113283,-237
# Good team name.
# Default: Good
GoodTeamName = Good
# Evil team name.
# Default: Evil
EvilTeamName = Evil
# Good name color.
# Default: 00FF00
GoodNameColor = 00FF00
# Evil name color.
# Default: 0000FF
EvilNameColor = 0000FF
# Enable faction guards.
# The NPC template must have faction as clan.
# Default: True
EnableFactionGuards = True
# Upon death, respawn at faction base.
# Default: True
RespawnAtFactionBase = True
# Upon selecting faction, players become nobless.
# Default: False
FactionAutoNobless = False
# Disallow chat between factions.
# Default: True
EnableFactionChat = True
# Prohibit login when faction has more online players.
# Default: True
BalanceOnlinePlayers = True
# Online player exceed limit (used by setting above).
# Default: 20
BalancePlayerExceedLimit = 20

View File

@@ -0,0 +1,33 @@
# ---------------------------------------------------------------------------
# Fake players
# ---------------------------------------------------------------------------
# Enable fake players.
EnableFakePlayers = False
# Enable chatting with fake players.
FakePlayerChat = True
# Enable shots usage for fake players.
FakePlayerUseShots = True
# Reward PvP kills by killing fake players.
FakePlayerKillsRewardPvP = True
# Fake player kills apply karma rules.
FakePlayerUnflaggedKillsKarma = True
# Aggressive AI fake players attack nearby monsters.
FakePlayerAggroMonsters = True
# Aggressive AI fake players attack nearby players.
FakePlayerAggroPlayers = False
# Aggressive AI fake players attack nearby fake players.
FakePlayerAggroFPC = False
# Fake players can drop items when killing monsters.
FakePlayerCanDropItems = True
# Fake players can pickup dropped items.
FakePlayerCanPickup = True

View File

@@ -0,0 +1,9 @@
# ---------------------------------------------------------------------------
# Find PvP
# ---------------------------------------------------------------------------
# Bypass example:
# <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h FindPvP">Go to PvP!</Button>
# Enable FindPvP bypass.
# Default: False
EnableFindPvP = False

View File

@@ -0,0 +1,6 @@
# ---------------------------------------------------------------------------
# Merchant Zero Sell Price
# ---------------------------------------------------------------------------
# All items sold to merchants reward no Adena.
MerchantZeroSellPrice = False

View File

@@ -0,0 +1,19 @@
# ---------------------------------------------------------------------------
# Multilingual support
# ---------------------------------------------------------------------------
# Enable or disable multilingual support.
# Default: False
MultiLangEnable = False
# Default language, if not defined.
# Default: en
MultiLangDefault = en
# List of allowed languages, semicolon separated.
# Default: en;el
MultiLangAllowed = en;el
# Enable or disable voice command .lang for changing languages on the fly.
# Default: True
MultiLangVoiceCommand = True

View File

@@ -0,0 +1,25 @@
# ---------------------------------------------------------------------------
# Nobless Master (instant nobless NPC)
# ---------------------------------------------------------------------------
# Enable Nobless Master NPC.
# Default: False
Enabled = False
# Nobless Master NPC id.
# Default: 1003000
NpcId = 1003000
# Level required to become nobless.
# Consider changing htmls if you modify this.
# Default: 80
LevelRequirement = 80
# Reward nobless tiara item.
# Default: True
RewardTiara = True
# Nobless level to reward.
# Default: 1
# Exalted: 2
LevelRewarded = 1

View File

@@ -0,0 +1,46 @@
# ---------------------------------------------------------------------------
# NPC Stat Multipliers
# ---------------------------------------------------------------------------
# Enable/Disable NPC stat multipliers.
EnableNpcStatMultipliers = False
# Monsters
MonsterHP = 1.0
MonsterMP = 1.0
MonsterPAtk = 1.0
MonsterMAtk = 1.0
MonsterPDef = 1.0
MonsterMDef = 1.0
MonsterAggroRange = 1.0
MonsterClanHelpRange = 1.0
# Raidbosses
RaidbossHP = 1.0
RaidbossMP = 1.0
RaidbossPAtk = 1.0
RaidbossMAtk = 1.0
RaidbossPDef = 1.0
RaidbossMDef = 1.0
RaidbossAggroRange = 1.0
RaidbossClanHelpRange = 1.0
# Guards
GuardHP = 1.0
GuardMP = 1.0
GuardPAtk = 1.0
GuardMAtk = 1.0
GuardPDef = 1.0
GuardMDef = 1.0
GuardAggroRange = 1.0
GuardClanHelpRange = 1.0
# Defenders
DefenderHP = 1.0
DefenderMP = 1.0
DefenderPAtk = 1.0
DefenderMAtk = 1.0
DefenderPDef = 1.0
DefenderMDef = 1.0
DefenderAggroRange = 1.0
DefenderClanHelpRange = 1.0

View File

@@ -0,0 +1,46 @@
# ---------------------------------------------------------------------------
# Offline trade/craft
# ---------------------------------------------------------------------------
# Option to enable or disable offline trade feature.
# Enable -> true, Disable -> false
OfflineTradeEnable = True
# Option to enable or disable offline craft feature.
# Enable -> true, Disable -> false
OfflineCraftEnable = True
# If set to True, off-line shops will be possible only peace zones.
# Default: False
OfflineModeInPeaceZone = True
# If set to True, players in off-line shop mode wont take any damage, thus they cannot be killed.
# Default: False
OfflineModeNoDamage = True
# If set to True, name color will be changed then entering offline mode
OfflineSetNameColor = True
# Color of the name in offline mode (if OfflineSetNameColor = True)
OfflineNameColor = 808080
# Allow fame for characters in offline mode
# Enable -> true, Disable -> false
OfflineFame = True
#Restore offline traders/crafters after restart/shutdown. Default: false.
RestoreOffliners = True
#Do not restore offline characters, after OfflineMaxDays days spent from first restore.
#Require server restart to disconnect expired shops.
#0 = disabled (always restore).
#Default: 10
OfflineMaxDays = 10
#Disconnect shop after finished selling, buying.
#Default: True
OfflineDisconnectFinished = True
#Store offline trader transactions in realtime.
#Uses more datatabase resources, but helps if server shuts down unexpectedly.
StoreOfflineTradeInRealtime = True

View File

@@ -0,0 +1,7 @@
# ---------------------------------------------------------------------------
# Password Change
# ---------------------------------------------------------------------------
# Enables .changepassword voiced command which allows the players to change their account's password ingame.
# Default: False
AllowChangePassword = False

View File

@@ -0,0 +1,42 @@
# ---------------------------------------------------------------------------
# PC Cafe (PC Bang) System
# ---------------------------------------------------------------------------
# PC CAFE POINTS ID = -100
# PC Cafe Enabled.
PcCafeEnabled = False
# Allow only players with a Premium account.
PcCafeOnlyPremium = False
# Max points that player may have.
# Limited by int limit.
MaxPcCafePoints = 200000
# PC Bang point rate.
# Acquisition formula equals (exp * 0.0001 * AcquisitionPointsRate)
# e.g. with 1.0 it's 10000 exp = 1 PC Bang point
# 2.0 - 10000 exp = 2 PC Bang points
# 0.5 - 5000 exp = 1 PC Bang point
AcquisitionPointsRate = 1.0
# Use random points rewarding.
# If enabled points will be random from points/2 to points.
AcquisitionPointsRandom = False
# Creates a chance to aquire double points.
DoublingAcquisitionPoints = True
# Double points chance.
# Used when DoublingAcquisitionPoints is enabled.
# Default 1 (%)
DoublingAcquisitionPointsChance = 1
# Reward low exp kills
# Acquire points if player gains exp and aquire formula equals 0.
RewardLowExpKills = True
# Chance for low exp kills
# Used when RewardLowExpKills is enabled.
# Default 50 (%)
RewardLowExpKillsChance = 50

View File

@@ -0,0 +1,51 @@
# ---------------------------------------------------------------------------
# Premium System
# ---------------------------------------------------------------------------
# -Admins can manage subscriptions from main admin menu.
# -Players can use .premium to view account related info.
# -Caution: Premium rates multiply existing server rates.
# Enable premium system.
# Default: False
EnablePremiumSystem = False
# Xp rate for premium players.
PremiumRateXp = 2
# Sp rate for premium players.
PremiumRateSp = 2
# Drop chance for premium players.
PremiumRateDropChance = 1
# Drop amount for premium players.
PremiumRateDropAmount = 2
# Spoil chance for premium players.
PremiumRateSpoilChance = 1
# Spoil amount for premium players.
PremiumRateSpoilAmount = 2
# Caution: Raid bosses and herbs are not affected by premium rates, but specific items can be affected by rates bellow.
# List of items affected by custom drop rate by id, used now for Adena rate too.
# Usage: itemId1,multiplier1;itemId2,multiplier2;...
PremiumRateDropChanceByItemId = 57,2;6656,1;6657,1;6658,1;6659,1;6660,1;6661,1;6662,1;8191,1;10170,1;10314,1
PremiumRateDropAmountByItemId = 57,2;6656,1;6657,1;6658,1;6659,1;6660,1;6661,1;6662,1;8191,1;10170,1;10314,1
# Enable premium henna slot.
# Default: True
EnablePremiumHennaSlot = True
# Enable premium henna slot for non premium players.
# Default: True
EnablePremiumHennaSlotforNonPremium = True
# Draw any henna at premium slot.
# Also premium henna drawn at normal slots.
# Retail: False
EnableAnyHennaAtPremiumSlot = False
# Enable Fishing only for premium players.
# Retail: True
PremiumOnlyFishing = False

View File

@@ -0,0 +1,8 @@
# ---------------------------------------------------------------------------
# Minimum Range for Private Stores
# ---------------------------------------------------------------------------
# Minimum distance from player / npc to open a new private store.
# Default: 0
ShopMinRangeFromPlayer = 50
ShopMinRangeFromNpc = 100

View File

@@ -0,0 +1,18 @@
# ---------------------------------------------------------------------------
# Pvp/pk Announce
# ---------------------------------------------------------------------------
# Default: False
AnnouncePkPvP = False
# Announce this as normal system message
# Default: True
AnnouncePkPvPNormalMessage = True
# PK message template
# variables: $killer, $target
AnnouncePkMsg = $killer has slaughtered $target
# Pvp message template
# variables: $killer, $target
AnnouncePvpMsg = $killer has defeated $target

View File

@@ -0,0 +1,33 @@
# ---------------------------------------------------------------------------
# PvP/PK Reward Item
# ---------------------------------------------------------------------------
# Reward item on PvP
RewardPvpItem = False
# Reward PvP item ID
RewardPvpItemId = 57
# Reward PvP item Amount
RewardPvpItemAmount = 1000
# Show PvP item reward message?
RewardPvpItemMessage = True
# Reward item on PK
RewardPkItem = False
# Reward PK item ID
RewardPkItemId = 57
# Reward PK item Amount
RewardPkItemAmount = 500
# Show PK item reward message?
RewardPkItemMessage = True
# Disable rewards in instances.
DisableRewardsInInstances = True
# Disable rewards in PvP zones.
DisableRewardsInPvpZones = True

View File

@@ -0,0 +1,33 @@
#-------------------------------------------------------------
# Custom PvP Titles and Colors
#-------------------------------------------------------------
# Example: PvpAmmount1 = 150, Player with 500 PvP will have a title with the color specified in ColorPvpSystem.
# Attention: Colors should be specified only in RGB format, one color for each rank.
# Attention: Do not use with Faction system.
EnablePvPColorSystem = False
# Rank 1
PvpAmount1 = 500
ColorForAmount1 = 9C9C9C
PvPTitleForAmount1 = Sergeant
# Rank 2
PvpAmount2 = 1000
ColorForAmount2 = 696969
PvPTitleForAmount2 = Lieutenant
# Rank 3
PvpAmount3 = 1500
ColorForAmount3 = 4F4F4F
PvPTitleForAmount3 = Captain
# Rank 4
PvpAmount4 = 2500
ColorForAmount4 = 363636
PvPTitleForAmount4 = Major
# Rank 5
PvpAmount5 = 5000
ColorForAmount5 = 1C1C1C
PvPTitleForAmount5 = General

View File

@@ -0,0 +1,24 @@
# ---------------------------------------------------------------------------
# Random Spawn System for Monsters
# ---------------------------------------------------------------------------
# Enable random monster spawns.
# Default: True
EnableRandomMonsterSpawns = True
# Max range for X and Y coords.
# Default: 150
MaxSpawnMobRange = 150
# Examples: No random spawns for Kasha's Eye, Pagan Guards, Sel Mahums, Four Sepulchers, Orbis Temple, Scarecrows
# MobsSpawnNotRandom = 18812,18813,18814
MobsSpawnNotRandom = 18812,18813,18814,22138,\
18908,22775,22776,22777,22778,22779,22780,22781,22782,22783,22784,22785,22786,22787,22788,\
18120,18132,18133,18137,18141,18145,18150,18151,18152,18153,18154,18155,18156,18157,18166,\
18170,18171,18183,18184,18185,18186,18187,18191,18195,18196,18197,18198,18199,18212,18220,\
18221,18222,18226,18230,18231,18232,18233,18234,18235,18236,18237,18238,18239,18240,18241,\
18242,18243,18256,31452,31468,31469,31470,31471,31472,31473,31474,31475,31476,31477,31478,\
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

View File

@@ -0,0 +1,7 @@
# ---------------------------------------------------------------------------
# Free Sayune for all Players
# ---------------------------------------------------------------------------
# Enable Sayune for players that are not Awakened (4rth class).
# Default: False
FreeJumpsForAll = False

View File

@@ -0,0 +1,14 @@
# ---------------------------------------------------------------------------
# Welcome message
# ---------------------------------------------------------------------------
# Show screen welcome message on character login
# Default: False
ScreenWelcomeMessageEnable = False
# Screen welcome message text to show on character login if enabled
# ('#' for a new line, but message can have max 2 lines)
ScreenWelcomeMessageText = Welcome to our server!
# Show screen welcome message for x seconds when character log in to game if enabled
ScreenWelcomeMessageTime = 10

View File

@@ -0,0 +1,22 @@
# ---------------------------------------------------------------------------
# Sell Buffs configuration
# ---------------------------------------------------------------------------
# Command: .sellbuff or .sellbuffs
# Enable/Disable selling buffs
SellBuffEnable = True
# Multipler for mana cost of buffs
MpCostMultipler = 1
# Payment for Sell Buff System, can be changed to custom server coin
PaymentID = 57
# Minimal price of every buff
MinimalPrice = 100000
# Maximal price of every buff
MaximalPrice = 100000000
# Maximum count of buffs in sell list
MaxBuffs = 20

View File

@@ -0,0 +1,6 @@
# ---------------------------------------------------------------------------
# Display Server Time
# ---------------------------------------------------------------------------
# This option will enable displaying of the local server time for /time command.
DisplayServerTime = False

View File

@@ -0,0 +1,13 @@
# ---------------------------------------------------------------------------
# Custom Starting Location
# ---------------------------------------------------------------------------
# Enable custom starting location.
# Default: False
CustomStartingLocation = False
# Coordinates for custom starting location.
# Default: 50821, 186527, -3625 (Giran Harbor)
CustomStartingLocX = 50821
CustomStartingLocY = 186527
CustomStartingLocZ = -3625

View File

@@ -0,0 +1,95 @@
# Vote reward for L2network.eu
AllowNetworkVoteReward = False
# Vote reward server link. (IMPORTANT!!!! Always add / at the end of the link)
NetworkServerLink =
# Votes for next reward needed.
NetworkVotesDifference = 4
# Minutes between rewards.
# Eg. You put 5 it checks every 5 minutes for reward.
NetworkRewardCheckTime = 5
# Reward(s).
NetworkReward = 3481,5;
# Network reward max dual boxes reward.
# For example if you put 2 and someone has 3 boxes open 2 will be rewarded.
NetworkDualboxesAllowed = 1
# Game server console report.
# If set to true, game server console will get a report of
# current vote count, votes needed for next reward and votes needed for first page.
AllowNetworkGameServerReport = False
# Vote reward for Topzone.com
AllowTopzoneVoteReward = False
# Vote reward server link.
TopzoneServerLink =
# Votes for next reward needed.
TopzoneVotesDifference = 4
# Minutes between rewards.
# Eg. You put 5 it checks every 5 minutes for reward.
TopzoneRewardCheckTime = 5
# Reward(s).
TopzoneReward = 3481,5;
# Topzone reward max dual boxes reward.
# For example if you put 2 and someone has 3 boxes open 2 will be rewarded.
TopzoneDualboxesAllowed = 1
# Game server console report.
# If set to true, game server console will get a report of
# current vote count, votes needed for next reward and votes needed for first page.
AllowTopzoneGameServerReport = False
# Vote reward for Hopzone.net
AllowHopzoneVoteReward = False
# Vote reward server link.
HopzoneServerLink =
# Votes for next reward needed.
HopzoneVotesDifference = 4
# Minutes between rewards.
# Eg. You put 5 it checks every 5 minutes for reward.
HopzoneRewardCheckTime = 5
# Reward(s).
HopzoneReward = 3481,5;
# Hopzone reward max dual boxes reward.
# For example if you put 2 and someone has 3 boxes open 2 will be rewarded.
HopzoneDualboxesAllowed = 1
# Game server console report.
# If set to true, game server console will get a report of
# current vote count, votes needed for next reward and votes needed for first page.
AllowHopzoneGameServerReport = False
# Vote reward for L2top.co
AllowL2topVoteReward = False
# Vote reward server link.
L2topServerLink =
# Votes for next reward needed.
L2topVotesDifference = 4
# Minutes between rewards.
# Eg. You put 5 it checks every 5 minutes for reward.
L2topRewardCheckTime = 5
# Reward(s).
L2topReward = 3481,5;
# L2top reward max dual boxes reward.
# For example if you put 2 and someone has 3 boxes open 2 will be rewarded.
L2topDualboxesAllowed = 1
# Game server console report.
# If set to true, game server console will get a report of
# current vote count, votes needed for next reward and votes needed for first page.
AllowL2topGameServerReport = False
# Vote reward for L2JBrasil.
AllowL2JBrasilVoteReward = False
# Vote reward server link.
# Example: https://top.l2jbrasil.com/index.php?a=stats&u=l2monkey
L2JBrasilServerLink =
# Votes for next reward needed.
L2JBrasilVotesDifference = 1
# Minutes between rewards.
# Eg. You put 5 it checks every 5 minutes for reward.
L2JBrasilRewardCheckTime = 1
# Reward(s).
L2JBrasilReward = 30002,5;
# Topzone reward max dual boxes reward.
# For example if you put 2 and someone has 3 boxes open 2 will be rewarded.
L2JBrasilDualboxesAllowed = 1
# Game server console report.
# If set to true, game server console will get a report of
# current vote count, votes needed for next reward and votes needed for first page.
AllowL2JBrasilGameServerReport = True

View File

@@ -0,0 +1,7 @@
# ---------------------------------------------------------------------------
# Walker/Bot protection
# ---------------------------------------------------------------------------
# Basic protection against L2Walker.
# Default: False
L2WalkerProtection = False