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

    [Solved] Request: Object Builder for 10.98

    Hello OTLand! Did anybody update the Object Builder to 10.98? If not, can someone please do that? I would do it myself but I have no idea whatsoever on how to do that :D
  2. B

    Ot item editor 10.32+

    Hey, is there a way you could make one for 10.98? Many people requested that :D
  3. B

    OpenTibia Item Editor (10.98)

    I have 0.4, would it work for that ? If so, where do I find that Versions.xml? It doesn't see to be anywhere in the installation folder
  4. B

    OpenTibia Item Editor (10.98)

    Umm, can you please compile it for 32bit too? :D
  5. B

    TalkAction Item, player, creature attribute talkaction

    Can I request an add of more attributes? like Range, Hit%, Protection, and player level maybe? I added a few myself like setting an item name and so, but I can't seem to be able to add those. Could you help please? EDIT: I added the Hit% xD I used HITPERCENT instead of HITCHANCE that's why I...
  6. B

    Lua Addskill Logs

    Ahh I got it now, I thought he meant something else xD
  7. B

    Lua Addskill Logs

    I really don't know where to add that xD
  8. B

    Lua Attr command for OTX 3.7

    hahahaha thank you man, you made me review it, I'm so dumb, I forgot to add seperator=" "
  9. B

    Lua Addskill Logs

    Thank you guys! and Sorry @Colandus , my laptop corrects it that way I don't know why so I thought it was like that xD
  10. B

    Lua Attr command for OTX 3.7

    you're welcome :D
  11. B

    Lua Attr command for OTX 3.7

    You can modify players, chests, items, doors, etc.. You can't modify equipted items, you can only modify an item when it's in the tile infront of you but you can simply modify the item them equipt it c:
  12. B

    Lua Addskill Logs

    Nevermind I figured it out myself :D Thanks though! For any one who needs it, it is "os.date()" I still have a problem with the position format. can you help with that? I can't seem to find it by googling it. :/
  13. B

    Lua Addskill Logs

    @Xeraphus , sorry to bother you again.. I have something concerning that code. Now I have used the same code for various commands like /i , /owner , and so on but I kind of want it to show the date and time too, is that possible? like.. what would I type in the format in order for it to fetch...
  14. B

    Lua Attr command for OTX 3.7

    hahaha yes I know, forgot to mention that too. The problem isn't with the format of the command, the problem is with the LUA itself, I was just hoping that someone would have an idea on how to make a LUA for attr on OTX 3.7 because it seems to not be working
  15. B

    [new member] need help

    Do you have a distribution or any server files? Here's a little tutorial on the basics of running your server, https://otland.net/threads/your-first-open-tibia-server.140934/ and for distributions, you can find many here. When you face any difficulties, you can ask then. I'd be glad to help c:
  16. B

    Lua Attr command for OTX 3.7

    Hello people! If anybody could help, I need a script for the /attr command for my server, the server version is OTX 3.7 (codename: SAILOR) -which is based on TFS 1.3- I tried various scripts and this one seems to be the most working: local itemFunctions = { ["actionid"] = { isActive =...
  17. B

    Lua Addskill Logs

    OH great! Now it's working perfectly! Thanks so much man
  18. B

    Lua Addskill Logs

    The logs still wouldn't work, there are no errors or anything but the logs.txt is never updated, it's still empty EDIT: I used your idea of "io." and put the code -- Write logs to file local file = io.open([[data\talkactions\logs.txt]]) io.stderr:write(('> %s added skill %s to %s...
  19. B

    Lua Addskill Logs

    Preferably to a file. I tried adding Admin Logs in the Config.lua but I think I added it incorrectly or it's just that the server doesnt support it. this is what I added: -- Admin Logs adminLogsEnabled = true displayPlayersLogging = true prefixChannelLogs = "default" runFile = "LOGS.txt"...
Back
Top