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

Recent content by Aquan

  1. Aquan

    TFS 0.X Changing the level display

    Currently, I display the level within the experience; the level bar reads as 0, and in the chat next to the nickname, there are random numbers. Here's my code. if (player->getLevel() >= 0xFFFF) { msg->add<uint32_t>(player->getPlayerInfo(PLAYERINFO_LEVEL))...
  2. Aquan

    TFS 0.X Changing the level display

    Hello I'm having trouble setting up a feature to display levels in the chat and statistics in thousands. For example, if a player has a level of 100,000, I'd like it to appear as 100 next to their nickname in the chat and in the stats. Is there anyone who can help me with this? Thanks in advance
  3. Aquan

    Login error after x time

    Hello I'm facing an issue with my server. After some time of operation, the login crashes. The character window pops up, but upon selection, it displays "error 2," preventing any login attempts. This occurs after around 80 hours with a large number of players and approximately 150 hours with...
  4. Aquan

    Lua Problem with rewards

    Unfortunately, these didn't help, maybe someone knows how to repair it?
  5. Aquan

    Lua Problem with rewards

    Hello, why do players get double or triple reward after killing a monster. Can someone help me? Thanks in advance and regards function onKill(creature, target) local monsterName = "Water" --boss name to give reward if target:getName() ~= monsterName then --check if killed...
  6. Aquan

    TFS 1.X+ Lag after restart

    Hello, I have a problem, namely when I turn on or restart the server after entering the game for about 1 to 5 minutes while walking the character there are delays, the character walks normally stops for half a second and then continues running. After some time in these 1/5 min there is a greater...
  7. Aquan

    AAC Doesn't update the character level on the site

    Hi, I'm having trouble updating the player info on the site. It only updates after logging in. Does not update: character level, last login etc. I would like it to happen, for example, every 3 minutes. What could be the cause? Thanks in advance TFS 1.5 Gesior
Back
Top