• 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. War-Ots

    Solved Storage System explanation

    Helo guys, I hope is everyone doing well :) I have been studying TFS again recently and i am currenctly building a server (ending a project). I already have managed to implement some stuff based on study i have been making here in otland and also reading code, testing etc. I am currently...
  2. War-Ots

    Script System between TFS 0.3.6 and TFS 1.3x

    The goal to use tfs 0.3.6 was to use already made scripts. As I see is not worth to use such old server and tfs 1.3 is better. Well it was my opinion at the beginning but I was advised to use 0.3.6. Big thanks to every one <3
  3. War-Ots

    Script System between TFS 0.3.6 and TFS 1.3x

    Hey guys I'm trying to build a server, at the beginning I was planning to use TFS 0.3.6 but I can't manage to compile it on ubuntu 18.04 (this thread talks a bit about it) so I'm forced to use TFS 1.3x.. my question is if I can use scripts from TFS 0.3.6 on TFS 1.3x ? Thanks in advance
  4. War-Ots

    Compiling Libs error when compiling TFS 0.3.6 v8.2

    Well thank you a lot, will try to compile and run other TFS to see if it run, I wanted to open a 8.6 with tfs arround 0.X but from what I see here I see there are no other chance but to open with some more updated sources (1.X) anyway if someone have others sources that I can try to compile or...
  5. War-Ots

    Compiling Libs error when compiling TFS 0.3.6 v8.2

    This: COLLECT_GCC_OPTIONS='-march=native' '-E' '-v' /usr/lib/gcc/x86_64-linux-gnu/7/cc1 -E -quiet -v -imultiarch x86_64-linux-gnu - -march=haswell -mmmx -mno-3dnow -msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha -mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4...
  6. War-Ots

    Compiling Libs error when compiling TFS 0.3.6 v8.2

    The sources we are using are the ones @Lava Titan said before, checking cat /usr/include/boost/version.hpp it says that BOOST_LIB_VERSION "1_65_1". the OS is Ubuntu 18.04 LTS, should I download other boost? If so, how can I do it? To be honest I get a litle lost when installing the libs needed...
  7. War-Ots

    Compiling Libs error when compiling TFS 0.3.6 v8.2

    I did a sudo reboot and didn't work. And I also went to OVH control panel (that is my host providor) and did a reboot there, and still, the error keeps showing up :confused:
  8. War-Ots

    Compiling Libs error when compiling TFS 0.3.6 v8.2

    First of all thank you @Lessaire. I applied your patch and worked perfectly. Then i had to do several fix on sources to make it compile (some explicit casting and enable -lpthread in FLAGS on Make file) Then I encontered a new error, i moved the executable to main folder of the server granted...
  9. War-Ots

    DeadBug tfs 1.2 client 8.6 Char Creation

    Hi guys, sorry for the question, I am building my old war server 8.6 with tfs 1.2. I dont have major bugs (at least as far as i know) but when I create a char with Knight Vocation when I first login in the game I get a deadbug! The second time I log in I don't get any deadbug or other problem...
  10. War-Ots

    Lua Skull systems for frag rank TFS 1.2

    Yeah I agree with you but I can try change something onLook.. But I guess something is sources is blocking the skull when server is PVP-E type
  11. War-Ots

    Lua Skull systems for frag rank TFS 1.2

    I need to change something in sources but I dont know where... Can someone tell me? Ussualy I know hot to do my changes bu my problem is to find where they should be donne...
  12. War-Ots

    Lua Skull systems for frag rank TFS 1.2

    Update When my char dies it losses all equipments and revive with 40 hp (black skull punishments) so it is giving the skull but it is not showing up the skull
  13. War-Ots

    Lua Skull systems for frag rank TFS 1.2

    Well not sure but I have a script that when I look a player it says the frags it have so I guess it is counting 16:28 You see Bumm (Level 665). He is a master sorcerer. Kills: 19 Deaths: 32 But I think that the problem is in the souces, I guess that exists a function that if(!world_type_pvp)...
  14. War-Ots

    Lua Skull systems for frag rank TFS 1.2

    Found what was wrong. I turned my server to PVP and the last script I made worked. When server is PVP-E it dont work, skulls are not given to the players. Any ideas to solve this problem? Maybe I need to change something in sources, but where?
  15. War-Ots

    Lua Skull systems for frag rank TFS 1.2

    It is giving me errors I am have tried alot of way.. ah and by the way its player:setSkullTime(refreshTimer+1000) not player:setSkullTimer(refresTimer+1000) ^^ Soon I will post here new ways I tried and my error's, but still if any have new ideias tell me here! (:
  16. War-Ots

    Lua Skull systems for frag rank TFS 1.2

    Updated!! local frags = player:getStorageValue(fragStor) print("say elo"..frags.."in if") if frags >= 3 and frags < 4 then player:setSkull(SKULL_YELLOW) player:setSkullTime(-1) print("teste1")...
  17. War-Ots

    Lua Skull systems for frag rank TFS 1.2

    Can you explain youself better? sorry but I am new
Back
Top