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

  1. amoxicilina

    Auto loot (Loot Pounch)

    It has not been tested here it is, Canary - Version 3.1.2. local feature = TalkAction("!autoloot") local validValues = { -- "all", "on", "off", } function feature.onSay(player, words, param) -- Checks if the AutoLoot system is active if not...
  2. amoxicilina

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    I managed to get it to work partially for the canary repository, but I still don't have a solution for the correct update of my statuses with the assigned ones that were assigned to the item. I'll include a video here for a better understanding of what happens during the update, in case someone...
  3. amoxicilina

    outfit bonus table

    [/CODE] Ex: condição localConfig = { [140] = {voc = "knight, Elite Knight", escudo = 5, corpo a corpo = 2, punho = 2, health = 500} [140] = {voc = "Druid, Elder Druid", magia = 2, mana = 200, speed = 200} [140] = {voc= "Paladin, Royal paladin", magia = 1, distância = 5, criticalchance = 5}...
  4. amoxicilina

    outfit bonus table

    @Mateus Robeerto Would it be possible for you to have each vocation receive different bonuses using the same outfit, for example: Sorcerer and knight wearing citizen outfit bonus outfit to receive --> knight +150HP +2 shield / Sorcerer + 150MP +2 Magic Level
  5. amoxicilina

    [Canary v.3.1.2+] Teleport Cube + Cooldown + Battle + Price

    local supremeCube = Action() local config = { cooldown = 60, towns = { { name = "Ab'Dendriel", teleport = Position(32732, 31634, 7), price = 50000, storage = 9007, level = 10 }, { name = "Ankrahmun", teleport = Position(33194, 32853, 8), price = 60000, storage = 9008...
  6. amoxicilina

    Looking for script to shutdown server TFS1.2

    local shutdownAtServerSave = true local cleanMapAtServerSave = false local function serverSave() if shutdownAtServerSave then Game.setGameState(GAME_STATE_SHUTDOWN) else Game.setGameState(GAME_STATE_CLOSED) if cleanMapAtServerSave then cleanMap() end Game.setGameState(GAME_STATE_NORMAL) end...
  7. amoxicilina

    CreatureEvent [TFS 1.2] Outfit bonuses

    Seria possível converter a versão canário para revscript?[/code]
  8. amoxicilina

    Action [TFS 1.X] Simple RPG: Forging/Crafting/Cooking following a recipe without Modal Windows

    local recipes = { -- Ores to Bars { resultItemID = 49257, -- Brass Bar requiredItems = { {itemID = 49242, count = 2}, -- Copper Ore {itemID = 49256, count = 1}, -- Zinc Ore } }, -- Outra receita { resultItemID = 12345...
  9. amoxicilina

    [TFS 1.4.2] World exp, skill and loot boost

    An idea: Is it possible to make the basin appear to be disabled only when players kill a specific “BOSS” monster? And after his death, the basin will appear for the player to activate the event. I think it would be something very interesting, so you could create a BOSS appearance mechanic and...
  10. amoxicilina

    AAC Experience History for myaac

    Would anyone have or could make this table available to Myaac?
  11. amoxicilina

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    I'm having this problem when equipping the item and its attributes are not showing correctly. I'll post some pictures for better understanding. if anyone can help me thanks. I just installed that part to my server. Prints:
  12. amoxicilina

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    Do you want to deploy to canary datapack? If yes, I can help you very easily.
  13. amoxicilina

    Coruja-OT [12.86] Mapa custom

    Hello I'm coming here to publicize my server with low exp custom map, for players to have fun. Stop wasting time and come be part of CORUJA-OT. Open/Aberto: 15/10/2022 Exp: 50x stages Loot: 3x Skill: 50x stages Magic: 20x stages Prints Site Create an account / Criar Conta Fecebook...
Back
Top