Jump to content
  • 0

[Help]Newbie question about logs


DragonSwords

Question

4 answers to this question

Recommended Posts

  • 0

whitch one

# =================================================================
# Test server setting, shouldn't be touched in online game server
# =================================================================

Assert = False
Developer = False
# If true the server will be a test server (listed by clients setted up to list test server)
TestServer = False

# =================================================================
# Additional server setting, not required, can be left at defaults
# =================================================================

# Setting for server List
# Displays [] in front of server name
ServerListBrackets = False
ServerB1UNK = False
# Displays a clock next to the server name
ServerListClock = False
ServerShowName = True
# If true, the server will be set as gm only at startup
ServerGMOnly = False
ServerPvPEnabled = False
# Minimum player age
ServerAgeLimitation = 0

# Zone Setting
#   0 = Peace All the Time
#   1 = PVP During Siege for siege participants
#   2 = PVP All the Time
ZoneTown = 0

# Chat configuration
# Values: GLOBAL, REGION, GM, OFF
# Global Chat - Default: REGION
GlobalChat = REGION
# Time limit between using Global Chat in 100ms
GlobalChatTime = 1
# Trade Chat - Default: REGION
TradeChat = REGION
# Time limit between using Trade Chat in 100ms
TradeChatTime = 1

# Time limit between using Social Actions in 100 ms
# Retail: 0
SocialTime = 26

# If set to true, players who block other players will not longer receive their messages in global/trade/region chats.
RegionChatAlsoBlocked = False

# Player punishment for illegal actions
#   1 - broadcast warning to gms only
#   2 - kick player(default)
#   3 - kick & ban player
#   4 - jail player (define minutes of jail with param: 0 = infinite)
DefaultPunish = 4
DefaultPunishParam = 30
# Ban the player if he is definitely using a client emulator (L2W, L2Divine, L2NET, etc)
AutoBanClientEmulators = True

# Enforce gameguard for clients
#   GameGuardEnforce - enforces gameguard query on character login
#   GameGuardProhibitAction - don't allow player to perform trade, talk with NPC
#     and move until gameguard reply received
GameGuardEnforce = False
GameGuardProhibitAction = False

# Allow delete chars after nnn days, 0 - feature disabled
DeleteCharAfterDays = 1


# =================================================================
# Server optimizations
# =================================================================
# === Items on ground management ===
# Delete from world dropped reward items after n seconds. 0 - disabled
AutoDestroyDroppedItemAfter = 20
# Time in secs after which dropped herb will be auto destroyed (default: 15 seconds)
AutoDestroyHerbTime = 20
# List of items that will not be destroyed (separated by ",")
# NOTE: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
# Items on this list will be protected regardless below options
ListOfProtectedItems = 57,5575,6673

# This is the interval (in minutes), that the game server will update a players information such as location.
# The higher you set this number, there will be less character information saving so you will have less access to MySQL and your Hard Drive.
# The lower you set this number, there will be more frequent character information saving so you will have more access to your MySQL and your Hard Drive.
# A value of 0 disables periodic saving.
# Independent of this setting the character is always saved after leaving the world.
CharacterDataStoreInterval = 5

# This enables the server to only update items when saving the character
# Enabling this greatly reduces DB usage and improves performance.
# WARNING: This option causes item loss during crashes
LazyItemsUpdate = False

# This forces(even if using lazy item updates) the items owned by the character to be updated into DB when saving its character
# Increases DB usage
UpdateItemsOnCharStore = False

# also delete from world misc. items dropped by players (all except equipable items)
# NOTE: work only if AutoDestroyDroppedItemAfter > 0
DestroyPlayerDroppedItem = False
# Destroy also equipable items (armor, weapon, jewelry)
# NOTE: Work only if DestroyPlayerDroppedItem = True
DestroyEquipableItem = False
# Destroy player dropped items from inventory
DestroyPlayerInventoryDrop = False

# save into DB dropped items for restoring after reboot
SaveDroppedItem = False
# Empty table after items are loaded into memory - safety setting
# if server crash before saving items, on next start old items will be restored
# and players may already picked up some of them - so this will prevent duplicates
EmptyDroppedItemTableAfterLoad = False
# Time interval in minutes to save in DB items on ground, 0 to disable
# NOTE: If SaveDroppedItemInterval is disabled items will be saved into DB only at server shutdown
SaveDroppedItemInterval = 60
# delete all saved items form DB On next start
# NOTE: Work only if SaveDroppedItem = False
ClearDroppedItemTable = False
# --------------------------------------------
# Delete invalid quest from player
AutoDeleteInvalidQuestData = False
# Setting false can improve server performance on high rate servers
PreciseDropCalculation = True
# Allows creating multiple nonstackable items at one time
MultipleItemDrop = True

