• 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. Hermes

    Linux Preventing user from leaving home directory.

    Hello! I am trying to create a specific user. When this user logs into the FTP/SFTP, he should be automatically redirected to the /home/user directory, and he shouldn't be able to leave this directory and delete/modify files that aren't in the /home/user dir. Is there any way to do that...
  2. Hermes

    Npc checking vocation

    lol cyko that was really weak, you could've done it in one file (only if npcs have different names though) : D
  3. Hermes

    instalacja tfs na serwer

    aptitude install libboost-date-time1.42-dev libboost-date-time1.42.0 libboost-filesystem1.42-dev libboost-filesystem1.42.0 libboost-iostreams1.42.0 libboost-regex1.42-dev libboost-regex1.42.0 libboost-serialization1.42-dev libboost-serialization1.42.0 libboost-system1.42-dev...
  4. Hermes

    Storage can't attack Storage

    No. Neither he nor we need such a script because it's weak and unoptimized. Scripts like this will slow down everything :f
  5. Hermes

    Storage can't attack Storage

    local storage = 12345 function onCombat(cid, target) if(not isPlayer(target)) then return true end return (getCreatureStorage(cid, storage) + getCreatureStorage(target, storage)) == 2 and false or true end weak but might do the trick
  6. Hermes

    instalacja tfs na serwer

    Zależy jakiego masz linuksa ; p. Jeżeli debian to wpisz w google: `debian ots ultimate compile guide otland` to znajdzie temat Elfa, w którym jest wszystko ładnie opisane.
  7. Hermes

    Storage can't attack Storage

    @Cykotitan -1 == -1 => storage == storage => can't attack same as in request : D
  8. Hermes

    Prevent player from selling items with actionid > 0.

    Fixed - r4341.
  9. Hermes

    Storage can't attack Storage

    local storage = 12345 function onCombat(cid, target) if(not isPlayer(target)) then return true end if(getCreatureStorage(cid, storage) ~= getCreatureStorage(target, storage)) then return true end return false end
  10. Hermes

    Prevent player from selling items with actionid > 0.

    Everything could be done with source edits. I am wondering is there any way to not hardcode it in c++ but do in LUA.
  11. Hermes

    Request new function at Quests (cpp)

    It was implemented in some new revision of TFS 0.4.
  12. Hermes

    Prevent player from selling items with actionid > 0.

    Hello. I am wondering is there any way to prevent player from selling items with actionid? Because I have an advanced script that calculates damage and other bonuses via actionid and when player tries to sell an item with the same itemid - item from inventory is taken first, instead of the...
  13. Hermes

    The Forgotten Server map development!

    It's actually much fun to keep good RPG server running even for those 50-60 players ;-).
  14. Hermes

    The Forgotten Server map development!

    Then you shouldn't release it, just make new project. It would be great, I hate real maps too. I thought you were to develop it in private SVN, for public.
  15. Hermes

    [Request] Lost Account Interface (php) -> Paying for Discretion

    Me more : D. To be honest, we would be able to do it ourselves. We just need some basic data like default messages and actions. That should help us create text forms. The rest should be few MySQL queries and (if set) e-mail handler (which is already implemented lol). Shall we? Of course the...
  16. Hermes

    The Forgotten Server map development!

    The Forgotten Server map is some kind of sample map for basic tests. I don't think it requires development, really. You guys could spend the time spent while revamping TFS map on reproducing bugs or extending own projects :c. Still, that's only my opinion.
  17. Hermes

    [Request] Lost Account Interface (php) -> Paying for Discretion

    I am in need of something like this too : f
  18. Hermes

    Young Drum and Bass producer! Feedback!

    Moar depth and less echo. You have to use more sounds because now it's kinda simple but nice tho :>. You have plenty of samples so you can bind it to the song. After some modifications it could be really awesome. Check some stuff from Sub Focus.
  19. Hermes

    [8.54] Wyvern Mountain by Prest

    Thank you. It's really nice : D.
  20. Hermes

    [8.54] Wyvern Mountain by Prest

    Limit reached :c
Back
Top