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

item

  1. 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)...
  2. 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
  3. 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
  4. 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,
  5. 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
  6. 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...
  7. 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...
  8. 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"
  9. S

    C++ scripting Item Attributes TFS 1.3

    Done, please close
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. monkeyy

    How to make your own index of item images

    Hello all, I am looking for an updated item image list for my shop of the Znote AAC. Currently I am using Znote's onehttp://items.znote.eu/ but it is outdated and I googled and searched on otland, however of the 3 links I found they were all dead :( Edit: So I figured that there are so many...
  15. Colandus

    The Magical Justice Seeker!

    This will make your weapon more powerful, but for it you need to have a certain actionid on your weapon, that means it's not a regular one. However you get the actionid on the weapon is your descision, and you can turn it off also. What does it do? Well, first of all you have a normal attack...
Back
Top