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

    Lua shop command cooldown

    It should not be a problem but people would spam the command over and over.
  2. narko

    A simple help

    Explain better.
  3. narko

    Lastnews ERROR in WEBSITE

    Add this line in latestnews.php at the beginning just after <?php date_default_timezone_set('America/Sao_Paulo');
  4. narko

    TFS 1.1 - Weapon duration

    It didn't work here neither.
  5. narko

    TFS 1.1 - Weapon duration

    I was looking at this code in the source code: forgottenserver/item.cpp at cc8e15e9166359faa52d38823e679355a615ab23 · otland/forgottenserver · GitHub So I guess that should work though.
  6. narko

    TFS 1.1 - Weapon duration

    Hi there! I hope someone can help me out with this as I've already tried for hours. I was trying to make a weapon that has a duration. As it is now, the weapon starts counting the duration once I create it. What I want to achieve is that the duration starts counting once the player equips the...
  7. narko

    Feature Unpack items/outfits from any client to PNG with OTClient!

    Thanks for the explanation, it worked perfectly!
  8. narko

    Feature Unpack items/outfits from any client to PNG with OTClient!

    I succesfully exported outfits and items using this tutorial. Is there any way to export mount images? I would like to use it with outfits.php from gesior aac.
  9. narko

    Compiling catsystem

    You can either adapt it to your source code or download this pre-compiled version: https://otland.net/threads/10-95-cast-tfs-1-2-custom-modifications-v2.244282/
  10. narko

    Windows Tibia [v10.94] Dupe Bugs

    Now a days if you use TFS 1.x+ is nearly impossible to dupe/clone items. There is still a possibility but it would be directly related to the server's stability.
  11. narko

    Kill Death Script question

    target:getLevel() >= 200 then edit: I don't get what you want to achieve, please explain your issue in a better way.
  12. narko

    Graphic Designer In search for a designer

    LOL
  13. narko

    [Prank] Let's go to develop any script

    if not player:isPlayer() then return false end
  14. narko

    Ot Hosting (Needing Ifo)

    Domains such as zapto.org, servegame.com, sytes.net and few more are free at no-ip.com. I don't certainly know where you can get .se domains, but you can always ask Google.
  15. narko

    Ot Hosting (Needing Ifo)

    Numerical ip (ex: 89.193.54.32), by then you will have to chose either buy a .com domain or use a free dns service(no-ip). Some hosting companies offer domains when checking out.
  16. narko

    NPC working with balance.

    I got this working for TFS 1.0. I don't know if this is the best way but it works, please correct me if wrong. Anyways here are the changes if someone ever needs it. Place this at the first line of npc/lib/npcsystem/modules.lua: function removeMoneyNpc(cid, amount) local player =...
  17. narko

    New AAC Maker - MyAAC

    character auction, improve guild wars management, maybe character stadistics (xp/day/week/month).
  18. narko

    Damage system is buged

    If that occurs while attacking players, it is normal.
  19. narko

    Pokemon Crown Version.

    It looks pretty neat, keep it up bro.
  20. narko

    In-game store images

    You can track them directly from logging in to Real Tibia. Log in Open the store Load every image you want Go to your appdata folder, there should be the images
Back
Top