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

    Lua When a player uses a backpack on tile with UID s/he gets an item

    Hello! I'm trying to make a script that when the person clicks on the item in his backpack on top of a tile with uniqueid he gets an item. Can someone help me?
  2. F

    Store Itens moving out house.

    Where do i change so the itens that you buy in the store can't be pushed out the player house?
  3. F

    Who i can add more X and Y here

    local flowerPosition = { Position(32326, 32059, 10), Position(32315, 32064, 10) } local function bloom() local item = Tile(flowerPosition):getItemById(9421) if item then item:transform(18229) flowerPosition:sendMagicEffect(CONST_ME_MAGIC_RED) end...
  4. F

    Refine script

    anyone can help me with a refine script, i want to make a upgrade sistem with an X item like (ores) so i can upgrade a attack of a sword or crossbow and a defense of a shield or armor, i saw a otserverd that had a sistem like this: you use a rune in a weapon and you have a chance to upgrade +1...
  5. F

    Need a script like this

    local vocations = {1, 2, 4, 5, 6, 7, 8} -- Vocações que podem refinar itens local ids_bloqueados = {2160, 5706, 2463} -- Itens que não podem ser refinados local controle = { {level = 0, quantOre = 1, chance = 100}, -- Level do item, quantidade de Iron Ore necessaria, chance de sucesso...
  6. F

    Need a global event

    i tried to use this code : <item id="9421" name="stone pile"> <attribute key="decayTo" value="18230" /> <attribute key="duration" value="1" /> </item> In the file items.xml and worked BUT work just one time, when i make the stone they regen but when i broke again the...
  7. F

    object with a timer

    guys i'm trying to make a obj X to turn into a obj Y after some time. i tried to copy some scripts and dind't work i tried this one. but i need to turn itself like this . can you help me like...
  8. F

    Maybe a missing file...

    guys i don't have a 000-constant.lua (i want to create a new skill) and i can't find it in lib or other place its normal for a global otserver. i can acess the game and play normally, the skills work just fine but i don't have this file. i need this to put a new skill like woodcutting etc...
  9. F

    Difference between TFS and Notepadd++

    Guys... i need to know the difference because i saw a post about making a new habilit in tibia and the guy that made the post (2014) used TFS in the file const.h and later in the same post he used the Notepadd++ for edit other line in the code. why don't use only notepadd++ i can't understand...
Back
Top