# Forces full item inventory packet to be sent for any item change
# Note: This can increase network traffic
ForceInventoryUpdate = False

# Set the HTML cache's lazy loading True or False
# (Load HTML's into cache only on first time requested)
LazyCache = True

# Maximum range mobs can randomly go from spawn point
MaxDriftRange = 200

# Minimum and maximum variable in seconds for NPC animation delay.
# You must keep MinNPCAnimation <= MaxNPCAnimation.
# "0" is default value.
MinNPCAnimation = 10
MaxNPCAnimation = 20
MinMonsterAnimation = 5
MaxMonsterAnimation = 20

# Show L2Monster level and aggro
ShowNpcLevel = False

# Restore the Player's Instance on EnterWorld
# Retail: False
RestorePlayerInstance = False

# Set whether summon skills can be used to summon players inside an instance
# When enabled individual instances can have summoning disabled in instance xml's
AllowSummonToInstance = True


# =================================================================
# Additional features than can be enabled or disabled
# =================================================================
# If you are experiencing problems with Warehouse or Freight transactions,
# feel free to disable them here. (They are both enabled by default).
AllowWarehouse = True
# Warehouse Sorting
EnableWarehouseSortingClan = False
EnableWarehouseSortingPrivate = False
EnableWarehouseSortingFreight = False
# Enable Warehouse Cache - if WH is not used will server clear memory used by this WH
WarehouseCache = False
# How long Warehouse should be store in Memory
WarehouseCacheTime = 15
AllowFreight = True
# If True player can try on weapon and armor in shop
# Each Item tried cost Wear Price adena
AllowWear = True
WearDelay = 5
WearPrice = 10
AllowLottery = True
AllowRace = True
AllowWater = True
# Enable pet for rent (wyvern & strider) from pet managers
AllowRentPet = False
# Allow players to drop items on the ground
AllowDiscardItem = True
# Allow fishing disabled until all code uploaded
AllowFishing = True
# Allow boat
AllowBoat = True
# Allow cursed weapons
AllowCursedWeapons = True
# Allow Wedding
AllowWedding = True
# If you wish to disable the use of guards against aggressive monsters.
# Default is False.
AllowGuards = False
# =============== Test features ===============
# Allow Manor
AllowManor = True
# Allow WalkerNPC
AllowNpcWalkers = True
# Allow Pet managers pets walking
AllowPetWalkers = False

# Apply default punish if player buy items for zero adena
OnlyGMItemsFree = True

# =================================================================
# Logging features
# =================================================================
# Logging Chat Window
LogChat = False
# Logging Item handling NOTE: This can be very space consuming if enabled for all items.
LogItems = False
# Log GM actions - Only supported if used with AltPrivilegesAdmin = True
GMAudit = False


# =================================================================
# Community board configuration
# =================================================================
# Type of the Community board
# 0 = community is disabled
# 1 = old community [default]
# 2 = full community (not fully implemented, experimental)
CommunityType = 2

BBSShowPlayerList = False
BBSDefault = _bbshome
# Show level of character to others in Community Board
ShowLevelOnCommunityBoard = True
ShowStatusOnCommunityBoard = True
# Count of players to show on each of community pages
# Can be displayed more then 70 players on each page
# Default set 50 max 70
NamePageSizeOnCommunityBoard = 50
NamePerRowOnCommunityBoard = 5
# Show a legend with the meaning of the different name colors in Community Board
ShowLegend = False
# Show in red color Cursed Weapon(s) Owner(s) in Community Board
# Default = False
ShowCursedWeaponOwner = True
# Show in green color Clan Leaders in Community Board
ShowClanLeader = True
ShowClanLeaderAtClanLevel = 3
# Show in pink color players with karma in Community Board
ShowKarmaPlayers = True
# Show in grey color players who are jailed in Community Board
ShowJailedPlayers = True


# =================================================================
# Threads configuration
# =================================================================

# Default 2
BaseThreadPoolSize = 2

# Default 4
ExtraThreadPerCore = 4

