Advertisement
Guest User

Untitled

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