• 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

    OpenTibia SpellCreator: A graphical spell creation enviroment

    @TGYoshi and all: There was mention in the past, that the generated spells bug out when the player moves. On my server, this happens because the direction of the effect is determined by the server as each event is called (or, more specifically, as each "doCombat(cid, c, var)" is called). The...
  2. Drakkhan

    Item Editing Tutorial

    Protocol Compatibility: (Here we will post known protocols supported by the tools) TibiaEditor 6.7 Alpha: 8.60, 9.60, 9.61, 9.80?, 9.81? OTItemeditor 0.3.9: 8.60, 9.60, 9.61
  3. Drakkhan

    Learn how to mountain like a pro! D:

    BORDER TRICK = OMG HOURS SAVED!!
  4. Drakkhan

    [Spell Help] How do instants decide direction?

    Turns out I didn't give you the full story pal. My solution to this question: items.xml has: <instant group="attack" spellid="19" name="Fire Wave" words="exevo flam hur" lvl="18" mana="25" direction="1" cooldown="4000" groupcooldown="2000" needlearn="0" script="attack/fire wave.lua"> Note the...
  5. Drakkhan

    Windows Item Creator 8.60 or an item.otb

    I'm going to funnel all the talk to this tutorial thread: http://otland.net/threads/item-editing-tutorial.203475/ If you have any questions on how to edit items, ask me there!
  6. Drakkhan

    OTB Editor not working properly

    I'm going to funnel all the talk to this tutorial thread: http://otland.net/threads/item-editing-tutorial.203475/ If you have any questions on how to edit items, ask me there!
  7. Drakkhan

    8.6 / 9.6 sprite item editing

    I'm going to funnel all the talk to this tutorial thread: http://otland.net/threads/item-editing-tutorial.203475/ If you have any questions on how to edit items, ask me there!
  8. Drakkhan

    Item Editing Tutorial

    First! If you don't want the detailed version, here is my personal cheat sheet: And! I'm using Tibia 9.61, TFS 0.2.14 (Mystic Spirit) Links: Tibia Clients: http://tibiamulticlient.com/category/tibia-client/ The Forgotten Server 9.60/9.61...
  9. Drakkhan

    [9.6+] Storms Sprite & Dat Editor

    Note: I don't think this tool is completed. It has potentially devastating bugs. But I do really like the idea of it.
  10. Drakkhan

    Item Editing Tutorial

    First! If you don't want the detailed version, here is my personal cheat sheet: And! I'm using Tibia 9.61, TFS 0.2.14 (Mystic Spirit) Links: Tibia Clients: http://tibiamulticlient.com/category/tibia-client/ The Forgotten Server 9.60/9.61...
  11. Drakkhan

    OTB Editor not working properly

    Here's my current method: Tell me if you find a way to add additional CIDs without bugging out the first few CIDs in the .dat file! :D
  12. Drakkhan

    OTB Editor not working properly

    Little update here. I can't recommend storms editor. Try to replace the steps that involve Storms Editor with the same step, but using "Tibia Editor". I like the idea of Storms Editor, but it started making random colored pixels show up as invisible in my server. Also, in Step 4, I don't know...
  13. Drakkhan

    [Spell Help] How do instants decide direction?

    In "fire wave.lua" the code is: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITBYFIRE) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -0.8, 0, -1.3, 0) local area =...
  14. Drakkhan

    My idea is to start a Real Map 7.6 Server with Custom Features

    Like I said, you don't need additional features. What you're going for is right on. Get a fully working experience going and allow players to level a little faster and have access to things without paying. I'll take a look. Maybe I can add to your project in some way :D.
  15. Drakkhan

    OpenTibia SpellCreator: A graphical spell creation enviroment

    ---Update (can't edit post)---- Further testing shows it will work fine for all clients less than 9.6, BUT, if you want the areas to look right IN the spell editor, you need to use 8.6 .spr and .dat files. I THINK the program generates the same code regardless of what .spr and .dat files you...
  16. Drakkhan

    OpenTibia SpellCreator: A graphical spell creation enviroment

    I was having this problem, and I read through the first 15 pages or so to find that this project was based around the 9.4X to 9.5X versions of Tibia. I think it will support earlier versions, but not 9.6+ versions. Solution: 1. Download earlier tibia client 2. use THOSE .spr and .dat files to...
  17. Drakkhan

    My idea is to start a Real Map 7.6 Server with Custom Features

    @absorc So you're going for an old school, real tibia experience, right? I guess my whole point is I like that you're making the effort to do more than download/host as you say, but, my main question, is what makes this server different from real tibia? I feel like this should be a front and...
  18. Drakkhan

    [9.80-9.86] The Forgotten Server v0.2.15 (Mystic Spirit)

    @lord321 I like this 0.2.15 and 0.2.14. They are both stable and similar.. 0.2.14 is just for 9.6/9.61 instead of 9.8/9.81 like 0.2.15.
  19. Drakkhan

    My idea is to start a Real Map 7.6 Server with Custom Features

    How does this pertain to his server? Also, please state your ideas logically. Don't just puke words out. The last character you typed was a 1. No one knows what your point is.
Back
Top