• 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

    PHP Broken Down

    array() is obsolete, use square brackets [].
  2. EvulMastah

    Fields x Monsters

    This is not a monsters flag.
  3. EvulMastah

    Solved How to set minimum speed for creatures? in sourceCode

    You, sir, are a complete retard. Please stop commenting here and on github, you are just wasting space.
  4. EvulMastah

    Solved How to set minimum speed for creatures? in sourceCode

    @WibbenZ Both of your solutions are wrong. Speed is not stored in database. onLogin script to fix speed of a player that is already in game? And what about monsters? Great idea.
  5. EvulMastah

    Bład przy kompilacji

    To nie jest raport z silnika, tylko z cipsoftowego klienta, nie o ten Player.cpp chodzi, a blad jest gdzies w protocolgame, nie wiem, co tam edytowales, bo nie mam konta na tamtym forum.
  6. EvulMastah

    Fields x Monsters

    Isnt it already like that? https://github.com/otland/forgottenserver/blob/master/src/tile.cpp#L544-L560
  7. EvulMastah

    Solved How to set minimum speed for creatures? in sourceCode

    Maybe https://github.com/otland/forgottenserver/blob/master/src/creature.h#L227 change to baseSpeed = std::max<uint32_t>(50, newBaseSpeed);
  8. EvulMastah

    TFS 1.2 playerUseItemEx() problem

    Try adding an events check https://github.com/otland/forgottenserver/blob/master/src/game.cpp#L1042-L1044 before this https://github.com/otland/forgottenserver/blob/master/src/game.cpp#L1963
  9. EvulMastah

    Bład przy kompilacji

    std::min(target->getMana(), (int64_t)damage); taka samo z mana
  10. EvulMastah

    Bład przy kompilacji

    Lepiej pokaz linijke 182 z player.h. Tak czy inaczej, kod sprawdza gdzies czy uint*_t jest < 0, a uint nigdy nie bedzie mniejszy od 0.
  11. EvulMastah

    [TFS 1.1] Bot NPC?

    isFriend/isOpponent
  12. EvulMastah

    DETECTED BOOST VERSION TOO OLD, DEBIAN 7

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

    Re-write of AAC's

    https://github.com/diath/pyfsw
  14. EvulMastah

    Programmer !!!PAID!!! RealOTS Cannot connect to Login Server With Realotsclient. !!!PAID!!!

    I will contact you tomorrow, if I'll still remember about this thread by then.
  15. EvulMastah

    Gesior: get char name by id

    This query already selects name.
  16. EvulMastah

    [Switzerland] OLDERA 7.72 - SERVER ONLINE!!

    There are still some unfinished parts of the website, like this one or guild management. Anyway, I have updated the login form.
  17. EvulMastah

    Otland premium

    but of course
Back
Top