• 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

    When i compile from TFS Source

    Up; still can't do anything. Updating the thread with the hope soneone may help me
  2. vichoko

    Lua TFS Api of combat

    Thanks! This is very useful :)
  3. 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...
  4. vichoko

    When i compile from TFS Source

    Sorry for the doble post, maybe re-formulating the question in other way can make my doubt clearer: I compiled TFS from the version in Github (github.com/otland/forgottenserver); i passed my 10.41 data folder and tried to run the server, and ERROR: Unable to load items (OTB)! appeared. I...
  5. vichoko

    tfs 0.4

    I'm not an expert of Gesior but since i know the starting items and position is a configuration Gesior. So you should look in the gesior config files.
  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

    [8.6] My own made map

    reupload pls uwu
  8. vichoko

    About blessing in TFS 1.1

    Thank you for your answer!! But i need to be sure that there is a problem first, before fixing it. Can someone confirm if the blessing is working badly, with the information i provided? ( 1 level, 1 skill level loss for a lvl 141) Thank you again @Ahilphino my friend.
  9. 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...
  10. vichoko

    Exhaust when going up or down stairs.

    OMG, i'll try with this. Thank you si much! @whitevo: Oh thanks for explaining the missunderstanding. I want exhaust for spells and runes. To avoid mages from abusing of avalanches and other offensive spells, when they go up or fown from a stair. I hope this explained what i want hehe Sorry...
  11. vichoko

    Exhaust when going up or down stairs.

    Any ideas? :C
  12. vichoko

    Potions exhaust

    I've checked ingame, adding a hotkey to a Health potion, then pressing the hotkey and i counted 2 seconds per potion. This is strange because the exhaustion is configured to 900 right? I'm not sure what i need to change to not mess it up. I want to set the exhaustion to 1 sec; now that i have...
  13. vichoko

    Potions exhaust

    Yes i have read, sorry if i explain myself bad. English isn't my first language. I'm saying that i can just add that line to config.lua file (I have checked and isn't there right now) and it will change the value?
  14. vichoko

    Potions exhaust

    So i can just add a line in config lua like: EX_ACTIONS_DELAY_INTERVAL = 1000 and it will modify the default value of 1000 ms?
  15. vichoko

    Potions exhaust

    Thanks! I found this: local exhaust = Condition(CONDITION_EXHAUST_HEAL) exhaust:setParameter(CONDITION_PARAM_TICKS, (configManager.getNumber(configKeys.EX_ACTIONS_DELAY_INTERVAL) - 100)) -- 1000 - 100 due to exact condition timing. -100 doesn't hurt us, and players don't have reminding ~50ms...
  16. vichoko

    Potions exhaust

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

    Exhaust when going up or down stairs.

    Help please, this is a critic error of my server and i don't know how to fix it.
  18. vichoko

    Dove mode pvp fighting TFS 1.1

    That will imply that a person could just turn off the pvp to prevent a kill on him? Or it's just for preventing areacombat spells to damage other players?
  19. vichoko

    Dove mode pvp fighting TFS 1.1

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

    Chance to run a raid.

    I'm sorry but my raid scripts is an .xml: <?xml version="1.0" encoding="utf-8"?> <raid> <announce delay="1000" type="warning" message="The minotaurs are getting crazy near Midguard. The Horned Fox has appeared to rule them again." /> <singlespawn delay="15000" name="The Horned Fox"...
Back
Top