Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.75 KB | None | 0 0
  1. -- The Forgotten Server Config
  2.  
  3.     -- Account manager
  4.     accountManager = false
  5.     namelockManager = true
  6.     newPlayerChooseVoc = false
  7.     newPlayerSpawnPosX = 95
  8.     newPlayerSpawnPosY = 117
  9.     newPlayerSpawnPosZ = 7
  10.     newPlayerTownId = 1
  11.     newPlayerLevel = 1
  12.     newPlayerMagicLevel = 0
  13.     generateAccountNumber = false
  14.  
  15.     -- Unjustified kills
  16.     redSkullLength = 1 * 24 * 60 * 60
  17.     blackSkullLength = 2 * 24 * 60 * 60
  18.     dailyFragsToRedSkull = 5
  19.     weeklyFragsToRedSkull = 30
  20.     monthlyFragsToRedSkull = 100
  21.     dailyFragsToBlackSkull = dailyFragsToRedSkull
  22.     weeklyFragsToBlackSkull = weeklyFragsToRedSkull
  23.     monthlyFragsToBlackSkull = monthlyFragsToRedSkull
  24.     dailyFragsToBanishment = dailyFragsToRedSkull
  25.     weeklyFragsToBanishment = weeklyFragsToRedSkull
  26.     monthlyFragsToBanishment = monthlyFragsToRedSkull
  27.     blackSkulledDeathHealth = 40
  28.     blackSkulledDeathMana = 0
  29.     useBlackSkull = true
  30.     useFragHandler = true
  31.     advancedFragList = false
  32.  
  33.     -- Banishments
  34.     notationsToBan = 3
  35.     warningsToFinalBan = 4
  36.     warningsToDeletion = 10
  37.     banLength = 1 * 24 * 60 * 60
  38.     killsBanLength = 1 * 12 * 60 * 60
  39.     finalBanLength = 2 * 24 * 60 * 60
  40.     ipBanishmentLength = 2 * 24 * 60 * 60
  41.     broadcastBanishments = true
  42.     maxViolationCommentSize = 200
  43.     violationNameReportActionType = 2
  44.     autoBanishUnknownBytes = false
  45.  
  46.     -- Battle
  47.     worldType = "open"
  48.     protectionLevel = 70
  49.     pvpTileIgnoreLevelAndVocationProtection = true
  50.     pzLocked = 60 * 1000
  51.     huntingDuration = 60 * 1000
  52.     criticalHitChance = 7
  53.     criticalHitMultiplier = 1
  54.     displayCriticalHitNotify = true
  55.     removeWeaponAmmunition = true
  56.     removeWeaponCharges = true
  57.     removeRuneCharges = true
  58.     whiteSkullTime = 10 * 60 * 1000
  59.     noDamageToSameLookfeet = false
  60.     showHealingDamage = false
  61.     showHealingDamageForMonsters = true
  62.     fieldOwnershipDuration = 5 * 1000
  63.     stopAttackingAtExit = false
  64.     oldConditionAccuracy = false
  65.     loginProtectionPeriod = 10 * 1000
  66.     deathLostPercent = 10
  67.     stairhopDelay = 1 * 1000
  68.     pushCreatureDelay = 1 * 1000
  69.     deathContainerId = 1987
  70.     gainExperienceColor = 215
  71.     addManaSpentInPvPZone = true
  72.     squareColor = 0
  73.     allowFightback = true
  74.     paralyzeDelay = 2000
  75.    
  76.     -- Connection config
  77.     worldId = 0
  78.     ip = "217.209.158.229"
  79.     bindOnlyConfiguredIpAddress = false
  80.     loginPort = 7171
  81.     gamePort = 7172
  82.     adminPort = 7171
  83.     statusPort = 7171
  84.     loginTries = 10
  85.     retryTimeout = 5 * 1000
  86.     loginTimeout = 60 * 1000
  87.     maxPlayers = 300
  88.     motd = "Welcome to the newstarted Galantica! Remember that friends is more powerful then having a high level."
  89.     displayOnOrOffAtCharlist = false
  90.     onePlayerOnlinePerAccount = false
  91.     allowClones = false
  92.     serverName = "Galantica"
  93.     loginMessage = "Welcome to Galantica, remember that friends is more powerful then having a high level."
  94.     statusTimeout = 5 * 60 * 1000
  95.     replaceKickOnLogin = true
  96.     forceSlowConnectionsToDisconnect = false
  97.     loginOnlyWithLoginServer = false
  98.     premiumPlayerSkipWaitList = false
  99.  
  100.     -- Database
  101.     sqlType = "mysql"
  102.     sqlHost = "127.0.0.1"
  103.     sqlPort = 3306
  104.     sqlUser = "root"
  105.     sqlPass = ""
  106.     sqlDatabase = ""
  107.     sqlFile = "forgottenserver.s3db"
  108.     sqlKeepAlive = 0
  109.     mysqlReadTimeout = 10
  110.     mysqlWriteTimeout = 10
  111.     encryptionType = "sha1"
  112.  
  113.     -- Deathlist
  114.     deathListEnabled = true
  115.     deathListRequiredTime = 1 * 60 * 1000
  116.     deathAssistCount = 2
  117.     maxDeathRecords = 5
  118.  
  119.     -- Guilds
  120.     ingameGuildManagement = true
  121.     levelToFormGuild = 50
  122.     premiumDaysToFormGuild = 0
  123.     guildNameMinLength = 4
  124.     guildNameMaxLength = 20
  125.  
  126.     -- Highscores
  127.     highscoreDisplayPlayers = 20
  128.     updateHighscoresAfterMinutes = 60
  129.  
  130.     -- Houses
  131.     buyableAndSellableHouses = true
  132.     houseNeedPremium = true
  133.     bedsRequirePremium = true
  134.     levelToBuyHouse = 70
  135.     housesPerAccount = 1
  136.     houseRentAsPrice = false
  137.     housePriceAsRent = true
  138.     housePriceEachSquare = 500
  139.     houseRentPeriod = "daily"
  140.     houseCleanOld = 0
  141.     guildHalls = true
  142.  
  143.     -- Item usage
  144.     timeBetweenActions = 200
  145.     timeBetweenExActions = 1000
  146.     checkCorpseOwner = true
  147.     hotkeyAimbotEnabled = true
  148.     maximumDoorLevel = 500
  149.  
  150.     -- Map
  151.     mapName = "project-society.otbm"
  152.     mapAuthor = "Cykotitan N' Exique"
  153.     randomizeTiles = true
  154.     useHouseDataStorage = true
  155.     storeTrash = true
  156.     cleanProtectedZones = true
  157.     mailboxDisabledTowns = "-1"
  158.  
  159.     -- Startup
  160.     defaultPriority = "high"
  161.     niceLevel = 5
  162.     coresUsed = "-1"
  163.     optimizeDatabaseAtStartup = true
  164.     removePremiumOnInit = true
  165.     confirmOutdatedVersion = false
  166.  
  167.     -- Muted buffer
  168.     maxMessageBuffer = 4
  169.     bufferMutedOnSpellFailure = false
  170.  
  171.     -- Miscellaneous
  172.     dataDirectory = "data/"
  173.     allowChangeOutfit = true
  174.     allowChangeColors = true
  175.     allowChangeAddons = true
  176.     disableOutfitsForPrivilegedPlayers = false
  177.     bankSystem = true
  178.     saveGlobalStorage = true
  179.     displaySkillLevelOnAdvance = false
  180.     spellNameInsteadOfWords = false
  181.     emoteSpells = true
  182.     promptExceptionTracerErrorBox = false
  183.     storePlayerDirection = false
  184.     monsterLootMessage = 3
  185.     monsterLootMessageType = 25
  186.     separateViplistPerCharacter = false
  187.  
  188.     -- Ghost mode
  189.     ghostModeInvisibleEffect = true
  190.     ghostModeSpellEffects = true
  191.  
  192.     -- Limits
  193.     idleWarningTime = 14 * 60 * 1000
  194.     idleKickTime = 15 * 60 * 1000
  195.     expireReportsAfterReads = 1
  196.     playerQueryDeepness = 2
  197.     maxItemsPerPZTile = 0
  198.     maxItemsPerHouseTile = 0
  199.  
  200.     -- Premium-related
  201.     freePremium = true
  202.     premiumForPromotion = true
  203.  
  204.     -- Blessings
  205.     blessingOnlyPremium = true
  206.     blessingReductionBase = 30
  207.     blessingReductionDecreament = 5
  208.     eachBlessReduction = 8
  209.  
  210.     -- Rates
  211.     experienceStages = true
  212.     rateExperience = 6.0
  213.     rateExperienceFromPlayers = 1
  214.     rateSkill = 30.0
  215.     rateMagic = 15.0
  216.     rateLoot = 3.0
  217.     rateSpawn = 1
  218.  
  219.     -- Monster rates
  220.     rateMonsterHealth = 1.0
  221.     rateMonsterMana = 1.0
  222.     rateMonsterAttack = 1.0
  223.     rateMonsterDefense = 1.0
  224.  
  225.     -- Experience from players
  226.     minLevelThresholdForKilledPlayer = 0.9
  227.     maxLevelThresholdForKilledPlayer = 1.5
  228.  
  229.     -- Stamina
  230.     rateStaminaLoss = 0
  231.     rateStaminaGain = 1000 / 2
  232.     rateStaminaThresholdGain = 4
  233.     staminaRatingLimitTop = 41 * 60
  234.     staminaRatingLimitBottom = 14 * 60
  235.     rateStaminaAboveNormal = 1.0
  236.     rateStaminaUnderNormal = 1.0
  237.     staminaThresholdOnlyPremium = true
  238.  
  239.     -- Party
  240.     experienceShareRadiusX = 30
  241.     experienceShareRadiusY = 30
  242.     experienceShareRadiusZ = 1
  243.     experienceShareLevelDifference = 2 / 3
  244.     extraPartyExperienceLimit = 20
  245.     extraPartyExperiencePercent = 30
  246.     experienceShareActivity = 2 * 60 * 1000
  247.  
  248.     -- Global save
  249.     globalSaveEnabled = false
  250.     globalSaveHour = 8
  251.     shutdownAtGlobalSave = true
  252.     cleanMapAtGlobalSave = false
  253.  
  254.     -- Spawns
  255.     deSpawnRange = 2
  256.     deSpawnRadius = 50
  257.  
  258.     -- Summons
  259.     maxPlayerSummons = 2
  260.     teleportAllSummons = false
  261.     teleportPlayerSummons = true
  262.  
  263.     -- Status
  264.     ownerName = ""
  265.     ownerEmail = ""
  266.     url = ""
  267.     location = "Europe"
  268.     displayGamemastersWithOnlineCommand = false
  269.  
  270.     -- Logs
  271.     adminLogsEnabled = true
  272.     displayPlayersLogging = true
  273.     prefixChannelLogs = ""
  274.     runFile = ""
  275.     outLogName = ""
  276.     errorLogName = ""
  277.     truncateLogsOnStartup = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement