• 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!

tfs 1.2

  1. DaBlauwk

    Compiling TFS 1.2 8.60 compiling

    Hi I´ve made some source edits for gold nuggets and dual wielding and I have 3 errors while compiling. It worked when it was just the gold nuggets so the problem must be the dual wielding. https://otland.net/threads/tfs-1-2-crystal-coin-gold-nugget.253866/post-2462745...
  2. DaBlauwk

    TFS 1.X+ TFS 1.2 Compiling 8.60

    Hi Had to rebuild because I made some changes for crystal coin to change into gold nugget but that doesn't seem to be the problem. I'm using Visual Studio 2017 with boost 1.66.0 and tfs-sdk-3.2 Failing rebuild OUTPUT 1>c:\psychoactive\src\connection.cpp(119): error C2440...
  3. kuhi

    TFS 1.X+ Website working for TFS 1.2 protocol 7.4?

    Hello, I'm trying to run a server TFS 1.2 protocol 7.4, this one: [TFS 1.2] Tibia 7.4 (https://otland.net/threads/tfs-1-2-tibia-7-4.263665/) Ingame everything is working fine, but I can't find a website that works on that server because the server database schema for accounts is: id | password...
  4. anyeor

    TFS 1.2 Use instant spell when character is muted

    Hello, I have a question about what I need to change in my source so that I can cast a spell during mute? Thanks!
  5. anyeor

    Szukam programisty C++

    Tak jak w temacie, szukam programisty C++, potrzebuję pare małych fixów w silniku TFS 1.2 który downgraduję do wersji 7.92, między innymi potrzebuję: możliwość używania run np. explosion na magic wall dodać że od xx frags banuje postać a nie konto, dodać limit itemków na kartkę oraz w domku na...
  6. anyeor

    TFS 1.X+ TFS 1.2 Problem - Fields over door

    Hello, I have 2 questions, how do you fix the fields so that they are not "above" the door or just under? Another problem is when I click on the ladder under which an item lies, you can not enter it. The second question is about the use of objects, how to make it possible to use items during...
  7. V

    NPC Dont reply

    This is a free code that I found somewhere. The NPC stops responding every so often and some people do not respond, there are no errors in the console. <?xml version="1.0" encoding="UTF-8"?> <npc name="Veradin" script="veradin.lua" walkinterval="2000" floorchange="0"> <health now="100"...
  8. anyeor

    Job with source TFS 1.2 (8.0) only 1 function instant fix [RUNE ATTRIBUTE] - reward 80$!

    Hello, I need help in TFS 1.2 (8.0) downgrade to 7.92. The problem is that the Tibia client's debugging crashes when there are runes on the screen, it is subdivided by the fact that in version 8.0+ runes are stackable, while the older version does not. I am looking for a person who in this...
  9. anyeor

    Help with source 1.2 (8.0) only 1 function - reward 50$!

    Hello, I need help in TFS 1.2 (8.0) downgrade to 7.92. The problem is that the Tibia client's debugging crashes when there are runes on the screen, it is subdivided by the fact that in version 8.0+ runes are stackable, while the older version does not. I am looking for a person who in this...
  10. .Smile

    TalkAction /adm to turn GOD, / player to turn PLAYER

    Hello everyone, I am currently a beginner in programming and I am developing a Server, and one of the difficulties I had was to have to alternate between 2 Characters one PLAYER and the other GOD to test some things. It is a very simple script, and in the future I intend to improve it. What...
  11. Dvax

    C++ TFS 1.2 / 1.3 I Need script NameLock.

    Hello, I Search working script NameLock. Please Help
  12. Sacarus

    TFS 1.X+ Where are movements functions? onEquipItem, onDeEquip...

    Hi, where may I find those functions that we can target in movements.xml? onEquipItem, onDeEquipItem, onStepInField..? (TFS 1.2) (example: <movevent event="Equip" itemid="2195" slot="feet" function="onEquipItem" />) Is it only in sources, movement.cpp>MoveEvent::EquipItem ?? Another...
  13. anyeor

    TFS 1.2 8.0 Ninjalulz From 8.0 to 7.92 - I will pay for help

    Hello everyone, I have a big problem, when i downgraded this datapack ninjalulz/forgottenserver (https://github.com/ninjalulz/forgottenserver/tree/8.0?files=1) from 8.0 to 7.92 i got one problem with runes, when i create rune example: /i 2268, 1 i my tibia client was debugged. can anybody help...
  14. anyeor

    TFS 1.X+ TFS 1.2 8.0 Ninjalulz From 8.0 to 7.92 - I will pay for help

    Hello everyone, I have a big problem, when i downgraded this datapack ninjalulz/forgottenserver (https://github.com/ninjalulz/forgottenserver/tree/8.0?files=1) from 8.0 to 7.92 i got one problem with runes, when i create rune example: /i 2268, 1 i my tibia client was debugged. can anybody help...
  15. hellboy

    OTClient [TFS 1.x] Can't login into TFS 1.2

    Hello. I can't login into TFS 1.2 inside VirtualBox. Details: * VirtualBox have 2 network interfaces (one NAT and one hostonly) * In VirtualBox I use Ubuntu 18.04 * Inside Ubuntu UFW is disabled * TFS 1.2 console don't show any errors * OTClient build 0.6.6, Rev 0 (df422c0) * OTClient...
  16. Theofar

    Programmer Looking for a C++ devel with OTClient experience [PAID HOURLY]

    Looking for a C++ devel with OTClient experience to fix my OTC protocol issues: 1- client dissconects every time, I sniffed my connection and saw server closing connection with client (probably by receiving bad packet) 2- some modules packs, data and sprites, doesn't works together, client get...
  17. Asheex

    Super Promotion Scroll TFS 1.2

    Hey, I need a script that after clicking on a given item will change the character's profession to a better one For example: knight> super knight> ultra knight Knight have ID 4 on Vocation.xml Super Knight have ID 8 on Vocation.xml Ultra Knight have ID 12 on Vocation.xml So generally there...
  18. ZowN

    Draw creatures on top of spell effect?

    I want to make spells with the effect drawing on top of tiles but underneath creatures so it doesn't cover creature sprites. Not really sure if this is a super hard task but would appreciate any feedback on your thoughts and if possible where in the code I should look into.
  19. Booker

    TFS 1.X+ Creature() method with custom monsters?

    Hello, i'm using TFS 1.2 and i just cant get to return a monster instance using Creature() on a custom made monster passing in it's name as param. This works: local monster = Creature("rabbit") monster:getName() >> Rabbit This doesn't: local monster = Creature("myMonster") monster:getName() >>...
  20. Manigold

    TFS 1.2 wait x seconds to logout

    I'd like to make people wait for example five seconds, to logout after login . Can someone help me with this?
Back
Top