• 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

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Hey, the server is crashing, who can i fix it? (why is it crashing?) there is another link that don't crash? the 8.6 link don't work
  3. 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?
  4. F

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Just go to line 766 and delet the -[[ so the script can read your stamina
  5. F

    Doors problem.

    Which script did you use on this door
  6. 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...
  7. 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...
  8. 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...
  9. F

    Need a global event

    i need when i broke this crystal here 18230 and he transform in 9421 i need to him to go back to 18230 in 30 seconds. 1584825449 up
  10. 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...
  11. F

    object with a timer

    ok i fixed the line with Lessaire but.... the stone ins't recoveringno erros in console 1584755074 acctualy now he recoverer but when i broke they don't recovery anymore
  12. F

    object with a timer

    its 47015 now because i deleted the code for see if the server is able to open but its the same as before
  13. F

    object with a timer

    yeah but i tried to fix it in the other attempts and every attempt occurs thisss
  14. F

    object with a timer

    i added with notepad++ in the C:\Users\felip\vcpkg\OTServBR-Global\data\items after i tried to open and give the error, the serven open but not of the itens have a name.
  15. F

    object with a timer

    tried in the begin and in the end.... but nothing happens
  16. 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...
  17. F

    Looking for mining system

    @M0ustafa can you tell me a tutorial for regeneration of the stones? i tried a old script and didn't work from another site, i don't know where i can find one here :P
  18. F

    Looking for mining system

    ok its fine
  19. F

    Looking for mining system

    i added with notepadd++ in data-actions-scripts-tools, i put the name of mining.lua no erros in console i use tfs 1.3
  20. F

    Looking for mining system

    i using a pick with this script and just don't work why
Back
Top