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

    Real Vocations.xml

    So, i'm looking for the real formula of the vocation.xml file. Because mana regen and hp regen are too high in the default TFS file. I don't know how to configure it to be 'real' (Like real Tibia). Does anyone have it and would like to share it with me please.
  2. vichoko

    About house renting in TFS 1.0

    I have more doubts now i configured my server rent system to 'weekly'. The first thing is that noone knows how to pay the rent. How does a char pay his rent? And the other thing is that 'rent payement' envelopes stopped arriving to the inbox. I don't understand how this system works, because if...
  3. vichoko

    Using Obsidian in a Ice Cube tons of bugs.

    I had a problem with 10.41 that the time were going too fast. Corpses dissapeared fast, rings depleted faster. 1 min rl was like 3 min ingame. So i think migrating to 10.41 isn't an option by now u.u There is anyway to fix the script to make it work to TFS 1.0? :C Thanks for the help.
  4. vichoko

    Using Obsidian in a Ice Cube tons of bugs.

    I have TFS 1.0 for Tibia 10.37. Where can i upgrade to TFS 1.1? It will work for 10.37?
  5. vichoko

    Using Obsidian in a Ice Cube tons of bugs.

    Thank you for the script! But i get this error in the console: Lua Script Error: [Action Interface] data/actions/scripts/tools/obsidian.lua:onUse data/actions/scripts/tools/obsidian.lua:74: attempt to call method 'getPosition' (a nil value) stack traceback: [C]: in function 'getPosition'...
  6. vichoko

    Solved Where are house items stored?

    There is something i cand do to open the data in a house and view it? Or even edit it?
  7. vichoko

    Help with map editor

    Anyone? uwu
  8. vichoko

    NPC Bank system mistery (Storage ID missmatch and still works)

    My server has been running for a coulpe of weeks, and the bank system has been working great. The thing is that today the npc stopped working. If you tried to deposit, the balance were stuck at 0. It looked like everyone lost their money. When i checked the script, the balance where kept in a...
  9. vichoko

    Using Obsidian in a Ice Cube tons of bugs.

    So, i have this mystery problem when i use my obsidian knife on a icecube. So the progression of the icecube is: 7441 - Ice Cube, 7442- Ice Cube, 7444- Ice Cube, 7445- Ice Cube, 7446 - Ice mamooth. The thing is that the id: 7443-bullseye potion is somehow appearing in the action. When i use...
  10. vichoko

    Solved Need /ban with comment, and lenght for TFS 1.0

    Thanks!! Now it works perfectly :D
  11. vichoko

    Solved Need /ban with comment, and lenght for TFS 1.0

    I have this error when i try to call it: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/ban.lua:onSay data/talkactions/scripts/ban.lua:17: attempt to call field 'trim' (a nil value) stack traceback: [C]: in function 'trim'
  12. vichoko

    About adding rent period after houses were bought

    If i configure my rent period from 'never' to 'weekly' after the houses where bought, does it correctly work? Or i need to force players to buy their houses again to get it to work?
  13. vichoko

    Solved Need /ban with comment, and lenght for TFS 1.0

    Thats perfect! Thanks :D:D
  14. vichoko

    Solved Need /ban with comment, and lenght for TFS 1.0

    I'm looking for this talkaction /ban with the option to add a comment and the lenght of the ban time. I asked for this talkaction in other forum, but i didn't got it to work; and i think that's because the script they gave me was for a older version of TFS. Anyway i'll put it here, if someone...
  15. vichoko

    HOW TO DISABLE QUESTS, TFS 1.0

    Can you explain better what you need?
  16. vichoko

    Blessing NPC (Twist of fate)

    So the function: player:addBlessing(6) is the twist of fate blessing?
  17. vichoko

    Blessing NPC (Twist of fate)

    I have this script for my blessing NPC: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  18. vichoko

    About house renting in TFS 1.0

    Okay, thank you for the information :D Thanks to everyone for the help <3
  19. vichoko

    About respawn time.

    Hello, i have this place in my server where The Old Widow respawns. The thing is that the respawn time is quite short so people are like farming The Old Widow's loot, that is quite nice to sell. So, the solution i made was change the Spawn Interval in the map editor (RME) but the max interval...
Back
Top