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

Recent content by Nith

  1. Nith

    TFS 0.X Error in Actions

    Good evening, I have a server running The Forgotten Server, version 0.3.6 (Crying Damson), and everything was working correctly when I started modifying it. However, since I had never touched the monsters before, now that I'm modifying them, I've noticed that they don't give experience. They are...
  2. Nith

    Graphics?

    I've already solved the problem, thank you! It seems that it only supports graphic extensions but not transparency because the protocol is 8.54, and transparency is available from 8.6 onwards. Thanks.
  3. Nith

    Graphics?

    Good day, could you help me with this? I compiled the server without errors and added the following lines to the 'thing.lua' file: g_game.enableFeature(GameSpritesU32) -- To extended the sprites g_game.enableFeature(GameSpritesAlphaChannel) -- To enable transparency but when I load the...
  4. Nith

    MyAAC v0.8.13

    oh! Thank you very much! I had version 8.11, I changed it and it works fine! <3 <3
  5. Nith

    MyAAC v0.8.13

    I have these, but none of them can be seen, only the downloads one can be seen. All the others are being done exactly like that, the downloads page, but still, they are not visible. What could I be doing wrong?
  6. Nith

    MyAAC v0.8.13

    "Good day, I would like to see if this could be included among the 'Plugins' to add. It's a section for the website where you can add pages designed using BBCode or some kind of formatting for people who don't know programming. This can be used to add informative pages like dungeon guides, game...
  7. Nith

    PokeTibia + GameBoy Advanced???

    Pk Fantasma (https://www.facebook.com/PkFantasma) <-- version mystery dungeon
  8. Nith

    MyAAC v0.8.13

    my problem was in xampp, you have solved it, thanks! :3
  9. Nith

    MyAAC v0.8.13

    Good morning, how do I solve this?
  10. Nith

    OTClient incresse effect limit OTClient

    Good day. Previously I increased the effects of my server up to 100, everything works fine and without errors, that was several years ago. Today I need to increase to more effects, so I increased the effects on the server up to 170, but they do not come out on the client, and I have forgotten...
  11. Nith

    Lua Damage spell

    excuse me, keep hitting 15 damage. I should hit 3 damage: base = 1 + arma = 60263 (value=2) and.... the magic level of the caster is 0
  12. Nith

    Lua Damage spell

    good day, Could you help me on this?. I would like the damage to be fixed and not variable. this is supposed to hit 3 damage, but hit up to 15. I have disabled the storages to see where that extra damage is coming from, but I can't find it. I use The Forgotten Server, version 0.3.6 (Crying...
  13. Nith

    Lua Talkactions change

    thank you very much, if it worked! :)
  14. Nith

    Lua Talkactions change

    Good morning, could you tell me how to change this, so that the information of the player who sends the command is seen, and not that of the param? P.D: The Forgotten Server, version 0.3.6 (Crying Damson) function onSay(cid, words, param, channel) if(param == '') then...
  15. Nith

    Lua Storage table

    Sorry I did not understand correctly and I forgot to specify, I would like to create a TABLE outside the spell script, in lib or in spell / lib and that the spell recognizes 1 of the storages within the table. If the char has storage A, and it's in the table then it should recognize it. Well I...
Back
Top