• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Kownikuzyt

    TFS 1.X+ Gold Converter

    @Evil Puncker When I have the item "11773" and want to convert 100 gold to 1 platinum, I write "You cannot use this object".
  2. Kownikuzyt

    TFS 1.X+ Gold Converter

    Hello, I would like this script to detect and change money. It is possible? I am using the TFS 1.1 engine. <action itemid="11773" script="goldconverter.lua" /> local config = { [ITEM_GOLD_COIN] = {changeTo = ITEM_PLATINUM_COIN}, [ITEM_PLATINUM_COIN] = {changeBack = ITEM_GOLD_COIN...
  3. Kownikuzyt

    TFS 1.X+ How can I fix my Account Status?

    @Sarah Wesker I have tried these changes and still the same :(
  4. Kownikuzyt

    TFS 1.X+ How can I fix my Account Status?

    I am using the TFS 1.1 engine. How can I fix my Account Status? Account Status shows an invalid value.
  5. Kownikuzyt

    TFS 1.X+ Problem with "The Ancient Tombs Quest"

    Hello, I have a problem with "The Ancient Tombs Quest" even though I drag all 11 levers that can't get through the portal. I am using the TFS 1.1 engine. Dipthrah - Mountain Tomb Kod: data/actions/scripts/quests/the ancient tombs/activeTeleportSwitches.lua local config = { [50242]...
  6. Kownikuzyt

    [POLAND][10.90] Gumis-Real - [Edited Real Map]

    https://www.gumis-real.com/ IP: gumis-real.com Protocol: 10.90 Port: 7171 The "Gumis Real" project: We have our own customer! (Tibia - Private Server (https://www.gumis-real.com/downloads.php)) The item store is cheap! (Tibia - Private Server (https://www.gumis-real.com/shop.php))...
  7. Kownikuzyt

    TFS 1.X+ Problem "The Elemental Spheres Quest"

    @Akela Thank you for the answer, I did not have a TFS 1.1 engine, which is totally bugged, I put too much work on the server to give up now. I understand that there are plenty of motods. Please direct me what to do and I will do it, because I want to solve it once and for all. I looked through...
  8. Kownikuzyt

    TFS 1.X+ Problem "The Elemental Spheres Quest"

    @Akela, @Xikini Works, code was missing... Kod: data/actions/scripts/other/enchanting.lua but I have a problem because "enchanting" doesn't work :( Any idea to solve this? Kod: data/actions/scripts/other/enchanting.lua (all content)
  9. Kownikuzyt

    TFS 1.X+ Problem "The Elemental Spheres Quest"

    unfortunatelly it is not available :(
  10. Kownikuzyt

    TFS 1.X+ Problem "The Elemental Spheres Quest"

    Hello, I have a problem with "The Elemental Spheres Quest". I am using TFS 1.1. According to the guide, talk to Arkulius. The interview went well. And here's the problem, because I can't get the machine running to get to the quest. The code that is responsible for transferring us to...
  11. Kownikuzyt

    Lua Problem with "Bigfoot's Burden Quest".

    @Xikini you asked for an earlier mission, here she is: "Bigfoot's Burden Quest" - Test # 5. Another test is the "endurance" test. We take the test from NPC Gnomewart. After completing the task, report to NPC Gnomewart. Kod: /data/npc/scripts/Gnomewart.lua local keywordHandler =...
  12. Kownikuzyt

    Lua Problem with "Bigfoot's Burden Quest".

    I have a problem with "Bigfoot's Burden Quest" - Test # 6. "Our last test will be to play gnome music on 4 crystals. We get the mission from NPC Gnomelvis" Player: Hi Gnomelvis: Hello. Is it me you're looking for? Player: looking Gnomelvis: I'm the gnomish musical supervisor! Player: musical...
  13. Kownikuzyt

    Lua "Magic Patch - exura infir"

    @M0ustafa Thank you :)
  14. Kownikuzyt

    Lua "Magic Patch - exura infir"

    Hello, someone has a script for the spell "Magic Patch - exura infir" I'm looking for other TFS and can't find it. (I am using TFS version 1.1) "Magic Patch - exura infir" Spell group: "healing" Damage type: "-" Description: Heals a small amount of hp.
  15. Kownikuzyt

    Lua "Chill Out - exevo infir frigo hur"

    Thank you :)
  16. Kownikuzyt

    Lua "Chill Out - exevo infir frigo hur"

    Hello, someone has a script for the spell "Chill Out - exevo infir frigo hur" I'm looking for other TFS and can't find it. (I am using TFS version 1.1) "Chill Out - exevo infir frigo hur" Spell group: "attack" Damage type: "ice" Description: Shoots a cone of ice in the direction the player...
  17. Kownikuzyt

    TFS 1.X+ The Hidden City of Beregar Quest

    @M0ustafa Thank you for directing, if someone has the same problem, I enclose the code: function onUse(cid, item, fromPosition, itemEx, toPosition) if(itemEx.actionid == 50090) then local tmp = getThingPos(cid) doTeleportThing(cid, {x=32566, y=31338, z=10})...
Back
Top