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

Search results

  1. A

    Solved Setting up first account and character for a local server

    Hey, I'm using XAMPP and MySQL to run a private server to be able to get in-game screenshots for my mapping. I'm currently in the step where I have to add information in the account and character tables in order to be able to log in. I've set an account to be 1/1 and assigned a character to...
  2. A

    Error regarding transparency in RME

    So I've heard that you can add a function that let's you use transparency in RME - more specifically for water. I used the Tibia.otfi and opened it in Notepad++ and changed transparency from 'false' to 'true'. Now when I start RME all sorts of weird stuff happens, I'll add a screenshot below...
  3. A

    auda's Mapping

    Welcome to auda's Mapping! It's been a loong time since I last did anything Tibia-related, and lately I've been missing the mapping part of it. So I've decided to give mapping a new go. I've moved up from 7.4 (which I did last time) to 10.98. Now, I haven't planned anything but I'm probably...
  4. A

    Distribution to use for map-testing

    Hey guys. I used to map a lot a few years back and now I've been coming back to it while studying. However, now I'm at the point where I want to test the map in-game. I've read about compiling stuff, but is that necessairy to simply be able to log in locally to try the map I'm working on...
  5. A

    auda's Thread

    auda's Thread "I'm returning to OTLand once more because I simply miss mapping, being creative. As some of you might know I designed 'Melody' a while back, but sadly lost interest due to major problems with actually getting the gameworld playable. You can find my old mapping thread by clicking...
  6. A

    [7.40] auda's Melody map (4MB)

    The Melody 7.40 project is up for contribution and I have now, sadly, decided to leave my ideas of a new gameworld behind. Many of you will probably tell me that this was a big mistake to upload it to the OTLand community, trust me I am still not comfortable with it. But I do know that if I keep...
  7. A

    Lua Can't sell item to NPC (Avesta 0.6.5)

    Every NPC is able to sell you items, but when you try to sell to the NPC they deny and replies as written in the scripts, "You do not have one.", even though I do. What area I think is the problem and need to be edited: elseif (_state == 2) then if (msgcontains(msg, 'yes'))...
  8. A

    Solved NPC doesn't cooperate while trying to sell (Avesta)

    My NPCs aren't stable at most of the time - and a few major problems I get and cannot solve is that when trying to sell and SOMETIMES tries to buy it ends up like this. I'm using Avesta 0.6.5. NPC Script: (I've shortened it a bit due to 1000 letter cap.) function onCreatureSay(cid, type, msg)...
  9. A

    Lua Specific item on specific location removes 4 stones.

    Hi! A script I'm working on to have at a specific place is a puzzle where you need to move two certain items (statues) to two specific locations in order to remove 4 stones. How do I add so that the stones will be removed if both statues are on the exact position they are supposed to be, and if...
  10. A

    Scripter Melody is in the search of a scripter.

    Melody - mapping thread , Melody is an upcoming gameworld filled with adventure, nostalgia and riddles for you and your closest friends to solve, right around the corner of your closest enemies. Melody is my first true project and are soon ready for its official beta test... but I will need...
  11. A

    Solved Machete + Heavy Machete won't cut through Jungle Grass

    It keeps saying "You can not use this object." Scripts: function onUse(cid, item, frompos, item2, topos) if (isInArray(JUNGLE_GRASS_REMOVE, item2.itemid) == TRUE) then doRemoveItem(item2.uid) return TRUE elseif (isInArray(JUNGLE_GRASS_TRANSFORM, item2.itemid) ==...
  12. A

    Solved Question about reward chest containing a bag of...

    Hey! I've been searching here and haven't really gotten the "right" answer - even though this seems to be very simple. I just wanted to ask how to have a bag containing items as a reward. Containing, for example, a few gold coins and an amulet maybe? This is my regular script, which I want to...
  13. A

    Solved Typical "Pull lever then do add or remove item"

    Just in case someone get mad on me for posting such an obvious script, but as an excuse I have searched through my server distro (Avesta 0.6.5) without any luck, as well as OTLand. In my case - if you pull the specific lever a fire field(which is not decaying) will be removed at a spot nearby...
  14. A

    Solved Duration on doSummonCreature

    Hey guys! I wrote the most simple script for my gameworld and want to implement a boss where you press on the item with actionid = 666 and he spawns, ofcourse. But I don't seem to find a way to add exhaust/duration on the script before you can summon him again. I'd say about 360 seconds (several...
  15. A

    Remere's Map Editor especially made for 7.40

    Hello, I'm Auda and I'm glad to share with you a beautiful tool made by Remere. I take no credits for the program nor any scipting at all, but I have repaired every single bugg within the map editor ever since I took it from the old Avesta 0.6.5 distribution. Changes; Border palette have been...
  16. A

    Solved NPCs not cooperating (Avesta 7.40)

    I got several issues with my NPC and the system Ferrus wrote (or added). NPC Icarus is supposed to sell mana & life fluids as well as blank runes. NPC Conny is supposed to sell tools including bags and backpacks. The problem here is that... NPC Icarus work almost perfectly, except that he...
  17. A

    Lua Avesta 7.40: Stone flooring (ID:891-902) problems

    Stone flooring, which is used as mountain borders are not supposed to do this, and I would really like to be able to have items above them without being worried about this.
  18. A

    Lua NPC respond to conversation but not to trading? (Avesta)

    This NPC system is based on Ferrus 7.40 Avesta. The confusing part is that my other NPC which sell blank runes and fluids based on the exact same script, but with other items to sell and other conversations. Can anyone see why he does this? Thanks! <?xml version="1.0"?> <npc name="Conny"...
  19. A

    NPC doesn't count

    My NPC who sell fluids, blank runes and buy empty vials. The problem here is that he doesn't count, as for example: The code: _state = 0 _count = 0 _index = 0 _delay = 1000 items = {} items[0] = {name = 'blank rune', id = 2260, subtype = -1, sell = 10} items[1] = {name = 'mana fluid', id =...
  20. A

    Solved Manafluid & Lifefluid problem (7.4)

    It seems that manafluids and lifefluids aren't cooperating with me. Instead of adding mana and health it goes with the: else doPlayerSay(cid, "Gulp.", 1) end Can anyone see a prolem here? Thanks! local exhaust =...
Back
Top