• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. EvulMastah

    Solved Memory Leak ~ 12Gb of Ram Usage

    Then the loop was not infinite, it was just slow, d'oh.
  2. EvulMastah

    Solved Memory Leak ~ 12Gb of Ram Usage

    >infinite loop >ram "ok"
  3. EvulMastah

    Lua Creature Position - Bug?

    https://github.com/otland/forgottenserver/blob/26f3e3731915fe5e2984d4b997f82d10769f205c/data/lib/compat/compat.lua#L536 doSummonCreature returns id and not metatable. You should probably use Game.createMonster(monsterName, position[, extended = false[, force = false]]).
  4. EvulMastah

    C++ TFS 1.2

    Depends on what you want to achieve. You can either change the name being sent in the ProtocolGame (which in my opinion would be better) or keep with your idea. mType->name = std::to_string(number) + " " + monsterName;
  5. EvulMastah

    Uruchomienie tfs na linuxie

    Z konsoli mysql albo przez phpmyadmin.
  6. EvulMastah

    Uruchomienie tfs na linuxie

    https://github.com/otland/forgottenserver/wiki/Compiling-on-Debian-GNU-Linux
  7. EvulMastah

    Windows client_assertions Help

    unknown talk mode (Mode = 0)
  8. EvulMastah

    -

    doPlayerRemoveMoney(cid, price) -- removes 50 000 Remove this line. You are already taking the money in the if-statement. Change the else above npcHandler:say('Ok then.') to elseif talk_state == 1 then
  9. EvulMastah

    problem z wchodzeniem ptoworow typu Retching Horror an engery

    https://github.com/otland/forgottenserver/blob/master/src/tile.cpp#L549-L559
  10. EvulMastah

    How to disable MC?

    Semaphores - https://en.wikipedia.org/wiki/Semaphore_(programming)
  11. EvulMastah

    Moving towards OTC

    Mana is already sent. You have the mana bar in the right panel, you use the same value for the bar in the game window.
  12. EvulMastah

    Male or Female?

    Female
  13. EvulMastah

    Moving towards OTC

    I dont see how single if-statements or different brackets positions, or even spaces instead of tabs make it harder for someone to understand or create code.
  14. EvulMastah

    Otclient and server ?

    https://github.com/otland/forgottenserver
  15. EvulMastah

    [Switzerland] OLDERA 7.72 - SERVER ONLINE!!

    Not this weekend.
  16. EvulMastah

    Lua How to put rook pvp

    yes
  17. EvulMastah

    Lua How to put rook pvp

    https://github.com/otland/forgottenserver/blob/master/src/combat.cpp#L290-L292
Back
Top