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

    [9.6+] Storms Sprite & Dat Editor

    If I'm kicking a dead post here, someone stop me. Just trying to provide feedback in case there is future development taking place on this. I've found that Storms Editor does not seem to correctly add new animated items to the .dat file. When adding a new item, it works, but if the item has...
  2. Drakkhan

    OTB Editor not working properly

    Describe what you are trying to do (or just answer my questions below): Are you making a new item or editing an existing one? Are there custom sprites involved? What are the item attributes (i.e. name, weight, purpose, etc.)? I cannot really help you unless you choose to operate using 9.61...
  3. Drakkhan

    Problem adding animated items

    UPDATE: To add value to this thread for those who end up here via the search button: My not so eloquent temporary solution to this problem was to sacrifice the "Dust of Lersatio" animated quest item (SID: 9635, CID: 8719 in my 9.61 .dat/.otb) that I'll never use. I edited this already...
  4. Drakkhan

    Problem adding animated items

    So I'm trying to create an exact replica of "small enchanted sapphires" (SID: 7759 CID: 675 in my 9.61 .dat/.otb), except use the diamond graphics and call it "small enchanted diamonds", BUT my client flips out and crashes when I call the item into my server. Is there some special trick to...
  5. Drakkhan

    Solved doSendAnimatedText() help

    excellent! Thank you so much.
  6. Drakkhan

    Solved doSendAnimatedText() help

    The function: doSendAnimatedText(pos, text, color) is listed in the "LUA_FUNCTIONS" reference of The Forgotten Server 0.2.14 (Mystic Spirit), but when I try to call it in my .lua script, I get: [05/10/2013 16:39:09] Lua Script Error: [Action Interface] [05/10/2013 16:39:09]...
  7. Drakkhan

    Help: More than 0-6 Skills

    Excellent. I actually just found this global.lua... thank you for all your help!
  8. Drakkhan

    [9.6+] Storms Sprite & Dat Editor

    My above post has been half-solved by using the Storm Editor to add sprites and modify the .dat item properties, but using Tibia Editor 9.81 to actually ADD CIDs to the .dat file. Thought I would mention, some sprite editing programs (Tibia Editor 9.81 specifically) will replace the last sprite...
  9. Drakkhan

    OTB Editor not working properly

    Links: Tibia Clients: http://tibiamulticlient.com/category/tibia-client/ The Forgotten Server 9.60/9.61: http://otland.net/threads/9-60-9-61-the-forgotten-server-v0-2-14-mystic-spirit.166619/ Tibia Editor 9.81: http://otland.net/threads/tibia-editor-9-81.177586/#post-1752694 otitemeditor...
  10. Drakkhan

    Help: More than 0-6 Skills

    @Summ this is excellent! I'm new to OT Programming, somewhat, but, luckily, I'm not new to programming in general.. I'm soaking up your coding formats and style like a sponge, here! :). So I'm very capable of recording extra stored skill values, now, my next question is: How do I go about...
  11. Drakkhan

    OTB Editor not working properly

    No problem! I'm working on a tutorial... here's how I personally add items: Using Tibia Client 9.61 / Forgotten Server 0.2.14 (Mystic Spirit): I keep a copy of the current Tibia.dat, Tibia.spr, items.otb, and items.xml in the Tibia client folder, items folder of my server, and the work...
  12. Drakkhan

    Help: More than 0-6 Skills

    The plan is to develop a carpentry, smithing, and farming system that are based off of additional skills.. if the addition of new "skills" is a fairly painless process.. I plan to branch out and add woodcutting, glass blowing, mining, and alchemy as well as subskills for the magic system. ---...
  13. Drakkhan

    Help: More than 0-6 Skills

    I'm interested in adding more skills to my server (TFS 0.2.14 (Mystic Spirit)). I realize it may be extremely difficult to add the skills, and then over the top to get them to display in the client. I would LIKE to do both, but I would be happy with adding the skills and having them function...
  14. Drakkhan

    Lua Scripting Reference

    @Mark Thank you! that is the kind of information I was looking for with my original post.
  15. Drakkhan

    Help: More than 0-6 Skills

    I'm interested in adding more skills to my server (TFS 0.2.14 (Mystic Spirit)). I realize it may be extremely difficult to add the skills, and then over the top to get them to display in the client. I would LIKE to do both, but I would be happy with adding the skills and having them function...
  16. Drakkhan

    OTB Editor not working properly

    Also, if you don't know what an SID/CID are.. the SID is the item's number ingame, while the CID is the items OTHER number.. as seen in .dat editors... Item editors that edit the items.otb file usually display both SID and CID.
  17. Drakkhan

    OTB Editor not working properly

    I'm not going to be able to help specifically here, but I've had the same problem as you. What solved it for me was a mixture of making sure that: 1. The sprite is a sprite that exists in the .spr file 2. The item has both a SID and CID that don't conflict with other items. 3. The item has it's...
  18. Drakkhan

    [9.6+] Storms Sprite & Dat Editor

    Is there a reason the "+Add" button in the "Dat View" area is not pressable? Is this unfinished? I'm looking for a way to add more items..
  19. Drakkhan

    Lua Scripting Reference

    @Fermantor, thank you! I'll look into this.. possibly even write a tutorial on the subject.. the closest thing I could come up with was: http://otland.net/threads/scripting-guide.74030/ which is EXCELLENT, but not complete. Update here.. for The Forgotten Server 0.2.14-0.2.15 (Mystic Spirit)...
  20. Drakkhan

    Lua Scripting Reference

    Thanks much for your timely reply! How does anyone learn the meaning of such functions without documentation on what they are used for? Have you seen so many examples that you've been able to deduce each of them? Also, where might one find the script for commands such as "/a" and "!buyhouse"...
Back
Top