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

    Issues compiling TFS 1.2/1.3

    well i did it but idk it still throwing a lot of error after finishing generating code as u can see it finishes the rebuild but with errors, any idea? should i try compiling it in a linux distro?
  2. Ovnyx

    Issues compiling TFS 1.2/1.3

    it work it finished succesful but i still got errors daamn what a problem just to compile this, i dont remeber to have all this program when i was working time ego :(
  3. Ovnyx

    Issues compiling TFS 1.2/1.3

    hi thank you, i did exactly what u said there i changed in configmanager.cpp and since there was no lua.h modified luascript.h and it get fixed but now i get this error:
  4. Ovnyx

    Issues compiling TFS 1.2/1.3

    Hi i was trying to compile the tfs 1.3 but i got som troubles, i use this guide : https://otland.net/threads/tfs-1-3-8-6-compiling-errors.263594/#post-2548089 until i can compile but i got errorm then i try retargeting the solution and then again rebuild but i got the same issue: same while...
  5. Ovnyx

    C++ [Windows] Free compiling service [TFS 1.3] [TFS 0.4]

    i got a problem but it was because i didnt had the english lenguage package so i installed and then it work perfectly i tried installing it in the same folder of the server, and in desktop, actually im working with the one is alone in my desktop, going to do it all again using your tutorial to...
  6. Ovnyx

    C++ [Windows] Free compiling service [TFS 1.3] [TFS 0.4]

    yeah sure, i did everything over there, but doesnt work so i tryied to do also what was in the quickguide but im getting the same error, maybe i have to clone and execute the vcpkg bat in the same folder as the server or any specific folder?
  7. Ovnyx

    C++ [Windows] Free compiling service [TFS 1.3] [TFS 0.4]

    what did i do bad? i follow everything that is here microsoft/vcpkg (https://github.com/Microsoft/vcpkg#quick-start), and then i go to build but same problem sure going to check that ty very much
  8. Ovnyx

    C++ [Windows] Free compiling service [TFS 1.3] [TFS 0.4]

    hi any idea why this error while starting compilation? i did all the steps in the compiling guide at github
  9. Ovnyx

    TFS 1.2 speed attack

    excuse me for all this questions, it has been 2 years without working on my ot so im kinda lost, can i compile tfs in a linux machine to run it in windows?
  10. Ovnyx

    TFS 1.2 speed attack

    really appreciate buddy, where can i get the 1.3 source to compile? i can use the lastest version of visual studio to compile? or it has to be the 2017?
  11. Ovnyx

    TFS 1.2 speed attack

    oh ok so im gonna go with the weapon :) thats exactly what im looking for, just another question buddy, if i use the Lua Function - [TFS 1.3] Item abilities via Lua (https://otland.net/threads/tfs-1-3-item-abilities-via-lua.260156/) i can add to a weapon the ability to attack faster, but i can...
  12. Ovnyx

    TFS 1.2 speed attack

    wow thanks looks really interesting, is there any difference between doing it on player or in the weapon?
  13. Ovnyx

    TFS 1.2 speed attack

    yeah i read in some posts about that but it seems to have some limit, also read something about doing this with the initial attack, but it also has time limitations(and i really dont understand how that works), thats way i was searching to build a solutios by adding or modifying in the...
  14. Ovnyx

    TFS 1.2 speed attack

    hi, sorry if this is a stupid question, but i was searching in the forum and im wondering how the server handles the speed a character hits a target? since there is no attackSpeed lua function to handle this, i was trying to understand how the server handles this so i can figure out what should...
  15. Ovnyx

    When to use lua functions

    wow thank you for your replay, so in terms of performance its the same to do lua functions and modify source code?
  16. Ovnyx

    When to use lua functions

    Hi im returning after some time working hard on my career, actually im retaking my old ot project, and i was curious to know in which cases should i use lua functions instead of adding extra stuff into the source code of the tfs? for example if i want to modify some of the normal behavior of a...
  17. Ovnyx

    Correct way to transform item

    thank you, really helpfull
  18. Ovnyx

    Correct way to transform item

    hello, i wanted to know what should be the correct way to transform item into another while equiped, and transform back again when dequiped, i just modify items.xml and add transformEquipTo, and transform back used decayto and a duration, but in future i will like this item to give something to...
  19. Ovnyx

    Pet system

    2 years ego i was working on a pet system, actually im coming back to work on my old tfs server ;)
  20. Ovnyx

    Solved Znote ACC problem.

    EDIT: SOLVED, editing in htdocs/config.php and edit: //it has another path so i edited for this $config['sqlHost'] = '127.0.0.1'; if is usefull for anyone.
Back
Top