# Grid options: Grids can now turn themselves on and off. This also affects
# the loading and processing of all AI tasks and (in the future) geodata
# within this grid.
# Turn on for a grid with a person in it is immediate, but it then turns on
# the 8 neighboring grids based on the specified number of seconds.
# Turn off for self and neighbors occurs after the specified number of
# seconds have passed during which a grid has had no players in or in
# any of its neighbors.
# The always on option allows to ignore all this and let all grids be active
# at all times (not suggested)
GridsAlwaysOn = False
GridNeighborTurnOnTime = 1
GridNeighborTurnOffTime = 90

# This is setting of Client <--> Server Player coordinates synchronization,
#  -1 - Will synchronize only Z from Client --> Server. Default when no geodata.
#   1 - Synchronization Client --> Server only. Using this option (without geodata) it is more difficult for players to bypass obstacles
#   2 - Intended for geodata (at least when cell-level pathfinding, otherwise can try -1 also)! 
#       Server sends validation packet if client goes too far from server calculated coordinates.
CoordSynchronize = -1

# Show Welcome HTML file when player enter game
ShowHTMLWelcome = True

# Show server version + license when player enter game.
ShowLicense = True

# Show Newbie HTML file when player is lower to a level
ShowHTMLNewbie = False
# Need ShowHTMLNewbie = True
LevelShowHTMLNewbie = 10

# Show separate HTML file for GMs
ShowHTMLGm = False

# Enable Say filter (censors all words from sayfilter.txt)
UseSayFilter = False

# Show Online Players number at startup
ShowOnlinePlayersAtStartup = True
# Set time interval in ms to announce online players number (0 - don't announce)
OnlinePlayersAnnounceInterval = 0

# Check and delete unlegit skills on EnterWorld
CheckSkillsOnEnter = False

# ---------------------------------------------
# List of Skills that are allowed for all Classes if CheckSkillsOnEnter = True
# ---------------------------------------------
AllowedSkills = 541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,617,618,619,663,664,665,666,667,668,669,670,671,672,673,674

# VIP characters configuration
# Color of VIP's name (Must be RGB html color: FFCC00 = Orange)
# http://www.immigration-usa.com/html_colors.html
CharViPSkipSkillsCheck = False
CharViPAllowColor = False
CharViPNameColor = FFCC00

# Alternative config used for critical craft/masterwork?
# False = recipes.xml based
# True = rates.properties based
AltMasterworkConfig = False

# Allow Masterwork Items craft
AllowMasterwork = False

# Allow Critical Craft
AllowCriticalCraft = False

# Mail settings
MailStoreDeletedLetters = False

# -------------------------------------------------------------
# Debug & Dev config
# -------------------------------------------------------------
# Don't load quests
AltDevNoQuests = False
# Don't load spawn table
AltDevNoSpawns = False
# Interactive Jython Shell
EnableJythonShell = False

# Interval in ms to check for deadlocks, 0 to disable
DeadLockCheck = 10000

Link to comment
Share on other sites

  • 0

# =================================================================

# Logging features

# =================================================================

# Logging Chat Window

LogChat = False

# Logging Item handling NOTE: This can be very space consuming if enabled for all items.

LogItems = False

# Log GM actions - Only supported if used with AltPrivilegesAdmin = True

GMAudit = False

 

