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

    How do I set up a sqm to be decorative? And can you buy it in the shop?

    You're right, I was overlooking the Object Builder, there I changed it and I was able to do it, thanks!
  2. Jpstafe

    How do I set up a sqm to be decorative? And can you buy it in the shop?

    when I load a sqm, I put it in movable and pickupable I save the changes in ItemEditor... then I go to tools Reload Items Attributes, the changes are not saved and dsp takes it not as an item but as a sqm :s, I don't know why the item editor does that.
  3. Jpstafe

    How do I set up a sqm to be decorative? And can you buy it in the shop?

    Hello Otland community, I would like to know how I can do to put SQMS Decoratives for my shop, in the decorative part, that one can buy it through the shop and that I can place it to the SQM in the house as decorative, the one I saw that you do it is the OT Dura
  4. Jpstafe

    NPC Module Trade otclient

    I haven't been able to find a tutorial that tells how to do things. If you can find something, let me know and let's try to help each other and see if we can achieve it.
  5. Jpstafe

    (solved)TFS 1.5 8.0 DEPO Items are not being saved

    Check the DP if it has Liberty Bay marked, because it usually appears as if this is not town.. Put it in Liberty Bay and see if he keeps it for you now
  6. Jpstafe

    NPC Module Trade otclient

    Happy New Year to the whole Otland community, my query is, is there any tutorial to be able to put this Trade module to your OTCLIENT? I'm using TFS 1.2 8.0 and otclientv8
  7. Jpstafe

    TFS 1.X+ TFS 1.5 trade problem

    How did you put the trade like this in OTConsyrt? Do you have any tutorials to pass me on?
  8. Jpstafe

    error randomstast console

    Hello Otland community, I would like to know if it has a solution in this old scripth, this error in console that I have got, it is an old script, but I feel that it fulfills its function well, I was recommended to move to something more current but as I do not have the knowledge or time to do...
  9. Jpstafe

    How can I add colors to the sqm of rare, epic, legendary items? OTclient

    If there are all three, copy the setframes where they are in the photo. 1703911561 There is a try with this but it doesn't work. Still don't give me
  10. Jpstafe

    How can I add colors to the sqm of rare, epic, legendary items? OTclient

    local gameStart = 0 function init() connect(Container, { onOpen = onContainerOpen, onClose = onContainerClose, onSizeChange = onContainerChangeSize, onUpdateItem = onContainerUpdateItem }) connect(g_game, { onGameStart...
  11. Jpstafe

    How can I add colors to the sqm of rare, epic, legendary items? OTclient

    Thank you for replying to the post, I did everything you put in the message, paste the images into the /data/images/ui ui.rar folder Paste the code you put into modulesgame_containerscontainers.lua. And when the items come out, the SQMS doesn't work. What am I doing wrong? There I pass you the...
  12. Jpstafe

    How can I add colors to the sqm of rare, epic, legendary items? OTclient

    Hello, good evening, I have added a basic randomstats system, which can give you rare, epic, legendary items... the script is basic and it works well, the only thing I would like is for it to differentiate in the sqms of the otclient panel? How can I make that work, that the rare is purple, that...
  13. Jpstafe

    Draconzor - Pixel Art

    Very good, I'll ask you a question... What program do you do it with? Can you use it to create a new outfit for an other?
  14. Jpstafe

    Lua I'd like to know if you can do this in a quest

    Thanks, now I'll start doing the quests, let's see what I can think of
  15. Jpstafe

    Lua I'd like to know if you can do this in a quest

    Hello Tibian community, I came up with the idea, of my server with global map, to give continuity to the Tibia quests that have not been solved until today, I would like to make the custom quest, of the Basilik and the serpentine tower, in the basilik, I would like to be able to create teleports...
  16. Jpstafe

    [8.60] [TFS 1.2] -[Real Map full] with mount & market system

    I'm using the same OTserver, the only thing I don't have in mine, is the market system in the DP, can I copy this and put it in my OT? I've the same as the mounts, it's the same OT TFS 1.2, I still choose mine because I put task system by otclient. And I've made modifications like runes and mana...
  17. Jpstafe

    How can I create an infinite food?

    there it was solved, it works perfect
  18. Jpstafe

    Problem with my scrolls for the server, they are malfunctioning

    Thank you very much, this helped me and it was perfect
  19. Jpstafe

    How can I create an infinite food?

    I copied the part of the Infinity Food, in the food.lua, but when I use it it is spent. In item:remove(1), I put it like this: 'item:remove(1)' and it gives me an error on the console. [Warning - Event::checkScript] Can not load script: scripts/Other/food/food.lua...
  20. Jpstafe

    How can I create an infinite food?

    I want a new food that I created to be infinite, the others are not..., When creating the new food I must put it in food.lua right? Where are these? " [2695] = {6, 'Gulp.'}, -- egg [2362] = {5, 'Crunch.'}, -- carrot [2666] = {15, 'Munch.'}, -- meat" When I add the new food to the...
Back
Top