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

    C++ Question about delay follow/ follow attack

    Is there any place in c++ code that I can change to get the follow/ follow attack faster to respond to this action?? I already fixed the action to push the players but to follow i can't find it When i'm attacking a player and is a magic wall in front of me and it's gone the player take too...
  2. dervin13

    Feature Auto Loot [TFS 1.3]

    Bump
  3. dervin13

    Lua Changing to see status with all items attributes

    Is it possible to add to this command to see your skill plus your attributes items? How can I do it? thanks function onSay(player, words, param) local level = player:getLevel() local vocation = player:getVocation():getName() local health, maxhealth = player:getHealth(), player:getMaxHealth()...
  4. dervin13

    AutoLoot System for tfs 1.x

    Is it possible to collect items inside bag?? how to do it?
  5. dervin13

    Feature Auto Loot [TFS 1.3]

    Is it possible to collect items inside bag? how to do it?
  6. dervin13

    TFS 1.X+ Help Channel message when open

    nothing happens, I added in chatchannels, help
  7. dervin13

    TFS 1.X+ Help Channel message when open

    Hello, I use otx based on tfs 1.3 and when I open the help channel it doesn't show any message, is it possible to add a message when player enter in the channel?? thanks
  8. dervin13

    How to give PZ lock to spell Tfs 1.3

    bump
  9. dervin13

    TFS 1.X+ More than 1 player getting unjustified frag

    No, tfs 1.3 doesnt have
  10. dervin13

    TFS 1.X+ More than 1 player getting unjustified frag

    Is it possible to make more than one player getting unjustified? Newer tfs only let the last player getting this frag.
  11. dervin13

    How to give PZ lock to spell Tfs 1.3

    bump
  12. dervin13

    How to give PZ lock to spell Tfs 1.3

    Yes, this make people battle, but they can enter in pz area, I wanted something to block them entering in pz areas
  13. dervin13

    How to give PZ lock to spell Tfs 1.3

    thats so sad, thanks anyway
  14. dervin13

    How to give PZ lock to spell Tfs 1.3

    bump
  15. dervin13

    C++ Health info client

    Tibia Client does not support as far as I know, I advise you to use life in mana in percent
  16. dervin13

    How to give PZ lock to spell Tfs 1.3

    Hi can anyone help me to put pz lock when cast a spell? I already tried using combat param infight to put pz lock to a spell, but it does only give battle, player still can enter in a pz area...
  17. dervin13

    AAC Help Signatures MYAAC

    Solved, I just replaced the functions.php for a new one
  18. dervin13

    Help convertion script to 1.x

    Anyone can help to convert this talkaction? I already tried some changes but didn't work thanks local temple = {x=100, y=100, z=7} -- Lugar onde será teleportado local level = 100 -- Level minimo para poder usar o item local pz = true -- players precisam estar em protection zone para usar...
Back
Top