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

Search results

  1. vichoko

    Windows Restarter for TFS 1.0

    I'm trying to make an auto-restarter for my tfs.exe executable. I've made this simple batch script: :again START /WAIT .\tfs.exe goto again But the thing is that when .\tfs.exe crashes, the batch screen asks for a confirmation (Y/N) before alowing the cycle to continue, and therefore not...
  2. vichoko

    Windows Export console log to txt file

    Hi there, i'm trying to come back with my 10.41 server. Right now i'm executing the console and i have tons of errors in it and i want an easier way to read and fix them; because right there in the cmd its really difficult and last errors fills the windows making the first ones to dissapear. I'm...
  3. vichoko

    Compiling TFS: When do u chose the version when compiling

    Hello there. This problem was the reason i stopped developing OTS in the past, and now i came back to try to solve it once again, with your help i hope xD. All my life i have worked with Windows with my servers, but this time is different. I'm trying to mount my 10.41 OTS in a computer with...
  4. vichoko

    Solved RME: All i see is black but the map is there

    I have this strange problem with my rme that i see everything black in the editor while the map is still editable. I have tried different maps and different RME (I even downloaded anther version to try). Here is some pics to visualize the problem: As you can see the map is located in the...
  5. vichoko

    Lua TFS Api of combat

    Hello, now i'm learning more programation i'm a lot more interested in learning the capabilities of tfs lua. I had this list of functions: www.cec.uchile.cl/~vicente.oyanedel/tibia/media/funcioneslua.txt but this list doesn't include ut for example, when editing a spell a combat object is...
  6. vichoko

    When i compile from TFS Source

    It's my first time moving to Linux to host my server. I've just downloaded the source of TheForgottenServer from Github and followed the instruction to compile it. The question is, how can i see the version of Tibia this server represents? I've kinda always had this question and i still don't...
  7. vichoko

    About blessing in TFS 1.1

    Hello again! First if all, i want to thank everyone for the good attitude for helping. I've learned a lot with this community. So, the thing is that Players of my server are telling me that blessing isn't protecting enough level and skill lose. For example, a player level 141 lost an entire...
  8. vichoko

    Potions exhaust

    Where can i edit the exhaustion time of the potions usage?
  9. vichoko

    Dove mode pvp fighting TFS 1.1

    There is any way to prevent spam spells from damaging other players when activating Dove mode?
  10. vichoko

    Unit colission in pz [TFS 1.0+]

    So, in this version of TFS the unit colission is disabled in pz. There is an option to disable this? Thanks for reading,
  11. vichoko

    About loot rate

    The question is a bit basic, but i have configured the loot rate in my server to 1.8 like this: But ingame the rate displays (When i use !serverinfo): I don't know if i had configured wrong the rate in the config lua, or is it that command doesn't display decimals correctly.
  12. vichoko

    Chance to run a raid.

    I remember in the past there was an option to add a 'chance to happen' for a raid. Now the raid happens in a interval of time. Is there a way to add that chance to happen again? Can someone explain why the parameter is 'interval2'? Why is that 2?
  13. vichoko

    Exhaust when going up or down stairs.

    I'n my server is very common that sorcerers and druids clean entire rooms just going up and down stairs and throwing avalanches. I don't know whats the best solution for this problem but i thought adding an exhaust it could kinda solve the problem. If you think thats the solution, where can i...
  14. 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.
  15. 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...
  16. 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...
  17. 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?
  18. 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...
  19. 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)...
  20. 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