• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

some errors!

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,812
Solutions
6
Reaction score
822
can someone fix this errors
rep++ ofc

Code:
[19/09/2010 15:04:55] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'super.z_ots_comunication' doesn't exist (1146)

Code:
[Warning - Items::loadFromXml] Unknown slotType one-handed

Code:
[19/09/2010 14:38:57] [Warning] NpcSystem:
[19/09/2010 14:38:57] Parameter 'keyword_reply3' missing. Skipping...
[19/09/2010 14:38:57] [Warning] NpcSystem:
[19/09/2010 14:38:58] Parameter 'keyword_reply4' missing. Skipping...

Code:
[19/09/2010 14:39:51] > ERROR: Failed to load motd!
[19/09/2010 14:39:51] > ERROR: Failed to load players record!
 
this is how u can solve the first error
If your using MYSQL, then go to your Database and click the SQL tab on the top. Then paste that in there.

PHP:
CREATE TABLE IF NOT EXISTS `z_ots_comunication` ( 
  `id` int(11) NOT NULL AUTO_INCREMENT, 
  `name` varchar(255) NOT NULL, 
  `type` varchar(255) NOT NULL, 
  `action` varchar(255) NOT NULL, 
  `param1` varchar(255) NOT NULL, 
  `param2` varchar(255) NOT NULL, 
  `param3` varchar(255) NOT NULL, 
  `param4` varchar(255) NOT NULL, 
  `param5` varchar(255) NOT NULL, 
  `param6` varchar(255) NOT NULL, 
  `param7` varchar(255) NOT NULL, 
  `delete_it` int(2) NOT NULL DEFAULT '1', 
  PRIMARY KEY (`id`) 
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 ;
give me more info please about the other errors
 
PHP:
<item id="8926" article="a" name="Donation axe">
<attribute key="weight" value="12000"/>
<attribute key="defense" value="40"/>
<attribute key="attack" value="130"/>
<attribute key="weaponType" value="axe"/>
<attribute key="slotType" value="one-handed"/>
</item>


<attribute key="slotType" value="one-handed"/> << just remove this line
 
about the fourth error
show me the config file please
and please send more info about the npc system problem
 
ok
Code:
    accountManager = true
    namelockManager = false
    newPlayerChooseVoc = true
    newPlayerSpawnPosX = 1000
    newPlayerSpawnPosY = 1000
    newPlayerSpawnPosZ = 7
    newPlayerTownId = 1
    newPlayerLevel = 3
    newPlayerMagicLevel = 1
    generateAccountNumber = false

    
    redSkullLength = 30 * 24 * 60 * 60
    blackSkullLength = 45 * 24 * 60 * 60
    dailyFragsToRedSkull = 5
    weeklyFragsToRedSkull = 35
    monthlyFragsToRedSkull = 60
    dailyFragsToBlackSkull = dailyFragsToRedSkull
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull
    dailyFragsToBanishment = dailyFragsToRedSkull
    weeklyFragsToBanishment = weeklyFragsToRedSkull
    monthlyFragsToBanishment = monthlyFragsToRedSkull
    blackSkulledDeathHealth = 40
    blackSkulledDeathMana = 0
    useBlackSkull = true
    useFragHandler = true
    advancedFragList = true

    
    notationsToBan = 3
    warningsToFinalBan = 4
    warningsToDeletion = 5
    banLength = 7 * 24 * 60 * 60
    killsBanLength = 7 * 24 * 60 * 60
    finalBanLength = 30 * 24 * 60 * 60
    ipBanishmentLength = 1 * 24 * 60 * 60
    broadcastBanishments = true
    maxViolationCommentSize = 200
    violationNameReportActionType = 2
    autoBanishUnknownBytes = false

    
    worldType = "pvp"
    protectionLevel = 50
    pvpTileIgnoreLevelAndVocationProtection = true
    pzLocked = 10 * 1000
    huntingDuration = 10 * 1000
    criticalHitChance = 7
    criticalHitMultiplier = 1
    displayCriticalHitNotify = false
    removeWeaponAmmunition = true
    removeWeaponCharges = true
    removeRuneCharges = true
    whiteSkullTime = 60 * 1000
    noDamageToSameLookfeet = false
    showHealingDamage = true
    showHealingDamageForMonsters = false
    fieldOwnershipDuration = 5 * 1000
    stopAttackingAtExit = false
    oldConditionAccuracy = false
    loginProtectionPeriod = 10 * 1000
    deathLostPercent = 10
    stairhopDelay = 2 * 1000
    pushCreatureDelay = 2 * 1000
    deathContainerId = 1987
    gainExperienceColor = 215
    addManaSpentInPvPZone = true
    squareColor = 0
    allowFightback = true

    
    worldId = 1
    ip ="******"
    bindOnlyConfiguredIpAddress = false
    loginPort = 7171
    gamePort = 7172
    adminPort = 7171
    statusPort = 7171
    loginTries = 10000
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 1000
    motd = "Welcome to Super Server !"
    displayOnOrOffAtCharlist = false
    onePlayerOnlinePerAccount = true
    allowClones = false
    serverName = "SuperOTs"
    loginMessage = "Welcome to  SuperOTs!"
    statusTimeout = 5 * 60 * 1000
    replaceKickOnLogin = true
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = false

    
    sqlType = "mysql"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "******"
    sqlDatabase = "*****"
    sqlFile = "forgottenserver.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain"

    
    deathListEnabled = true
    deathListRequiredTime = 1 * 60 * 1000
    deathAssistCount = 19
    maxDeathRecords = 5

    
    ingameGuildManagement = true
    levelToFormGuild = 8
    premiumDaysToFormGuild = 0
    guildNameMinLength = 1
    guildNameMaxLength = 55

    
    highscoreDisplayPlayers = 10
    updateHighscoresAfterMinutes = 60

    
    buyableAndSellableHouses = true
    houseNeedPremium = false
    bedsRequirePremium = false
    levelToBuyHouse = 15
    housesPerAccount = 1
    houseRentAsPrice = false
    housePriceAsRent = false
    housePriceEachSquare = 1000
    houseRentPeriod = "never"
    houseCleanOld = 0
    guildHalls = false

    
    timeBetweenActions = 200
    timeBetweenExActions = 1000
    checkCorpseOwner = true
    hotkeyAimbotEnabled = true
    maximumDoorLevel = 1000

    
    mapName = "superot"
    mapAuthor = "Amoor"
    randomizeTiles = true
    useHouseDataStorage = false
    storeTrash = true
    cleanProtectedZones = true
    mailboxDisabledTowns = "-1"

    
    defaultPriority = "high"
    niceLevel = 5
    coresUsed = "-1"
    optimizeDatabaseAtStartup = true
    removePremiumOnInit = true
    confirmOutdatedVersion = false

    
    maxMessageBuffer = 4
    bufferMutedOnSpellFailure = false

    
    dataDirectory = "data/"
    allowChangeOutfit = true
    allowChangeColors = true
    allowChangeAddons = true
    disableOutfitsForPrivilegedPlayers = false
    bankSystem = true
    saveGlobalStorage = true
    displaySkillLevelOnAdvance = false
    spellNameInsteadOfWords = false
    emoteSpells = false
    promptExceptionTracerErrorBox = true
    storePlayerDirection = false
    monsterLootMessage = 3
    monsterLootMessageType = 23
    separateViplistPerCharacter = false

    
    ghostModeInvisibleEffect = false
    ghostModeSpellEffects = true

    
    idleWarningTime = 14 * 60 * 1000
    idleKickTime = 15 * 60 * 1000
    expireReportsAfterReads = 1
    playerQueryDeepness = 2
    maxItemsPerPZTile = 0
    maxItemsPerHouseTile = 0

    
    freePremium = true
    premiumForPromotion = true

    
    blessingOnlyPremium = true
    blessingReductionBase = 30
    blessingReductionDecreament = 5
    eachBlessReduction = 8

    
    experienceStages = true
    rateExperience = 6.0
    rateExperienceFromPlayers = 3
    rateSkill = 70.0
    rateMagic = 40.0
    rateLoot = 4.0
    rateSpawn = 3

    
    rateMonsterHealth = 1.0
    rateMonsterMana = 1.0
    rateMonsterAttack = 1.0
    rateMonsterDefense = 1.0

    
    minLevelThresholdForKilledPlayer = 0.9
    maxLevelThresholdForKilledPlayer = 1.1

    
    rateStaminaLoss = 1
    rateStaminaGain = 3
    rateStaminaThresholdGain = 12
    staminaRatingLimitTop = 41 * 60
    staminaRatingLimitBottom = 14 * 60
    rateStaminaAboveNormal = 1.5
    rateStaminaUnderNormal = 0.5
    staminaThresholdOnlyPremium = true

    
    experienceShareRadiusX = 30
    experienceShareRadiusY = 30
    experienceShareRadiusZ = 1
    experienceShareLevelDifference = 2 / 3
    extraPartyExperienceLimit = 20
    extraPartyExperiencePercent = 5
    experienceShareActivity = 2 * 60 * 1000

    
    globalSaveEnabled = false
    globalSaveHour = 1
    shutdownAtGlobalSave = true
    cleanMapAtGlobalSave = true

    
    deSpawnRange = 2
    deSpawnRadius = 50

    
    maxPlayerSummons = 2
    teleportAllSummons = false
    teleportPlayerSummons = false

    
    ownerName = "Amir"
    ownerEmail = "[email protected]"
    url = ""
    location = "Norway"
    displayGamemastersWithOnlineCommand = false

    
    adminLogsEnabled = false
    displayPlayersLogging = true
    prefixChannelLogs = ""
    runFile = ""
    outLogName = ""
    errorLogName = ""
    truncateLogsOnStartup = false
 
i have another erroe
when i kill a rootworm i dont get lvl
nothing happen,the rotworm dies and nothing happen, i dont get lvl or anything
 
i have another erroe
when i kill a rootworm i dont get lvl
nothing happen,the rotworm dies and nothing happen, i dont get lvl or anything
about the last error
edit the exp stages file
and change this line in ur config
newPlayerLevel = 3
to
newPlayerLevel = 8
 
i got more erroes xD
Code:
[19/09/2010 16:39:59] [Warning - Weapons::registerEvent] Duplicate registered item with id: 7410
[19/09/2010 16:40:02] [Warning - MoveEvents::addEvent] Duplicate move event found: 30000
 
Last edited:
Back
Top