learn to read.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • ready server for sale, also available for testing with ready and beautiful npc zone pvp with custom 2 epic core orfen lvl2 with all maps ready all quests work at 100% ready comm  board with buffer teleport gm shop service anyone interested send me a pm many more that I forget  Exp/Sp : x30 (Premium: x40)    Adena : x7 (Premium: x10)   Drop : x7 (Premium: 10)   Spoil : x7 (Premium: 10)   Seal Stones : x7 (Premium: 10)   Raid Boss EXP/SP : x10   Raid Boss Drop : x3 (Premium: x5)   Epic Boss Drop : x1 Enchants   Safe Enchant : +3   Max Enchant : +16   Normal Scroll of Enchant Chance : 55%   Blessed Scroll of Enchant Chance : 60% Game Features   GMShop (Max. B-Grade)   Mana Potions (1000 MP, 10 sec Cooldown)   NPC Buffer (Include all buffs, 2h duration)   Auto-learn skills (Except Divine Inspiration)   Global Gatekeeper   Skill Escape: 15 seconds or /unstuck   1st Class Transfer (Free)   2nd Class Transfer (Free)   3rd Class Transfer (700 halisha mark)   Subclass (Items required from Cabrio / Hallate / Kernon / Golkonda + Top B Weapon + 984 Cry B)   Subclass 5 Subclasses + Main (Previous subclasses to level 75 to add new one)   Noblesse (Full Retail Quest)   Buff Slots: 24 (28 with Divine Inspiration LVL 4)   Skill Sweeper Festival added (Scavenger level 36)   Skill Block Buff added   Maximum delevel to keep Skills: 10 Levels   Shift + Click to see Droplist   Global Shout & Trade Chat   Retail Geodata and Pathnodes   Seven Signs Retail   Merchant and Blacksmith of Mammon at towns   Dimensional Rift (Min. 3 people in party to enter - Instance)   Tyrannosaurus drop Top LS with fixed 50% chance   Fast Augmentation System (Using Life Stones from Inventory)   Chance of getting skills (Normal 1%, Mid 3%, High 5%, Top 10%)   Wedding System with 30 seconds teleport to husband/wife Olympiad & Siege   Olympiad circle 14 days. (Maximum Enchant +6)   Olympiads time 18:00 - 00:00 (GMT +3)   Non-class 5 minimum participants to begin   Class based disabled   Siege every week.   To gain the reward you need to keep the Castle 2 times. Clans, Alliances & Limits   Max Clients/PC: 2   Max Clan Members: 36   Alliances allowed (Max 1 Clans)   24H Clan Penalties   Alliance penalty reset at daily restart (3-5 AM)   To bid for a Clan Hall required Clan Level 6 Quests x3   Alliance with the Ketra Orcs   Alliance with the Varka Silenos   War with Ketra Orcs   War with the Varka Silenos   The Finest Food   A Powerful Primeval Creature   Legacy of Insolence   Exploration of Giants Cave Part 1   Exploration of Giants Cave Part 2   Seekers of the Holy Grail   Guardians of the Holy Grail   Hunt of the Golden Ram Mercenary Force   The Zero Hour   Delicious Top Choice Meat   Heart in Search of Power   Rise and Fall of the Elroki Tribe   Yoke of the Past     Renegade Boss (Monday to Friday 20:00)   All Raid Boss 18+1 hours random respawn   Core (Jewel +1 STR +1 DEX) Monday, Wednesday and Friday 20:00 - 21:00 (Maximum level allowed to enter Cruma Tower: 80)   Orfen (Jewel +1 INT +1 WIT) Monday to Friday, 20:00 - 21:00 (Maximum level allowed to enter Sea of Spores: 80)   Ant Queen Monday and Friday 21:00 - 22:00 (Maximum level allowed to enter Ant Nest: 80)   Zaken Monday,Wednesday,Friday 22:00 - 23:00 (Maximum level allowed to enter Devil's Isle: 80)   Frintezza Tuesday, Thursday and Sunday 22:00 – 23:00 (Need CC of 4 party and 7 people in each party min to join the lair, max is 8 party of 9 people each)   Baium (lvl80) Saturday 22:00 – 23:00   Antharas Every 2 Saturdays 22:00 - 23:00 Every 2 Sundays (alternating with Valakas) 22:00 – 23:00   Valakas Every 2 Saturdays 22:00 - 23:00 Every 2 Sundays (alternating with Antharas) 22:00 – 23:00   Subclass Raids (Cabrio, Kernon, Hallate, Golkonda) 18hours + 1 random   Noblesse Raid (Barakiel) 6 hours + 15min random   Varka’s Hero Shadith 8 hours + 30 mins random (4th lvl of alliance with Ketra)   Ketra’s Hero Hekaton 8 hours + 30 mins random (4th lvl of alliance with Varka)   Varka’s Commander Mos 8 hours + 30 mins random (5th lvl of alliance with Ketra)   Ketra’s Commander Tayr 8 hours + 30 mins random (5th lvl of alliance with Varka)
    • Have a great day! Unfortunately, we can not give you the codes at the moment, but they will be distributed as soon as trial is back online, thanks for understanding! Other users also can reply there for codes, we will send them out some time after.
    • Ok mates i would like to play a pridestyle server (interluide, gracie w/ever) Is there any such server online and worth playing?
    • L2 BATTLE OF RAGNAROK - DISCORD LOGO Battle of Ragnarok - Discord      
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock