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

Search results

  1. potinho

    What "killed" RL Tibia for YOU?

    Open Tibia killed RL Tibia for me. Some custom globals are much more fun, nostalgic and bring much more fun. And you can choose which u want: fast exp, low, retro, with ou without bot, etc...
  2. potinho

    C++ [TFS 0.4] Save CountOfCharacters per IP

    Works on OTX 2: player->lastIP = player->getIP(); /* Count 4 players per IP */ uint32_t player_with_ip = 0; for (AutoList<Player>::iterator it = Player::autoList.begin(); it != Player::autoList.end(); ++it) { if (it->second->getIP () !=0)...
  3. potinho

    TFS 0.X [C++] Player does not get PZ after attacking PK

    I dont know why, but this button dont appear to me :o
  4. potinho

    TFS 0.X [C++] Player does not get PZ after attacking PK

    Used second choice, works! Thanks!!!
  5. potinho

    TFS 0.X [C++] Player does not get PZ after attacking PK

    I've had already fixed Yellow skull gone problem, my problem is just when fight back, its not getting pz lock.
  6. potinho

    TFS 0.X [C++] Player does not get PZ after attacking PK

    Good morning everyone, today I realized that my server is behaving (I don't know if expected) but unwanted, let's think about the following scenario: Player 1 Attacks Player 2 (and takes White Skull) Player 2 attacks player 1 back and manages to enter a Protection Zone (shouldn't/would't) After...
  7. potinho

    TFS 0.X Task MOD - Reseting Task

    Yes, just follow fix in 2 links above i put.
  8. potinho

    high cpu usage

    It depends on a few factors, I use OTX 2 (bad choice) and I've been through it, a few things I recommend: See which vCPU is assigned to your VPS, in some cases it may be the solution. Remember what we not need too many cores, as long TFS work just with 1, we need a better frequency. Check ur...
  9. potinho

    OTClient hide otc folders otv8 tfs 1.5

    Is there a way to hide data.zip from %appdata% folder? I typed into .exe but when autoupdater works, data.zip are in this folder.
  10. potinho

    Lua [TFS 0.X] Error when kill 2 bosses with reward system

    There's a problem, if i have players killing different bosses at same time and boss die at same hour (0,00001% chance), just players for one boss will receive reward? Im attaching entire system if u want (and can) to take a look.
  11. potinho

    Lua [TFS 0.X] Error when kill 2 bosses with reward system

    With this print option: 2023-06-05 15:35:40 - No players online with boss.storage > 0 2023-06-05 15:35:40 - No players online with boss.storage > 0 2023-06-05 15:35:40 - No players online with boss.storage > 0 2023-06-05 15:35:40 - No players online with boss.storage > 0 2023-06-05...
  12. potinho

    Lua [TFS 0.X] Error when kill 2 bosses with reward system

    Hello guys, I have a script for Reward Chest (who send parcel to DP with loot, and calculate reward by damage or heal), but when people kill 2 bosses script got this error on console: 2023-06-01 20:46:51 - [Error - CreatureScript Interface] 2023-06-01 20:46:51 - In a timer event called...
  13. potinho

    TFS 0.X Remove Battle when in a PZ

    So basically i need to change: if(zone == ZONE_PROTECTION) { if(Condition* condition = getCondition(CONDITION_INFIGHT, CONDITIONID_DEFAULT)) { removeCondition(condition); } } to if(zone == ZONE_PROTECTION) { if(Condition* condition = getCondition(CONDITION_BLEEDING...
  14. potinho

    TFS 0.X Remove Battle when in a PZ

    Gesior, there's a way to remove all conditions? I realize when player go to PZ he still got burning or poisoned, and it prevent him to use things who need nothing of pz lock.
  15. potinho

    OTClient [OTCv8] Android Encryption Issue

    Hi guys, I got the last rev from OTCv8 official Git, but i had a problem: my mobile apk stopped work. SOme guys told me to use "--encrypt --android" flag, but after this, something weird happened: when i leave files in this way i can open otc: If i generate a data.zip and type it into .exe...
  16. potinho

    [8.60] The Forgotten Server 0.4

    That's true. hahaha Edit: after 28 millions help threads, my engine its still bugged. Avoid old TFS and OTX. TRUST ME!
  17. potinho

    OTCv8 - Crash on Android Client

    up
  18. potinho

    OTCv8 - Crash on Android Client

    when i used this option, open. But when get files in updater, replace all encrypted files and crashes.
Back
Top