Advertisement
Guest User

Untitled

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