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

  1. Gomgom

    [TFS 0.4] Exceptional Auto Looting System on opening corpse

    Hello, I wrote a system that got an idea and I know that the hole thing could’ve been written in c++ but I’d rather have it written in lua than edit source files which makes it easy for a lot of people to install systems, though, many people have been using that all new versions of tibia and I...
  2. Daniel Kopeć

    Solved Vial of water did not work TFS 0.4. HELP !

    Filling the vial with water does not work :( I need this feature to be done dreamer's challenge quest etc... On the other hand, Sandra in Edron sells an empty vial. How to fix it? empty vial in item editor It looks like this: sandra.lua: shopModule:addBuyableItem({'vial of oil'}, 2006...
  3. Daniel Kopeć

    AAC Item Market for Gesior 2012 0.4

    Does anyone have an "Item Market" script for Gesior 2012 0.4 Tibia 8.6 ?
  4. 3AsFoR

    is it possible to run tfs 0.4 without site

    is it possible to run tfs 0.4 without site or uniformserver only with sqlite and database that included in source folder!? i have compiled tfs 0.4 but i get this error when it run i changed config file from sqlType = "mysql" sqlHost = "127.0.0.1" sqlPort = 3306 sqlUser = "root" sqlPass =...
  5. Yan18

    TFS 0.X [TFS 0.4] How to know if a player is inside a house?

    Hello guys! There is a way to know if a player is inside a house? Have some flag to get it? I searched if there was a way, but I didn't find it out.
  6. GOD Coke

    Compiling Cast system error

    Can someone help me, I have changed my server from debian 8 to debian 9 and the cast system stopped working, i compiled everything fine and when someone opens the cast this comes out I use the tfs 0.4 I do not get any error in the console and I have the account manager disabled and no account...
  7. R

    TFS 0.X Some bugs to fix.

    Hello guys. I have some problems with my TFS 0.4 8.7 server and would like help. # 1 HEAL AND MANA VERY DISTANT. In the old versions of Tibia, when using Great Spririt Potion, life and mana appear very distant. How i Change? Well, this is not a bug, just a feature. :D # 2 BUG OF LIGHT When...
  8. beenii

    Lua create function shuffle(numbers)

    Hello I think that interesting systems could be created with a function like this I need it for a system to change townid of my players the truth is, I don't know how to store data in tables, to create this function the idea of the function is the following: be able to use the function...
  9. Real Vandta

    Lua Talkaction Command Save Items Without Clean

    Hello Guys, i have a question i want a script on talkaction if you did /i items donate on temple and drop it on the tile and make command for save the items on this tile and when the clean do the item didin't clear or moved. Thank you = Im using a tfs 0.4 rev 3777
  10. thegood

    attempt to call global 'getCastleConfig' (a nil value)

    I need help with this Castle War script, all works good, but when the event finish, i recive this message: And have this error: This is my castlekill.lua: function onDeath(cid, corpse, killer) if (getCreatureName(cid) == getCastleConfig("monster")) then Castle_endEvent(true...
  11. G

    Help with Inq Script

    TFS 0.4 protocol 8.6 Good night friends. I would like some help to make a part of this quest script, what I need is to check the storage 39000 value 7 so that the player cannot repeat the same action (complete te quest again). I thank you all. function onUse(cid, item, fromPosition, itemEx...
  12. Real Vandta

    Lua [Request] about death channel

    Hello i need script lua when player logging in my server the death channel open automatically can someone help me with that script I've searched but i dont founded it help me :/ For tfs 0.4
  13. Real Vandta

    Action FrozenStone Use this items Evolve your items legend to frozen.

    local config = { [2471] = {itemid=2662}, [2466] = {itemid=8866}, [12643] = {itemid=7896}, [9933] = {itemid=11117}, [7410] = {itemid=2453}, [7840] = {itemid=2352}, [7438] = {itemid=8858}, [2443] = {itemid=7770}, [12644] = {itemid=8907}, } function onUse(cid...
  14. Real Vandta

    Action SECOND PROMOTION SCRIPT

    local config = { [1] = {5}, -- sorcerer [2] = {6}, -- druid [3] = {7}, -- paladin [4] = {8}, -- knight } function onUse(cid, item, fromPosition, itemEx, toPosition) local v = config[getPlayerVocation(cid)] if v then doPlayerSetVocation(cid, v[1]) doCreatureSay(cid...
  15. equero

    Lua Task System 0.4 via a command/talkactions

    Hi Need a task system via a command like !taskstart rotworms [task started] you have killed [33/70] rotworms. and when you're done: you finished the task successfully! You receive [item][experience]. tfs 0.4 8.6 Thanks a lot!
  16. Lurk

    TFS 0.X player getting extra health and mana per level depending on storage

    I'm using tfs 0.4 rev 3777 (Fir3element/3777 (https://github.com/Fir3element/3777)) and I'd like to know how I can make it so a player gets extra hp and health based on a storage value for example: Knights gain 5 mana and 20 health per level (just like in vocations.xml) if the storage value is...
  17. Lurk

    TFS 0.X how can I check if the player causing damage with a weapon

    I'm trying to mess around with onStatsChange and I need to check if the damage that the player is causing is being caused by a weapon (since the player can deal damage with runes, spells, fire field and what not) I know I can getPlayerSlotItem but that will only tell me that he has a weapon equiped
  18. jondropss

    TFS 0.X how to remove smoke effect from exhaust

    hello otland friends, i wanna know if is possible to remove the exhaust effect - smoke, when a skill is exhausted and instead shows a message in the Log ... do you have any idea if it is possible? and if there is already a tutorial for me to follow? or just removing the smoke effect would help...
  19. Lurk

    TFS 0.X add description to znote shop items

    Hello, I found this script for the globalevent gesior shop item -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ###...
  20. Lurk

    TFS 0.X server crash

    Using tfs 0.4 rev 3777. I have doOpenChannel on my server so whenever a player close a channel that I don't want them to close it is reopened and it works fine most of the times, but if I'm online and someone logs into my char (that will kick me), that other person will log in without any...
Back
Top