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

    [OTCv8] Auras and wings

    How did you get players to function normally with shaders?
  2. I

    Otcv8 game_console

    I want to make the chat smaller and a little to the left and if possible, make it invisible so I can press enter, what should I do?
  3. I

    Spawn Monster TFS 1.4.2 10.98

    I want to put monsters on the player's screen to be born. TFS 1.4.2 10.98
  4. I

    Erro NPC trade

    error when I trade, with the npc and it shows 0 gold even though I have golds. TFS 1.5 8.6 / OTCV8 packet.log
  5. I

    [TFS 1.3] Mini Shop with command or modalWindow

    That's what you didn't understand, I already have it on the server but give that error.
  6. I

    [TFS 1.3] Mini Shop with command or modalWindow

    i use OTcV8 and Tfs 1.5, the error was on the server
  7. I

    [TFS 1.3] Mini Shop with command or modalWindow

    there is no way to put it here, in this tfs? GitHub - nekiro/TFS-1.5-Downgrades at 8.60 (https://github.com/nekiro/TFS-1.5-Downgrades/tree/8.60)
  8. I

    Extended View TFS 0.4, OtcV8 Help

    solved
  9. I

    HealthInfo Help OTCV8

    I would like help to make a health info like this: my: code: healthinfo.lua Icons = {} Icons[PlayerStates.Poison] = { tooltip = tr('You are poisoned'), path = '/images/game/states/poisoned', id = 'condition_poisoned' } Icons[PlayerStates.Burn] = { tooltip = tr('You are burning'), path =...
  10. I

    Otcv8 Healthinfo Help

    I would like help to make a health info like this: my: code: healthinfo.lua Icons = {} Icons[PlayerStates.Poison] = { tooltip = tr('You are poisoned'), path = '/images/game/states/poisoned', id = 'condition_poisoned' } Icons[PlayerStates.Burn] = { tooltip = tr('You are burning'), path =...
  11. I

    TFS 1.X+ Prize Box Tfs 1.5 Help

    Guys, can you help me with a prize box, with a % chance, for a support of many items, at least 50 items to draw, with levels of difficult and easy drop?
  12. I

    TFS 1.X+ door that needs an item TFS 1.3

    Guys, someone help me I wanted an Actions script, only go through the door if you have the item ID: 12500, please?
  13. I

    TFS 1.X+ Spell help

    I wanted some time inside the script, I don't want to use spells.xml.
  14. I

    TFS 1.X+ OTBr Tfs 1.3 Error Use Stamina

    replace local function useStamina(player) local staminaMinutes = player:getStamina() if staminaMinutes == 0 then return end local playerId = player:getId() if not nextUseStaminaTime[playerId] then nextUseStaminaTime[playerId] = 0 end local...
  15. I

    TFS 1.X+ Spell help

    how to put a 5 second exhaust on that power? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, 129) function onGetFormulaValues(player, level, magicLevel) local min = (level / 10) + (magicLevel / 10) + 4...
  16. I

    TFS 1.X+ magic error help

    bug: Lua Script Error: [Spell Interface] data/spells/scripts/attack/genki dama.lua:onCastSpell LuaScriptInterface::luaAddEvent(). Argument #3 is unsafe stack traceback: [C]: in function 'addEvent' data/spells/scripts/attack/genki dama.lua:33: in function...
  17. I

    TFS 1.X+ Help-me in spell Dragon Ball

    someone help me make this spell for tfs 1.3? releases a different effect when I'm looking at each side for example: <<<< = effect 22 <<<< = effect 23 \/ \/ \/ = effect 24 /\ /\ /\ = effect 25 using 4 squares. I have an example of a spell in tfs 0.4. . local combat1 = createCombatObject()...
  18. I

    OTClient Help Spells

    sorry my english is not good, I wanted a spell bar by vocation, for example this one:
Back
Top