• 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!

Solved created a character but they do not exist in game

RockeTBunnYz

Trainee in progress
Joined
Jan 21, 2015
Messages
137
Reaction score
7
Location
sweden
Hey, as a thread said.
When i create a new account then login to create character and finish it's working fine!
but when i do login with the same account that i made i getting this msg
Code:
 This account does not cotain any character yet. Create a new character on the TestOT website at.

i'm using tfs 0.4 rev 0.3.6
so i don't what the problem is.
please help me thanks!
rep+++
 
Last edited:
Hey, as a thread said.
When i create a new account then login to create character and finish it's working fine!
but when i do login with the same account that i made i getting this msg
Code:
 This account does not cotain any character yet. Create a new character on the TestOT website at.

i'm using tfs 0.4 rev 0.3.6
so i don't what the problem is.
please help me thanks!
rep+++
i liked your signature :p CP9 fight and sorry i don't know how to help you with this error :(
 
Did you configured correclty your config.php and config.lua with db and passwords in both archives?
Yes, it's create a character into the database, and everything seem curretly. but it's said that i haven't make a character for this account.. that's weird....:(

same with the account manager but i have turn it off so creating account or character thru website only now...

Bump

bump .... please i really need help with this

@Limos @Znote Help? please

I created a character and it works perfectly in the web and it register in the database, but when I would LogOn in game so they stand 'This account contains no character yet, please go into .. (website) ... and create one ".
then I do not understand what the problem is everything works properly and I get no error either .. can they be wrong on Znote website? or my server? I need help I do not know what I should insert to you because I can not find fault.

bump
 
Last edited by a moderator:
config.lua
Code:
-- The Forgotten Server Config


    accountManager = false
    namelockManager = true
    newPlayerChooseVoc = false
    newPlayerSpawnPosX = 32369
    newPlayerSpawnPosY = 32241
    newPlayerSpawnPosZ = 7
    newPlayerTownId = 1
    newPlayerLevel = 8
    newPlayerMagicLevel = 0
    generateAccountNumber = false
    generateAccountSalt = false


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


    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 = 100
    pvpTileIgnoreLevelAndVocationProtection = true
    pzLocked = 30 * 1000
    huntingDuration = 60 * 1000
    criticalHitChance = 7
    criticalHitMultiplier = 1
    displayCriticalHitNotify = true
    removeWeaponAmmunition = true
    removeWeaponCharges = true
    removeRuneCharges = true
    whiteSkullTime = 5 * 60 * 1000
    noDamageToSameLookfeet = false
    showHealingDamage = true
    showHealingDamageForMonsters = false
    fieldOwnershipDuration = 5 * 1000
    stopAttackingAtExit = false
    loginProtectionPeriod = 10 * 1000
    deathLostPercent = 10
    stairhopDelay = 2 * 1000
    pushCreatureDelay = 2 * 1000
    deathContainerId = 1987
    gainExperienceColor = 215
    addManaSpentInPvPZone = true
    squareColor = 0
    allowFightback = true
    fistBaseAttack = 7


    worldId = 1
    ip = "83.182.98.173"
    bindOnlyGlobalAddress = false
    loginPort = 7171
    gamePort = 7172
    loginTries = 10
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 500
    motd = "Welcome to New Aventure"
    displayOnOrOffAtCharlist = false
    onePlayerOnlinePerAccount = true
    allowClones = false
    serverName = "NewOT"
    loginMessage = "Your Aventure Start Here!"
    statusTimeout = 0
    replaceKickOnLogin = true
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = false


    rsaPrime1 = "14299623962416399520070177382898895550795403345466153217470516082934737582776038882967213386204600674145392845853859217990626450972452084065728686565928113"
    rsaPrime2 = "7630979195970404721891201847792002125535401292779123937207447574596692788513647179235335529307251350570728407373705564708871762033017096809910315212884101"
    rsaPublic = "65537"
    rsaModulus = "109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413"
    rsaPrivate = "46730330223584118622160180015036832148732986808519344675210555262940258739805766860224610646919605860206328024326703361630109888417839241959507572247284807035235569619173792292786907845791904955103601652822519121908367187885509270025388641700821735345222087940578381210879116823013776808975766851829020659073"


    sqlType = "mysql"
    sqlHost = "127.0.0.1"
    sqlPort = 3306
    sqlUser = ""
    sqlPass = ""
    sqlDatabase = ""
    sqlFile = "theforgottenserver.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "sha1"


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


    ingameGuildManagement = true
    levelToFormGuild = 8
    premiumDaysToFormGuild = 0
    guildNameMinLength = 4
    guildNameMaxLength = 20


    highscoreDisplayPlayers = 15
    updateHighscoresAfterMinutes = 60


    buyableAndSellableHouses = true
    houseNeedPremium = true
    bedsRequirePremium = true
    levelToBuyHouse = 150
    housesPerAccount = 2
    houseRentAsPrice = false
    housePriceAsRent = false
    housePriceEachSquare = 1000
    houseRentPeriod = "Never"
    houseCleanOld = 0
    guildHalls = false


    timeBetweenActions = 200
    timeBetweenExActions = 1000
    hotkeyAimbotEnabled = true


    mapName = "server"
    mapAuthor = "Komic"
    randomizeTiles = true
    storeTrash = true
    cleanProtectedZones = true
    mailboxDisabledTowns = ""


    defaultPriority = "high"
    niceLevel = 5
    coresUsed = "-1"


    startupDatabaseOptimization = true
    updatePremiumStateAtStartup = true
    confirmOutdatedVersion = false


    formulaLevel = 5.0
    formulaMagic = 1.0
    bufferMutedOnSpellFailure = false
    spellNameInsteadOfWords = false
    emoteSpells = false
    unifiedSpells = true


    allowChangeOutfit = true
    allowChangeColors = true
    allowChangeAddons = true
    disableOutfitsForPrivilegedPlayers = false
    addonsOnlyPremium = true


    dataDirectory = "data/"
    logsDirectory = "data/logs/"
    bankSystem = true
    displaySkillLevelOnAdvance = false
    promptExceptionTracerErrorBox = true
    maximumDoorLevel = 500
    maxMessageBuffer = 4
    tradeLimit = 100


    separateVipListPerCharacter = false
    vipListDefaultLimit = 20
    vipListDefaultPremiumLimit = 100


    saveGlobalStorage = true
    useHouseDataStorage = false
    storePlayerDirection = false


    checkCorpseOwner = true
    monsterLootMessage = 3
    monsterLootMessageType = 25


    ghostModeInvisibleEffect = false
    ghostModeSpellEffects = true


    idleWarningTime = 14 * 60 * 1000
    idleKickTime = 15 * 60 * 1000
    reportsExpirationAfterReads = 1
    playerQueryDeepness = 2
    tileLimit = 0
    protectionTileLimit = 0
    houseTileLimit = 0


    freePremium = true
    premiumForPromotion = true


    blessings = true
    blessingOnlyPremium = true
    blessingReductionBase = 30
    blessingReductionDecrement = 5
    eachBlessReduction = 8


    experienceStages = true
    rateExperience = 0
    rateExperienceFromPlayers = 1
    rateSkill = 150
    rateMagic = 100
    rateLoot = 3.0
    rateSpawn = 5


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


    minLevelThresholdForKilledPlayer = 100
    maxLevelThresholdForKilledPlayer = 100


    rateStaminaLoss = 3
    rateStaminaGain = 9
    rateStaminaThresholdGain = 12
    staminaRatingLimitTop = 40 * 60
    staminaRatingLimitBottom = 14 * 60
    staminaLootLimit = 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 = true
    globalSaveHour = 0
    globalSaveMinute = 10
    shutdownAtGlobalSave = false
    cleanMapAtGlobalSave = true


    deSpawnRange = 2
    deSpawnRadius = 50


    maxPlayerSummons = 2
    teleportAllSummons = false
    teleportPlayerSummons = false


    statusPort = 7171
    ownerName = "Admin RobLucci"
    ownerEmail = "[email protected]"
    url = ""
    location = "Unknown"
    displayGamemastersWithOnlineCommand = false


    displayPlayersLogging = true
    prefixChannelLogs = ""
    runFile = ""
    outputLog = ""
    truncateLogOnStartup = false


    managerPort = 7171
    managerLogs = true
    managerPassword = ""
    managerLocalhostOnly = true
    managerConnectionsLimit = 1


    adminPort = 7171
    adminLogs = true
    adminPassword = ""
    adminLocalhostOnly = true
    adminConnectionsLimit = 1
    adminRequireLogin = true
    adminEncryption = ""
    adminEncryptionData = ""
 
Code:
<?php
    // Available options: TFS_02, TFS_03
    // TFS 0.2 = TFS_02
    // TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
    // TFS 0.4 = TFS_03
    // TFS 1.0 = TFS_10 (Under developement)
    $config['TFSVersion'] = 'TFS_03';
    // As far as I know, OTX is based on TFS_03, so make sure TFS version is configured TFS_03
    $config['CustomVersion'] = false;

    $config['site_title'] = 'Znote AAC';
    $config['site_title_context'] = 'Dont Work';

    // Path to server folder without / Example: C:\Users\Alvaro\Documents\GitHub\forgottenserver
    $config['server_path'] = 'C:\Users\WilliamFransson\Desktop\tibiaserver';


    // ------------------------ \\
    // MYSQL CONNECTION DETAILS \\
    // ------------------------ \\

    // phpmyadmin username for OT server: (DONT USE "root" if ur hosting to public.).
    $config['sqlUser'] = '';

    // phpmyadmin password for OT server:
    $config['sqlPassword'] = '';

    // The database name to connect to. (This is usually same as username).
    $config['sqlDatabase'] = '';

    // Hostname is usually localhost or 127.0.0.1.
    $config['sqlHost'] = 'localhost';
 
Code:
// ---------------- \\
    // Create Character \\
    // ---------------- \\

    // Max characters on each account:
    $config['max_characters'] = 7;

    // Available character vocation users can create.
    $config['available_vocations'] = array(1, 2, 3, 4);

    // Available towns (specify town ids, etc: (0, 1, 2); to display 3 town options (town id 0, 1 and 2).
    $config['available_towns'] = array(2);

    $config['level'] = 8;
    $config['health'] = 185;
    $config['mana'] = 40;
    $config['cap'] = 470;
    $config['soul'] = 100;

    $config['maleOutfitId'] = 128;
    $config['femaleOutfitId'] = 136;
    $config['lookHead'] = 78;
    $config['lookBody'] = 68;
    $config['lookLegs'] = 58;
    $config['lookFeet'] = 76;

    // No vocation info (if user select vocation id 0, we force thees configurations on him
    $config['nvlevel'] = 1;
    $config['nvHealth'] = 150;
    $config['nvMana'] = 5;
    $config['nvCap'] = 400;
    $config['nvSoul'] = 100;

    $config['nvForceTown'] = 0; // Force a town to no vocation even though he selected something else? 0 = no, 1 = yes.
    $config['nvTown'] = 0; // Town id to force no vocations to get to, if nvForceTown is 1.

    // Minimum allowed character name letters. Etc 4 letters: "Kåre".
    $config['minL'] = 4;
    // Maximum allowed character name letters. Etc 20 letters: "Bobkåreolesofiesberg"
    $config['maxL'] = 20;

    // Maximum allowed character name words. Etc 2 words = "Bob Kåre", 3 words: "Bob Arne Kåre" as max char name words.
    $config['maxW'] = 3;

Just post the first to 4th line
it's that what you want to see?

bump?
 
Last edited by a moderator:
i solved it ! the problem was i didn't set the position for the new character to spawn that's
my was set to
Code:
x: 5
y:5
z:5
and i changed to
Code:
        'x' => 32369,
        'y' => 32241,
        'z' => 7,
thais temple.
 
Back
Top