• 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

    Add Player 3% Mana per sec needed

    Please do not use meme language as a reference.
  2. EvulMastah

    Website error HTTP 500 NOT FOUND!

    https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_Error
  3. EvulMastah

    The beauty of coding and the open source community.

    But this code is ugly as hell.
  4. EvulMastah

    Windows Issue while compiling ForgottenServer 1.2

    You are missing boost libs. https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows
  5. EvulMastah

    who is older than me?

    Joined: Aug 19, 2007 .i.
  6. EvulMastah

    Co tam?

    gunwo
  7. EvulMastah

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Quests are not hardcoded.
  8. EvulMastah

    The Legendary Door - Level 999 Gate of Expertise -

    "It's spoiled already. You can choose one of the rewards: Sword of Virginity, Autism Axe, Blueball Hammer, Wand of Neversun, Basement Rod, Cape of Wasted Life"
  9. EvulMastah

    Blokada przechodzenia przez graczy

    W ustawieniach projektu (bodajże flagi), o ile dobrze pamietam, -D__USE_MYSQL__ No chyba że chcesz SQLite, to zamiast MYSQL wpisz SQLITE
  10. EvulMastah

    Blokada przechodzenia przez graczy

    Usun cala zawartosc metody i wpisz return false; - w ten sposob zablokujesz przechodzenie dla wszystkich, wszedzie.
  11. EvulMastah

    Compiling Help change spawnrates per players online

    This is parsed just once when server starts. checkSpawnEvent = Scheduler::getInstance().addEvent(createSchedulerTask(getInterval(), boost::bind(&Spawn::checkSpawn, this))); You want to manipulate the getInterval result.
  12. EvulMastah

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    xxxx-yyyy-zz multiply x and y by 32 to get start pos, in the file xx-yy is offset.
  13. EvulMastah

    Is this possible?

    AFAIK you would have to modify client. It does not send move packet when there is a creature on the tile you are trying to walk on. (in 7.x)
  14. EvulMastah

    Best way to learn PHP?

    The best way to learn php is not to learn php.
  15. EvulMastah

    [Switzerland] Oldera 7.72 - WAR EDITION - SERVER IS ONLINE!

    Then it should be reported, I often forget to push the fixes to the public distro after fixing them on Oldera etc.
  16. EvulMastah

    [Switzerland] Oldera 7.72 - WAR EDITION - SERVER IS ONLINE!

    Many people have that distro already. It is the one you can find in the closed marketplace board.
  17. EvulMastah

    Lua Player.setLevel()

    Well, you are taking players accountId but comparing it to players `id` in the query. use self:getGUID() or whatever its called or change the `id` to `account_id`.
  18. EvulMastah

    Windows items.otb

    Use otb editor.
  19. EvulMastah

    How make the Make the corresponding BORDER tiles walkables? sprites /editing

    Missing speed or rebuild items.otb with new .dat.
  20. EvulMastah

    God comamnd /m 8 monster spawn limit Pictures

    Yes, but with force = true.Game.createMonster(monsterName, position[, extended = false[, force = false]])
Back
Top