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

Recent content by Vinicius Chaves

  1. Vinicius Chaves

    Lua Transform revscriptsys

    You can get an example of any talkaction on your server and convert it easily
  2. Vinicius Chaves

    TFS 1.X+ help with this script please

    local player = Player(cid) local cost = 100000 function onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getLevel() == 80 then player:removeMoney(cost) doPlayerSetVocation(cid, 9) doPlayerSave(cid) player:sendCancelMessage("Promoted Bro.") else return false end end
  3. Vinicius Chaves

    RevScripts SELL LIST NPC

    I tried it before, and the client crashed. I do not recommend it. Maybe you can split the items in 2 or 3 npcs. Having that many items on a npc its not healthy at all lol
  4. Vinicius Chaves

    What "killed" RL Tibia for YOU?

    what killed for me was the fact people take it as a job and i literally hate it. you cant have fun because a fckng """"""leader"""""""" is hunting for 10 hours to make tibia coins
  5. Vinicius Chaves

    TFS 1.X+ Healing runes(ultimate and intense) can heal monsters and familiars

    Hello Zapo, how are you? I suggest you everytime you ask for something, you post at least the script you are asking about. By the way, I solved this problem. You change the last function of the rune script for this one.
  6. Vinicius Chaves

    RevScripts Boss Raid everyday at X time

    Hey Snavy, is it possible to make it weekly configurable? e.g Monday spawns, tuesday spawns and etc.
  7. Vinicius Chaves

    Is anybody hosting a ot on contabo?

    I recommend you OVH
  8. Vinicius Chaves

    TalkAction [TFS 1.2+] Minimap generator (map scanner)

    omg does it still works? i am trying for otbr but does not work :( , local minimap = TalkAction("/minimap") local distanceBetweenPositionsX = 8 local distanceBetweenPositionsY = 8 local addEventDelay = 100 local teleportsPerEvent = 3 local maxEventExecutionTime = 1000 local function...
  9. Vinicius Chaves

    RevScripts Kick Boss Room

    Hey, did you solve it?
  10. Vinicius Chaves

    OTMapGen

    im SHOCKED
  11. Vinicius Chaves

    Lua onStepIn Problem

    Did you set the storage where you wrote "quest"? Also, have you put the exact tile ID on the places you want? if item.itemid == 8426 then elseif item.itemid == 459 then elseif item.itemid == 19744
  12. Vinicius Chaves

    Storywriter FREE ACCESS QUEST

    I can help you, its not a big deal. Just go on data/scripts/creaturescripts/customs/free_quests.lua and add the storages you need people to already have. And set this on your config.lua: freeQuests = true
  13. Vinicius Chaves

    Storywriter FREE ACCESS QUEST

    Hello, what do you mean? Do you need someone to make quests for you? Do you need someone to let everyplayer already have some quests done when create account? And, which TFS are you using?
  14. Vinicius Chaves

    LEVER BOSS DONT VERIFY SO HAVE PLAYER

    Use this one and change to your needed local setting = { centerRoom = {x = 747, y = 1229, z = 8}, storage = Storage.TheSecretLibrary.TheOrderOfTheFalcon.OberonTimer, Pillar1pos = {x = 744, y = 1229, z = 8}, bossPosition = {x = 747, y = 1229, z = 8}, kickPosition = {x = 742...
  15. Vinicius Chaves

    [MyAAC][Plugin][Template] Oni

    I am trying to set up my discord but it keeps "0" all the time ): even getting enabled the widget on discord's serve setup
Back
Top