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

    Lua Equip item only if you have certain storage?

    Is there a possibility to equip an item only if you have a certain storage? Like, I wish to make a colar that regenerates mana only if you got a certain storage. How can I declare that in the item script? TFS 036 CryingDanmson
  2. FilipeJF

    Lua Website stays online for small amount of time

    So, I'm using Gesior as my website. But I've got a very disturbing problem. When the site stays online for some minutes - maybe 15 minutes or something like that - then, when I clean my cache and try acessing it again, the loading time takes FOREVER. I mean, the site may load, but with a lot...
  3. FilipeJF

    Lua Change minimum level to post in forum GESIOR ACC MANAGER

    Where do I change the minimum level to post in forum in gesior acc manager? I tried changing in config.php but its not working.
  4. FilipeJF

    Lua Rope script help

    Hello! So, using this rope script right here I cant use the rope If I'm over the rope spot. Is there a way to make me use the rope spot while I'm over in the rope spot? local spotId = {384, 418, 8278, 8592} local holeId = { 294, 369, 370, 383, 392, 408, 409, 427, 428, 430, 462, 469...
  5. FilipeJF

    Lua Problem with OTCLIENT Spr and Dat

    Translation: "It wasnt possible to load the file DAT/SPR, please add a valid archive in /things1074/Tibia" Do you guys know why is that? My OTclient is configured to use 8.60 version only, heres the script: Module name: te,eros_login description: TemerisSoft Gameserver Login author...
  6. FilipeJF

    Windows Cant Open Ports

    Hello. I've trying to open ports so I can put my otserver online: but its not working. Heres my modem interface where I'm supposed to add the port: And here's "canyouseeme.org" to check the disponibility of the port: So I've activated the port but its not working. Does anybody has ever...
  7. FilipeJF

    Lua Problem with storage and party

    Looks like there's a bug in this script where you have to kill 10 trolls. But theres a bug in the storages there. Let me explain. I was with the storage value in "18". My friend was with it in 19 (where you are supposed to start killing the trolls). I needed to talk with an NPC to receive...
  8. FilipeJF

    Lua make npc sell bag with items

    Is there a way to make NPC sell a bag with items in the trade window, like, we have it: <?xml version="1.0" encoding="UTF-8"?> <npc name="Ghuka" script="data/npc/scripts/ghuka.lua" walkinterval="1000" floorchange="0"> <health now="100" max="100"/> <look type="29" head="20" body="100"...
  9. FilipeJF

    Lua where to change "you are full" message

    Can I change it in OTclient or just DISTRO?
  10. FilipeJF

    Friend trying to use my OTclient with sound but getting no SOUND

    So! First of all. I have a OTclient that I've added some systems, like sound system for music and translated some things. I remember that a long time ago, when using the same client, I had some problems with DLL's, but now I haven't. But as I passed the client to my friend with a pendrive and he...
  11. FilipeJF

    Lua Where can I change the Pool "OF" water?

    So, I wish to translate my server. But this part is really getting to me: like, where can I change the "of" word of "pool "OF" blood"?
  12. FilipeJF

    Lua Function for verifying weapon type equipped?

    Is there any function in Crying Damson 0.3.6 that can verify the kind of weapon the player is currently equipped with? I did a research around the internet and I've found some interesting ones: ((getPlayerSlotItem(cid, 6).itemid == ID de todos os itens do tipo) or (getPlayerSlotItem(cid...
  13. FilipeJF

    Lua Spell problem TIBIA 860 Distro Crying Damson

    First of all, I would like to thank Printer for the spell he posted in the post below: https://otland.net/threads/ninja-vocation-spells.223635/ So, that's the script: function isWalkable(cid, pos) local tile = Tile(pos) if not tile then return false end if...
  14. FilipeJF

    Problem with spell Tibia 0.3.6 Crying Damson

    I've posted in the wrong area I'm really stupid delete
  15. FilipeJF

    Problem with action script

    The script is working. I click on the thing and it just works, as Todd Howards would say, but it also bugs something that I don't understand since I have very limited scripting skills. This is the error I get at the distro: [Error - Action Interface] In a timer event called from...
  16. FilipeJF

    Force 860 version when opening

    Hello! I'm using a script to hide the version, ip and port selection in the main menu of the game, so I need to find out how to force the client to open with 8.60 version in another PC (because when someone downloads my client with the script of hiding the 'selection' menu, it resets to 10.74)...
  17. FilipeJF

    How to use fog system OTClient 0.6.3

    I'm trying to use, but nothing is happening. Is there some kind of tutorial?
  18. FilipeJF

    Lua Something like a chatbox?

    I want to know if I can make a book window to appear when you talk to a NPC, like this one: https://i.imgur.com/mcpx0R9.jpg
  19. FilipeJF

    Lua NPC talking a lot bug

    Here's the problem: many NPC's into my server talks a lot when you start the conversation with him, but it's clearly a big problem because when he send the whole text the great sentences occupies all the screen and chatbox instantly. It's a aesthetic problem, but all I want is to make the...
  20. FilipeJF

    Problem to make potion do exhausted in player

    I tried to make a potion who, when uses 4 of them, you be exhausted, like when we eat to much. The first time, all be ok. But I think was a bug in the storage, because when my exhausted end's, and I try to drink the 4 potions, I can drink how much I want. I can drink thousands. And when we...
Back
Top