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

  1. S

    DEBUG Packet - 8.6 TFS 1.5 DOWNGRADE by NEKIRO & MOVIEBR

    THX! Will do. I say to him with discord but he said he had no time to resolve it. 1684013234 After a long, long time, I managed to solve it... Here is the cause of the problem. In protocolgame.cpp: void ProtocolGame::sendWorldTime() { int16_t time = g_game.getWorldTime()...
  2. S

    DEBUG Packet - 8.6 TFS 1.5 DOWNGRADE by NEKIRO & MOVIEBR

    Thanks for replying to my topic. I just tested using OTClient, it's working perfectly. I didn't get any errors or warnings in the terminal about packages, which is weird... If logged in CipClient, the character stays online for 2~5 seconds, sometimes up to 10 seconds and debugs. Im have already...
  3. S

    DEBUG Packet - 8.6 TFS 1.5 DOWNGRADE by NEKIRO & MOVIEBR

    hello everybody! I having debug when logging in the character and staying 2~5 seconds online. Server: TFS 1.5 DOWNGRADE 8.60 BY NEKIRO & UPDATED BY MOVIEBR Link Project: GitHub - moviebr/TFS-1.5-Downgrades: Alternative forgottenserver versions for older protocols support...
  4. S

    AAC Server status / who is online Gesior problem

    https://otland.net/threads/gesior-acc-2019-8-60-new-features.265194/
  5. S

    Feature Reborn System | Reset level, increase power, set exclusive items, spells, houses, web and more!

    I managed to make the code work in otx2. However, when a player dies and the level returns, or I remove the player's level via / addskill, the server simply crashes!
  6. S

    ExtendedOpcode error (nil value)

    Someone?
  7. S

    ExtendedOpcode error (nil value)

    I have a problem with the Op Code. My Server is OTX 0.4 - from github version 8.6 My Otclient is V8 CreatureScript - OpCode 52: OPCODE_LANGUAGE = 1 function onExtendedOpcode(cid, opcode, buffer) if(opcode == OPCODE_LANGUAGE) then -- otclient language if(buffer == 'de' or...
  8. S

    Support Please! OTX 2 8.6 - Error StorageValue

    Hello OtLand'ss!!! First, sorry for my english. There is something very wrong with OTX. I'm not sure to say if it is possibly in otx but, the storages kind of bug ... I searched a lot on the internet but all topics die. Look at a script: function onThink(cid, interval) if(not isPlayer(cid))...
  9. S

    TFS 0.X C++ QUERY - pull the playerID from owner in spectators.cpp

    Already tried: owner->getPlayer()->id() owner->player->getID() client->player->getID() owner->player->getID() client->player->getID() all not work :( I want to make it work in addSpectator query << "SELECT `id`, `broadcasting_comment` FROM `players` WHERE `id` = " << owner->getPlayer() << ";";
  10. S

    [SQL] Gesior - PowerGamers

    I have no way to add floatval because the error always appears when it updates the db subtracting experience-exphist_lastexp.
  11. S

    [SQL] Gesior - PowerGamers

    I tried everything. When the subtract of SQL is negative, an abnormal value is returned. db.executeQuery("UPDATE `players` SET `exphist7`=`exphist6`, `exphist6`=`exphist5`, `exphist5`=`exphist4`, `exphist4`=`exphist3`, `exphist3`=`exphist2`, `exphist2`=`exphist1`...
  12. S

    TFS 0.X LightBlue Message In Default Channel

    the server in the photo is 8.6 baiakwars.com
Back
Top