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

  1. primate

    OTClientV8 is from now open-source project

    :cool:
  2. primate

    [8.0] - TFS 1.2

    The strange thing is that the hours pass and the monsters that are stepping on the poison keep walking. I have the houses in "weekly" but when the user does not have money he does not take away the house I will have to do more tests it is very rare.
  3. primate

    [8.0] - TFS 1.2

    The houses cleaning system is not working properly, Any ideas. Some monsters keep walking after the player dies, is that normal?
  4. primate

    AAC Znote - Uptime information

    Previously I was looking at this myself but when I refresh the web page it shows errors that I have no idea how to fix them.
  5. primate

    AAC Znote - Uptime information

    Upwards!
  6. primate

    AAC Znote - Uptime information

    Upwards!
  7. primate

    AAC Znote - Uptime information

    How can I put uptime information on my Znote ACC website?
  8. primate

    [Znote AAC] Underworld Layout

    I was doing tests, In linux the houses work.
  9. primate

    [Znote AAC] Underworld Layout

    It only happens to me or does it not show the list of houses?
  10. primate

    C++ Remove OTSYS_TIME in code

    I was using it earlier this way, But whenever I remove "OTSYS_TIME ()", "timeBetweenExActions" stops working.
  11. primate

    C++ Remove OTSYS_TIME in code

    I had to remove ")" to let me compile "(ConfigManager :: EX_ACTIONS_DELAY_INTERVAL);", When making this change "timeBetweenExActions" it doesn't work at all.
  12. primate

    C++ Remove OTSYS_TIME in code

    How can I make these lines not use "OTSYS_TIME()", For the following code and be able to use "potions[] = {26031, 26030};" and runes at the same time. int32_t potions[] = {26031, 26030}; int16_t potionID = item->getID(); if(std::find(std::begin(potions), std::end(potions), potionID)...
  13. primate

    TFS 1.X+ Use runes and actions at the same time

    I had already seen that topic, but I thought it could be implemented in another way.
  14. primate

    TFS 1.X+ Use runes and actions at the same time

    I wonder if there is another way to do this through the sources, Because through config.lua it does not work as expected.
Back
Top