Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.83 KB | None | 0 0
  1.  accountManager = false
  2.     namelockManager = true
  3.     newPlayerChooseVoc = true
  4.     newPlayerSpawnPosX = 998
  5.     newPlayerSpawnPosY = 1957
  6.     newPlayerSpawnPosZ = 7
  7.     newPlayerTownId = 1
  8.     newPlayerLevel = 9
  9.     newPlayerMagicLevel = 2
  10.     generateAccountNumber = false
  11.  
  12.     comboTime = 100
  13.      comboMembers = 2
  14.         comboFriends = 3
  15.         comboFriendsClearTime = 5 * 60 * 1000
  16.         comboFriendsClearInterval = 1 * 60 * 1000
  17.         comboShowAnimation = 1
  18.  
  19.  
  20.     paralyzeSlow = 10
  21.     paralyzeMinTime = 200 -- if unparalyze time under (miliseconds) count it as too fast
  22.     paralyzeChecks = 3 -- after how many too fast unparalyzes punish player (slow)  
  23.  
  24.     -- Anti MC
  25.     -- At data/creaturescripts/scripts/Antimagebomb.lua --You can configure it!
  26.     antimulticlient = false --Do you want allow the player to check max players on one ip?
  27.  
  28.  
  29.     -- Unjustified kills
  30.     -- NOTE: *Banishment and *BlackSkull variables are >summed up<
  31.     -- (dailyFragsToRedSkull + dailyFragsToBanishment) with their
  32.     -- *RedSkull equivalents.
  33.     -- Auto banishing works only if useBlackSkull set to negative.
  34.     -- advancedFragList is not advised if you use huge frags
  35.     -- requirements.
  36.     redSkullLength = 1 * 12 * 60 * 60
  37.     blackSkullLength = 6 * 24 * 60 * 60
  38.     dailyFragsToRedSkull = 8
  39.     weeklyFragsToRedSkull = 40
  40.     monthlyFragsToRedSkull = 140
  41.     dailyFragsToBlackSkull = 16
  42.     weeklyFragsToBlackSkull = 80
  43.     monthlyFragsToBlackSkull = 280
  44.     dailyFragsToBanishment = 20
  45.     weeklyFragsToBanishment = 140
  46.     monthlyFragsToBanishment = 500
  47.     blackSkulledDeathHealth = 40
  48.     blackSkulledDeathMana = 0
  49.     useBlackSkull = true
  50.     useFragHandler = true
  51.     advancedFragList = false
  52.  
  53.     -- Banishments
  54.     -- violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment
  55.     -- killsBanLength works only if useBlackSkull option is disabled.
  56.     notationsToBan = 3
  57.     warningsToFinalBan = 4
  58.     warningsToDeletion = 5
  59.     banLength = 7 * 24 * 60 * 60
  60.     killsBanLength = 7 * 24 * 60 * 60
  61.     finalBanLength = 30 * 24 * 60 * 60
  62.     ipBanishmentLength = 1 * 24 * 60 * 60
  63.     broadcastBanishments = true
  64.     maxViolationCommentSize = 200
  65.     violationNameReportActionType = 2
  66.     autoBanishUnknownBytes = false
  67.  
  68.     -- Battle
  69.     -- NOTE: showHealingDamageForMonsters inheritates from showHealingDamage.
  70.     -- loginProtectionPeriod is the famous Tibia anti-magebomb system.
  71.     -- deathLostPercent set to nil enables manual mode.
  72.     worldType = "pvp-enforced"
  73.     protectionLevel = 100
  74.     pvpTileIgnoreLevelAndVocationProtection = true
  75.     pzLocked = 30 * 1000
  76.     huntingDuration = 60 * 1000
  77.     criticalHitChance = 14
  78.     criticalHitMultiplier = 1
  79.     displayCriticalHitNotify = true
  80.     removeWeaponAmmunition = false
  81.     removeWeaponCharges = false
  82.     removeRuneCharges = false
  83.     whiteSkullTime = 5 * 60 * 1000
  84.     noDamageToSameLookfeet = false
  85.     showHealingDamage = true
  86.     showHealingDamageForMonsters = false
  87.     fieldOwnershipDuration = 3 * 1000
  88.     stopAttackingAtExit = false
  89.     oldConditionAccuracy = false
  90.     loginProtectionPeriod = 5 * 1000
  91.     deathLostPercent = 10
  92.     stairhopDelay = 2 * 100
  93.     pushCreatureDelay = 2 * 100
  94.     deathContainerId = 1987
  95.     gainExperienceColor = 57
  96.     addManaSpentInPvPZone = true
  97.     squareColor = 0
  98.     allowFightback = true
  99.  
  100.     -- Connection config
  101.     worldId = 0
  102.     ip = "no.jpg"
  103.     bindOnlyConfiguredIpAddress = false
  104.     loginPort = 7171
  105.     gamePort = 7172
  106.     adminPort = 7171
  107.     statusPort = 7171
  108.     loginTries = 10
  109.     retryTimeout = 5 * 1000
  110.     loginTimeout = 60 * 1000
  111.     maxPlayers = 1000
  112.     motd = "Welcome to the Forgotten Server 8.60!"
  113.     displayOnOrOffAtCharlist = false
  114.     onePlayerOnlinePerAccount = true
  115.     allowClones = false
  116.     serverName = "Forgotten 8.60"
  117.     loginMessage = "Welcome to the Forgotten Server 8.60!"
  118.     statusTimeout = 5 * 60 * 1000
  119.     replaceKickOnLogin = true
  120.     forceSlowConnectionsToDisconnect = false
  121.     loginOnlyWithLoginServer = false
  122.     premiumPlayerSkipWaitList = false
  123.  
  124.     -- Database
  125.     -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
  126.     -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
  127.     sqlType = "mysql"
  128.     sqlHost = "localhost"
  129.     sqlPort = 3306
  130.     sqlUser = "otserv"
  131.     sqlPass = "oops"
  132.     sqlDatabase = "otserv"
  133.     sqlFile = ""
  134.     sqlKeepAlive = 0
  135.     mysqlReadTimeout = 10
  136.     mysqlWriteTimeout = 10
  137.     encryptionType = "plain"
  138.  
  139.     -- Deathlist
  140.     deathListEnabled = true
  141.     deathListRequiredTime = 1 * 60 * 1000
  142.     deathAssistCount = 19
  143.     maxDeathRecords = 5
  144.  
  145.     -- Guilds
  146.     ingameGuildManagement = true
  147.     levelToFormGuild = 8
  148.     premiumDaysToFormGuild = 0
  149.     guildNameMinLength = 4
  150.     guildNameMaxLength = 20
  151.  
  152.     -- Highscores
  153.     highscoreDisplayPlayers = 15
  154.     updateHighscoresAfterMinutes = 60
  155.  
  156.     -- Houses
  157.     buyableAndSellableHouses = true
  158.     houseNeedPremium = true
  159.     bedsRequirePremium = true
  160.     levelToBuyHouse = 500
  161.     housesPerAccount = 0
  162.     houseRentAsPrice = false
  163.     housePriceAsRent = true
  164.     housePriceEachSquare = 2000
  165.     houseRentPeriod = "daily"
  166.     houseCleanOld = 0
  167.     guildHalls = false
  168.  
  169.     -- Item usage
  170.     timeBetweenActions = 200
  171.     timeBetweenExActions = 1000
  172.     hotkeyAimbotEnabled = true
  173.  
  174.     -- Map
  175.     -- NOTE: storeTrash costs more memory, but will perform alot faster cleaning.
  176.     mapName = "forgotten"
  177.     mapAuthor = "Komic"
  178.     randomizeTiles = true
  179.     storeTrash = true
  180.     cleanProtectedZones = true
  181.     mailboxDisabledTowns = "-1"
  182.  
  183.     -- Process
  184.     -- NOTE: defaultPriority works only on Windows and niceLevel on *nix
  185.     -- coresUsed are seperated by comma cores ids used by server process,
  186.     -- default is -1, so it stays untouched (automaticaly assigned by OS).
  187.     defaultPriority = "high"
  188.     niceLevel = 5
  189.     coresUsed = "-1"
  190.  
  191.     -- Startup
  192.     optimizeDatabaseAtStartup = true
  193.     removePremiumOnInit = true
  194.     confirmOutdatedVersion = false
  195.  
  196.     -- Spells
  197.     formulaLevel = 5.0
  198.     formulaMagic = 1.0
  199.     bufferMutedOnSpellFailure = false
  200.     spellNameInsteadOfWords = false
  201.     emoteSpells = true
  202.  
  203.     -- Outfits
  204.     allowChangeOutfit = true
  205.     allowChangeColors = true
  206.     allowChangeAddons = true
  207.     disableOutfitsForPrivilegedPlayers = false
  208.     addonsOnlyPremium = true
  209.  
  210.     -- Miscellaneous
  211.     -- NOTE: promptExceptionTracerErrorBox works only with precompiled support feature,
  212.     -- called "exception tracer" (__EXCEPTION_TRACER__ flag).
  213.     dataDirectory = "data/"
  214.     bankSystem = true
  215.     displaySkillLevelOnAdvance = false
  216.     promptExceptionTracerErrorBox = true
  217.     separateViplistPerCharacter = false
  218.     maximumDoorLevel = 500
  219.     maxMessageBuffer = 6
  220.  
  221.     -- Saving-related
  222.     -- useHouseDataStorage usage may be found at README.
  223.     saveGlobalStorage = true
  224.     useHouseDataStorage = false
  225.     storePlayerDirection = false
  226.  
  227.     -- Loot
  228.     -- monsterLootMessage 0 to disable, 1 - only party, 2 - only player, 3 - party or player (like Tibia's)
  229.     checkCorpseOwner = true
  230.     monsterLootMessage = 3
  231.     monsterLootMessageType = 19
  232.  
  233.     -- Ghost mode
  234.     ghostModeInvisibleEffect = false
  235.     ghostModeSpellEffects = true
  236.  
  237.     -- Limits
  238.     idleWarningTime = 14 * 60 * 10000
  239.     idleKickTime = 15 * 60 * 10000
  240.     expireReportsAfterReads = 1
  241.     playerQueryDeepness = 2
  242.     maxItemsPerPZTile = 12
  243.     maxItemsPerHouseTile = 12
  244.  
  245.     -- Premium-related
  246.     freePremium = true
  247.     premiumForPromotion = true
  248.  
  249.     -- Blessings
  250.     -- NOTE: blessingReduction* regards items/containers loss.
  251.     -- eachBlessReduction is how much each bless reduces the experience/magic/skills loss.
  252.     blessingOnlyPremium = true
  253.     blessingReductionBase = 30
  254.     blessingReductionDecreament = 5
  255.     eachBlessReduction = 8
  256.  
  257.     -- Rates
  258.     -- NOTE: experienceStages configuration is located in data/XML/stages.xml.
  259.     -- rateExperienceFromPlayers 0 to disable.
  260.     experienceStages = true
  261.     rateExperience = 5.0
  262.     rateExperienceFromPlayers = 2
  263.     rateSkill = 100.0
  264.     rateMagic = 60.0
  265.     rateLoot = 12.0
  266.     rateSpawn = 1
  267.  
  268.     -- Monster rates
  269.     rateMonsterHealth = 1.0
  270.     rateMonsterMana = 1.0
  271.     rateMonsterAttack = 1.0
  272.     rateMonsterDefense = 1.0
  273.  
  274.     -- Experience from players
  275.     -- NOTE: min~Threshold* set to 0 will disable the minimum threshold:
  276.     -- player will gain experience from every lower leveled player.
  277.     -- max~Threshold* set to 0 will disable the maximum threshold:
  278.     -- player will gain experience from every higher leveled player.
  279.     minLevelThresholdForKilledPlayer = 0
  280.     maxLevelThresholdForKilledPlayer = 0
  281.  
  282.     -- Stamina
  283.     -- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000.
  284.     -- rateStaminaHits multiplies every hit done a creature, which are later
  285.     -- multiplied by player attack speed.
  286.     -- rateStaminaGain is divider of every logged out second, eg:
  287.     -- 60000 / 3 = 20000 milliseconds, what gives 20 stamina seconds for 1 minute being logged off.
  288.     -- rateStaminaThresholdGain is divider for the premium stamina.
  289.     -- staminaRatingLimit* is in minutes.
  290.     rateStaminaLoss = 1
  291.     rateStaminaGain = 0
  292.     rateStaminaThresholdGain = 12
  293.     staminaRatingLimitTop = 41 * 60
  294.     staminaRatingLimitBottom = 14 * 60
  295.     rateStaminaAboveNormal = 1.5
  296.     rateStaminaUnderNormal = 0.5
  297.     staminaThresholdOnlyPremium = true
  298.  
  299.     -- Party
  300.     -- NOTE: experienceShareLevelDifference is float number.
  301.     -- experienceShareLevelDifference is highestLevel * value
  302.     experienceShareRadiusX = 60
  303.     experienceShareRadiusY = 60
  304.     experienceShareRadiusZ = 3
  305.     experienceShareLevelDifference = 1 / 6
  306.     extraPartyExperienceLimit = 60
  307.     extraPartyExperiencePercent = 15
  308.     experienceShareActivity = 2 * 60 * 1000
  309.  
  310.     -- Global save
  311.     -- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours,
  312.     -- if you want such a system please check out data/globalevents/globalevents.xml.
  313.     globalSaveEnabled = false
  314.     globalSaveHour = 8
  315.     shutdownAtGlobalSave = true
  316.     cleanMapAtGlobalSave = false
  317.  
  318.     -- Spawns
  319.     deSpawnRange = 2
  320.     deSpawnRadius = 50
  321.  
  322.     -- Summons
  323.     maxPlayerSummons = 4
  324.     teleportAllSummons = true
  325.     teleportPlayerSummons = true
  326.  
  327.     -- Status
  328.     ownerName = ""
  329.     ownerEmail = "@otland.net"
  330.     url = "http://otland.net/"
  331.     location = "Europe"
  332.     displayGamemastersWithOnlineCommand = false
  333.  
  334.     -- Logs
  335.     -- NOTE: This kind of logging does not work in GUI version.
  336.     -- For such, please compile the software with __GUI_LOGS__ flag.
  337.     adminLogsEnabled = false
  338.     displayPlayersLogging = true
  339.     prefixChannelLogs = ""
  340.     runFile = ""
  341.     outLogName = ""
  342.     errorLogName = ""
  343.     truncateLogsOnStartup = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement