• 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. 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"...
  2. 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...
  3. 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...
  4. .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...
  5. Dvax

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

    Hello, I Search working script NameLock. Please Help
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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.
  13. 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() >>...
  14. 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?
  15. Lopaskurwa

    How to disable equip item for specific character

    TFS 1.2 Hello How not to let quip specific item if you are not required vocation id. So lets say Item:2320 can use only vocation 1,5,7,6 every other vocation cant quip/use them. Tried <movevent event="Equip" itemid="13385" slot="left-hand" function="onEquipItem" /> <vocation id="10" />...
  16. H

    Cant load monsters

    Hello, i set a tfs 1.2, all should be good, i can login on server but cant spawn or create by RME any monsters or npc, what could be the problem? :S Solved
  17. Goku97

    TFS 1.X+ Creating / adding custom new skill

    -empty-
  18. tago360

    OTs11 ~ Tibia North America Purge! Custom map TFS 1.2 clients 11+

    I have posted in the past of making a OT but I lost the files and wasn't able to retrieve... Link- Custom OT 10.90++ OTs11 New World Comming in neat future. so... I Am making a OT 100% mapped and scripted by me, TFS 1.2 based OT compiled for Tibia clients 11+ and will backup multiple...
  19. Lopaskurwa

    TFS 1.X+ MESSAGE_WALKAWAY In NPCs channel

    Hi How to send [MESSAGE_IDLETIMEOUT] = "Good bye.", [MESSAGE_WALKAWAY] = "Good bye.", in NPCs channel instead of default chat?
  20. H

    Need help to make transform system revertible and not revertible

    Hi so i have full functioning transform system without any problems but it dont really have such think as not revertible transform now all transforms can be reverted to previous form. Technically this transform system is made by this system but updated to tfs 1.2 Transform system [table...
Back
Top