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

  1. bivr123

    Lua Change Summon Looktype

    Hi, could someone help me fix this code? I want my summon to change its looktype when the player has a fight condition, and when it's not back to the previous looktype. And even being wild to have only one looktype here the code: outfits_wild = { ["Typhlosion"] = {349}, ["Quilava"] =...
  2. bivr123

    Using Items Behind Walls

    I think it was something I moved in the source that might have changed that but I don't remember exactly. All items I can use behind walls/mountains, etc. Does anyone know what it is and can help me?
  3. Igor312455

    Solved Outfit in characterlist error

    Solved!
  4. BonzzoR

    PHP TFS 0.3.6 8.54

    Hello i use tfs 0.3.6 8.54 tibia. Its posible to add special zones to exivia? I mean if player on carlin and player who cast exivia in thais . Will see text "nick are on Carlin" and when he will be in carlin too, spell will showing "north est" something like that sorry for my english =)
  5. Brunds

    [Suporte] 0.3.6 TFS Apenas Master poder passar por dentro do summon

    Salve galera estou tentando fazer para apenas o dono do summon poder passar por dentro dele Porém não estou conseguindo ter sucesso bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || creature->isWalkable() || (creature->getMaster() &&...
  6. Daemonium

    Windows How to allow connection on web page and server using xampp?

    I'm really lost here. I can't even connect from my local network. Gesior 1.0.3 TFS 0.3.6 What setup should I use normaly? server config? firewall rules? xampp config?
  7. Daemonium

    Problem installing gesior 1.0 3

    USING: Gesior: Version 1.0.3 for TFS 0.3.6 and TFS 0.4 up to revision 3702 PHP: 7.4.8 PROBLEM: Many tables do not create in mysql when using the install.php. STEP 3 Add tables and columns to DB Installer try to add new tables and columns to database. Could not add column key to table...
  8. 9

    Lua someone can help with skin item?

    Hello, I have a question, can someone help me, rewrite the script? I found the @M0ustafa user script: local t = { -- [vocation, promotedvocation] = {mini = minimum heal, maxi = maximum heal} [{1, 2, 5, 6}] = {mp={1050,1150},hp={100,150}}, [{3, 7}] = {mp={300,500}, hp={800,950}}...
  9. Sunset

    TFS 1.X+ Items.xml value not working in TFS 1.X - Please read post, TL;DR at the end

    I have been customizing OTs since I was a little child, but for years I have abandoned this beautiful hobby. A few days back, however, me along with my best friend (who is now a programmer) decided to give OTs another try now that we're older and better prepared. We went for the lastest version...
  10. D

    (internalGetPlayerInfo) Player not found when requesting player info #3

    Cześć. Mam drobny problem z autolootem; system wydawało by się działa bez zarzutów, natomiast przy bliżej nieokreślonej interakcji wywala mi błędy w konsoli: [11/03/2020 17:03:54] [Error - CreatureScript Interface] [11/03/2020 17:03:54] In a timer event called from: [11/03/2020 17:03:54]...
  11. metiu11

    TFS 0.3.6 Spell transform

    Heyo, I found script, which add effect on player but i want to change lookType, so i edit it like this: local tempo = 60 -- tempo em segundos. local ml = 35 -- quantos ira aumentar o skill de ML local skillfist = 35 -- quantos ira aumentar o skill de Fist local skillsword = 35 -- quantos ira...
  12. Lalo I

    [8.6] [TFS 0.3.6] Need help:/

    Hello I have various problems, but the first one is, how do I edit this into just giving the ML to Mages, vocations (1,2) local exp = 4000 -- Quanto de ML o player irá ganhar?! local exhaust = 120 -- Tempo para o player poder usar o item novamente! (tempo em segundos) local text = "Magic Power...
  13. Simonp1512

    [0.3.6] TFS magical damage max hp/mp potion

    hi people, is possible to do a potion that increase for a short time the magical damage as key="increasemagicpercent" and a other potion to up the max hp/mp for short time i don't know if this is possible if any one know something please can tell me? thx (y) rep++
  14. Voltage#8688

    Storywriter Ranger's Arcani is looking for reinforcement!

    Hello, I'm currently working on a TFS project called Ranger's Arcani. -TFS-Version: TFS 0.3.6.pl1 -Rates: custom rates -Map: custom map -Client: Custom Client (based on 8.54) We have a web programmer (me), a coder, mappers but sadly not any Storywriters. Our team is looking for Storywriters...
  15. Udun

    TFS 0.X More than 15 floors

    Hello all, Im looking for a way to make more than 15 floor levels on RME and TFS 0.3.6, for example, do 150 upper floors from main floor (for now floor 7 on all tibia ots) and for example 50 cave floors, and if we can modify the main floor to be another one different, not the 7 anymore. I found...
  16. B

    Linux TFS0.3.6/Ubuntu Inaccurate addEvents (ms)

    Hello! When I have my server hosted on my machine (Windows) or localy only, I can get high precision effects with addEvents. But I've noticed (it's been a while, actually) that while hosted on an Ubuntu 14.04, the precision is lost and most effects, some quests and this even causes me some...
  17. Udun

    Lua NON STACKABLE RUNES IN 8.60

    Hello all, I need help with a issue of the stackable runes and the charges. Im tryng to make a rune making system like in the old days, with non stackable runes and not aviable to buy in the store on my ot 8.60 tfs 0.3.6 but I can't find the way to make it. I try to modify the tibia dat and otb...
  18. L

    Error LUA

    [Lua Error] [string "loadBuffer"]:4: ')' expected near 'ry' What is wrong with it? TFS 0.3.6
  19. N

    TFS 3.6.0 and "Server Log"

    Hello anyone know where i can hide, delete or anything but make invisible chat named "Server Log"? i can't find it :(
  20. Bash

    Task System, need some help

    Hello, i have already a working task system. Made some rework at script to work with my otx based on fs 0.3.6. The problem now is that when they cancel the task by saying the new name of task, the task shows done at website and ofc can't do it because its like he completed it. Some1 knows how...
Back
Top