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

item

  1. Yan18

    TFS 1.X+ How to Equip an Item Slot on It's Respective Slot Directly without Drag From Bag

    Hello folks! As the title says, how can I add an item on it's respective slot directly without move it from bag to slot? For example, I use a talkaction and will add/create a Shield on RIght Slot, but that Shield can't be added on bag, only can add on slot. It will works to event OnEquip and...
  2. N

    (OTX2) random item stats, attr extraattack and armor error

    I'm using this mod: https://otland.net/threads/mod-random-item-stats.130295 my difficulty is simple I also use otx 2 from matty https://github.com/mattyx14/otxserver/tree/otxserv2 the command list is this...
  3. Kuantikum

    Lua Spawn item at multiples random pos.

    Hello guys, Currently what this script does when the server starts is to create an item in a random position. Is it possible to create the same item in more random positions? local STARTUP = {} STARTUP[#STARTUP + 1] = { -- Quest Stuff action = function() local fromPos = {x=3376, y=776, z=6}...
  4. Crx Molten

    Lua Color item/loot (item rarity)

    Hi, I want to change itens rarity at my server, but i'm not finding anywhere to change it. Do i have to change on source? Or use a special item editor? I use TFS 1.3x Thanks
  5. Ezzz

    OpenTibia EZItem Editor for Nostalrius Engine (x64)

    EZItem Editor for Nostalrius Engine Version 1.0 beta A program I've made to help you developing and managing all the items for my engine Nostalrius which is based on CipSoft engine, the utility will make it easier to make new items and manage existing ones with ease. The application itself is...
  6. Caduceus

    TFS 1.X+ Define Item

    I am trying to find a way to define Item in a script that does not have it included in the function. I keep getting "attempt to index local 'item' (a nil value)" elseif offer.type == GameStore.OfferTypes.OFFER_TYPE_MULTI_ITEM then local inbox =...
  7. Kuantikum

    Item.otb - How to edit items ?

    Hello guys! It is my first time to edit the items, I am using this ITEM EDITOR 10.98 to try to modify an item, I want to add the MULTI USE option. When I identify the item and make the modification by checking MULTI USE and saved, it is like this in red and when I go to check on the server...
  8. M

    Effect on the area

    Hello, i'd like to, when the player use a machete, an effect would appear in the bush. I tried to do myself but the effect only appear on the player. function onUse(cid, item, frompos, item2, topos) if item2.itemid == 2781 then doTransformItem(item2.uid,2782)...
  9. E

    Item editor Export images by id

    Does anyone know any item editors that export the images according by id? Like 2160 - crystal coin 2152 - platinum. etc. because i want to import in my website but it's a custom server, so... custom sprites and it's so boring get one for one
  10. Nekiro

    OpenTibia [7.6] Mignari Item Editor

    Hi, I downgraded that for someone, but it didnt find an use, so here it is. Should work with any 7.x version (especially 7.72), just make sure to update dat and spr signature. https://github.com/nekiro/ItemEditor
  11. Udun

    Item Editor 10.98

    Hello friends, today I want to share my item editor that works with 10.98 I was seaching as crazy the last two days whitout success until I was able to solve the problem, this is for all who need this tool as me. Enjoy,
  12. Togu

    How to get server's items id?

    Is there an easy way to do that? OTClient's items id are different from tfs' items id. Edit: Gonna try it and then I'll give feedback here haha
  13. A

    help, change in script

    How do I add the amount of items that the player got in this scrip? I was able to put the name of the item it collects, but I could not put the amount doSendAnimatedText(topos, ""..random.."", TEXTCOLOR_RED) addEvent(doPlayerSendTextMessage, 3*950, cid, 20, "Voce coletou...
  14. Booker

    New generic slot in a MiniWindow

    Hello, i'm making my first scripts in lua by my own and got to an issue: i'm trying to create a window where there are 3 slots and only 1 type of item can be assigned to it, it actually looks like this right now: The problem is, when i try to place any item on them, i get the error: "You cannot...
  15. xmiller

    Graphic Designer Arttxel(IvenMiller) Job Thread!(Spriting Service)

    Item and Objetcs with Waifu Filter to avoid ripping. You maybe already saw that sprites on: Padventures - Outfits Archlight - Monster Trinity Online - Monster Ashtar request - Item, Tools And Objetcs Apollo request - Mining Rocks "NOT AVAILABLE FOR REQUESTS AT THE TIME"
  16. S

    C++ scripting Item Attributes TFS 1.3

    Done, please close
  17. Selenia-Global

    Compiling ObjectBuilder-ItemEditor 0.4.0.1 with Malucoos´s OTX Server

    Hello Everybody! :D! ObjectBuilder Fails? Can not Open ObjectBuilder on version 10.00-10.100-1000? Now, I really dont know how to get ItemEditor 0.4.0.1 to work !... Could you pls help me? I get this message "Could not find a plugin that could handle client version 62" *could you possibly...
  18. B

    OpenTibia Item Editor 10.98 - Compiled & Sources

    Item editor for 10.98 This program requires Download Microsoft .NET Framework 4.5.2 (Offline Installer) for Windows Vista SP2, Windows 7 SP1, Windows 8, Windows 8.1, Windows Server 2008 SP2, Windows Server 2008 R2 SP1, Windows Server 2012 and Windows Server 2012 R2 from Official Microsoft...
  19. demon088

    Lua On use item gives random item that could be rare

    Hello again OtLand! I've been working on mixing systems that gives you random equipment using an item and obtained items could be improved like this post from @zbizu - https://otland.net/threads/tfs-1-1-random-item-stats.228990. This system works giving creature loots with items that can be...
  20. Saper1995

    target:getUniqueId()

    Hi. Like in title. How to get uniqueID from target in TFS 1.2? In functions i only found item:getUniqueId() but how to define ItemEx.Uid like in old tfs? I was trying to make it in many ways but everytime nothing happend, no errors in console. I set UID in map editor and make this: <action...
Back
Top