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

    How replace effect

    Hi, could someone explain to me how to replace the effect with another effect? and in total also how to add a new effect?
  2. N

    Questions about conversion file

    hello, is it possible to replace the .dat and .spr files from the client for example 8.60 to 10.98 if so, how to do it?
  3. N

    AAC tell me what is wrong this code js?

    Refresh, sorry dont have discord, anyway not working
  4. N

    AAC tell me what is wrong this code js?

    the update did nothing, and so did the image-only path, one of the file locations also doesn't work
  5. N

    AAC tell me what is wrong this code js?

    Hello, could someone please tell me what is wrong with this code? I remember that some time ago it was working normally and now nothing is showing layout.php gesior acc <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script...
  6. N

    Lua Clone spells?

    This is for tfs 1.5?
  7. N

    Lua Clone spells?

    Hello, can you make a code on the latest version of the engine so that the player can make his own clone? in the sense that such a monster would have the same name and the same outfit?
  8. N

    Lua Life regen out of battle

    Updated this for tfs 1.3?
  9. N

    Lua Need spell tfs 1.4

    Refresh
  10. N

    Lua Need spell tfs 1.4

    Hello, I need a target that will teleport me and my opponent to another place for a few seconds and then return to the same place
  11. N

    TFS 1.X+ Help with script

    only that this script work on tfs 1.2 ok, its true, now work, thank you
  12. N

    TFS 1.X+ Help with script

    local vocation= { -- voc/HP/mp [17] = {625, 399}, [18] = {781, 498}, [91] = {451, 523}, [96] = {322, 292} } function onLogout(player) local voc = vocation[player:getVocation():getId()] if not voc then return true end...
  13. N

    TFS 1.X+ Help me with rewite?

    Thank you very much! works beautifully :) I would like to have the last request, could you write again but this? local profesions = { {vocid=91, backvoc=15, mana=11, looktype=456, removedhp=451, removedmp=523}, } local value = {} function onThink(cid, interval) for i=1, #profesions do...
  14. N

    TFS 1.X+ Help me with rewite?

    hello, could someone help me rewrite it on version 1.2? local vocation= { -- Random [17] = {625, 399}, [18] = {781, 498}, [91] = {451, 523}, [96] = {322, 292} } function onLogout(cid) local Player = vocation[getPlayerVocation(cid)] if (Player == nil) then...
  15. N

    TFS 1.X+ teleport spells

    can anyone help?
  16. N

    TFS 1.X+ teleport spells

    hello, I would like to ask if anyone could write something to me, because he can not do it himself After using this spell, we are teleported along with the players who are around us for different positions for a few seconds, Thank you for your help in advance
  17. N

    Compiling Compiler TFS 1.2

    Older versions are paid
  18. N

    ObjectBuilder [10.32]

    There will be a client side version 10.98?
  19. N

    Compiling Compiler TFS 1.2

    Where can I find the compiler needed for this version of the engine?
  20. N

    Lua Bonus HP

    Hi needs of an item which increases the player 15% of life in 15 minutes and after use is changed to a different item. TFS 0.3.6 please help
Back
Top