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

    One-of-a-kind items.

    Hello xD I can't quite figure out how to make an item one of a kind. The inspiration is the Magic Longsword, or the Blessed Shield, which are extremely rare items. In my server I want to hide mythical weapons that the players can find by exploring, or using logic, etc. In practice I put a...
  2. bedlamos

    An open door that closes and locks when I use the key on it.

    I'm using TFS 1.2 and RME 3.5. I have my quest to the point where you right click on a tree, the tree gives you key 1501, you use the key on 1501 and it unlocks the door, but when you use the key on the open door it says, "The key does not match." However, when I right click the door it closes...
  3. bedlamos

    TFS 1.X+ 1.2 coding help (key tree)

    I have been working on a quest for the past couple of days where when you right click a tree there is a secret quest. I've gotten to the point where the tree gives the key AID 1501 (You see a key (1501)), but now the key won't open the door 1501 saying "The key does not match." in actions.xml...
  4. bedlamos

    Lua List of attributes?

    I'm trying to figure out how to add an attribute to a key, so far I've only seen: ITEM_ATTRIBUTE_ATTACK ITEM_ATTRIBUTE_TEXT The code that I have so far is to get a wooden key into my backpack - backpack:addItem(2087, 1):setAttribute(ITEM_ATTRIBUTE_TEXT, 'Here lies the text.') but I don't want...
  5. bedlamos

    Custom map spawn issue TFS 1.2, RME 3.5

    I get this issue after switching the TFS map to my own custom map, please help!
  6. bedlamos

    Lua I can't get this script to work TFS 0.4, RME

    When I right click the tree to receive the quest loot I get the error above. In the scripts folder I have 'bag.lua' saved. bag.lua: function onUse(cid, item, fromPosition, target, toPosition, isHotkey) --This is mostly used to state the script executes onUse (right-clicking an object)...
  7. bedlamos

    Lua Simple and Advanced quest help

    Apologies in advance, this will be long~ I'm using TFS 8.6 and Ramere's Map Editor. So after messing around and looking through the files I've found out that actionid = 2000 is the chest quest. What I can't figure out is how to make the chest quest give a unique item. For example, like in real...
  8. bedlamos

    First server/map quest - please help!

    Sorry for formatting, I'm new to this website as well as new to creating OT servers. I'm using Ramere's Map Editor and TFS 8.6 and plan on making a custom map with custom NPC's, quests, items, etc. My intention is to make an intensely lore heavy Tibia full of secrets, pick holes, rare items...
Back
Top