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

    Solved C++ or LUA Check if player is wearing 2 weapons, if so INCREASE MONSTER DAMAGE

    Hello guys, since i failed to manage de defense formula i changed my strategy. Using TFs 0.4 rev 3777 How can i manage to verify if a player is wearing 2 weapons at the same time, and if so, monsters will deal more damage to him, but only if he is using 2 weapons. I tryed to search, but got...
  2. Vesgo

    C++ (or lua) Using 2 weapons will low you defense

    Hello guys, i´ve recently implemented the possiblity to use 2 weapons ate the same time, just for Knights. I´ve made some code changes but im stuck at this part: Using TFS 0.4 rev 3777 How can i manage to, when the player wears the 2nd weapon, create somekind of condition to reduce his...
  3. Vesgo

    TFS 1.2 How to OUTPUT.LOG

    Im migrating from TFS 0.4 to TFS 1.2 buy can´t get the output.log file to work. I had this working tag on my 0.4 config.lua : outputLog = "output.log", but it does not work in TFS 1.2 How can i do it guys? I want to get all the info from windows tfs console to a text file.
  4. Vesgo

    Healling items stop working after logout - CLOSED

    Im using TFs 0.4 rev 3777. I noticed that if a player is using a soft boots (or any item that heals mana ou hp) logs out, when he comes back the item is still getting consumed (soft boots or rings) but does not heal anymore. He needs to wear it off and on again to get it working. Any hints?
  5. Vesgo

    Solved onLook new attibute for itens.

    Hello friends, i would like to know if theres any way to implement a new attribute inside items.xml for TFS 0.3.6 pl1, that works like the "description"? When i look to the item, it shows the new attribute and it would be a "price" attribute. Like <attribute key="price" value="Price: $ 10,00...
  6. Vesgo

    Solved fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

    Hey guys, check this out, hope can help someone!! Trying to solve de spells.cpp source problem, i got another problem, i i manage to solve it. its worth to check it out! http://otland.net/f16/compiling-rev-5831-spells-cpp-problem-some-problems-more-172763/
  7. Vesgo

    Solved Compiling Rev 5831 spells.cpp Problem and some problems more!

    Hey fellows, im trying to compile and im getting this problem, any help?? I follows as many tutorials i could find, using the settings.props from MartyX, and his SDK. but im stuck on it. Thank you in advance. PS: I dont really know if its the right place to ask, but, im trying, as i...
  8. Vesgo

    0.3.7 SVN dont count xlooged players?

    Hello friends, im editing my new ot under TFS 0.3.7 SVN (9.60 version). My last ot server used TFS 0.4 under a 8.60 version, and i needed to edit sources to not count xlogged players and avoid a ban under otserv list . I would like to know if i need to edit anything in my new sources to not...
  9. Vesgo

    OTServlist

    Hey guys, what the hell am i doing wrong? I took off all the anti logout areas from my map (except the zombie event area), idle time is 15 minutes, and just when my ot server reaches 50+ players, i got banned. I just wonder what the Hell am i doing wrong, i need to pay to annouce my ot in...
  10. Vesgo

    [TALKACTION] Automatic Change Gold

    Hello Dear Otlanders! I ve been searching this a lot, but could not be able to find or make it (i tryed!). as the topic says, im looking for a talkaction that makes the changing gold actions automatic, just by saying: !autochange on/off If its on, it will change 100 gold coin into...
  11. Vesgo

    Run 2 TFS server under the SAME linux host

    Hello friends, is there any way to run 2 servers (tfs 0.4) with different ip´s (like sv1, sv2...) in the same machine (a linux dedicated host) without getting the error? Ty in advance!
  12. Vesgo

    Complaint Search Function

    What happened to the search function? Im trying to find things but in some way the search function has changed! To worst! what have you done guys? its really bugged....
  13. Vesgo

    Search function

    What happened to the search function? Im trying to find things but in some way the search function has changed! To worst! what have you done guys? its really bugged....
  14. Vesgo

    Global Save MOD

    Hello guys, is there any way to make a mod to execute a global save (saves, shutdown...) only to run twice a week in a certain hour? Using it i wish to disable my config.lua global save configs.. thank you in advance dear fellows!
  15. Vesgo

    [SOLVED] Block Logout from event

    Hello Otlanders, is there any way to block players from logging out de otserver when they enter a certain area using a storage value (anyhow players are logging out even when a set this area as a no logout area in remeres)?
  16. Vesgo

    Teleport Rune MAKING ME CRAZY!

    Hello otlanders! Please, i need a little help to finish my script. I already tried everything, and searched every post, but could not manage to make it work. This is what i need: I need a teleport rune (action script) to teleport the player to his original city. But after you use it, it runs...
  17. Vesgo

    War system with shield

    Im looking for a War system with shield to my tfs 8.70 v.4079. Since Elf does note answer me, im asking to you otlanders to help me. I wanna buy that war system to my ot? anyone? thank you in advance. Ps: If its the wrong section, please move it ok?
  18. Vesgo

    Payments from Brazil

    Hello dear fellows, is there anyway to pay from brazil? Ive tryed to use my international credit card but paypal cant validate that! Please!
  19. Vesgo

    Solved Help me with sintax please!

    Dear friends, can someone please give me any advice to change de ">" sign for something that works? It seems that the > sign in the MOD script dont work and the code after it dont runs. Did i made myself clear enought? if #red > 0 and #blue > 0 then for _, r in ipairs(red) do...
  20. Vesgo

    Solved Please CLOSE

    Hello dear friends, i would like to know if there´s any way to start this "Capture the flag" mod using an ADM talkaction? I dont want to wait the globalevent time, i would like to run it whenever i want to! This is the mod im using...
Back
Top