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

    Spell with Error tfs 1.2

    I have this script, when i use works fine, but if i logout my TFS CLOSE, and no show error.
  2. 115820

    Spell ERROR TFS 1.2

    Thanks
  3. 115820

    Spell ERROR TFS 1.2

    I have erro with my spells Lua Script Error: [Spell Interface] data/spells/scripts/buff/sorc1.lua:onCastSpell data/spells/scripts/buff/sorc1.lua:46: attempt to call global 'doPlayerSetStorageValue' (a nil value) stack traceback: [C]: in function 'doPlayerSetStorageValue'...
  4. 115820

    Feature [TFS 1.2] Reflection attribute

    @Delusion How i change this for storage??? ###EDIT NO NEED MORE. i GOT THIS.
  5. 115820

    Lua Action Door Level

    Try This function onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getLevel < lvl then player:teleportTo(toPosition, true) else player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Only the worthy may pass.") end return true end
  6. 115820

    Lua Action Door Level

    Use this my script.
  7. 115820

    Lua Action Door Level

    Man door don’t work with movements. How you will step in door??? Try use this script in actions
  8. 115820

    Lua Action Door Level

    Try this local lvl = 250 function onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getLevel < lvl then if item.itemid == 5114 then player:teleportTo(toPosition, true) end else player:sendTextMessage(MESSAGE_EVENT_ADVANCE...
  9. 115820

    Firestorm Event | Tfs 1.2

    fsMinPlayers = 2 --min players needed when time runout / minimo de players necesarios para comenzar el evento. fsMaxPlayers = 5 --max players to join / maximo de players. I alredy change to min 2 max 2, same error. No have player enough to start event.
  10. 115820

    Show all protection onLook

    Hi, i want when player do look can see all protection that player have. exemple: You see Matheus (Level 42098) [Resets: 1]. He is a Master Sorcerer. [PVP Kills: 0] [PVP Deaths: 0] [Protection: 100%] i use TFS 1.2
  11. 115820

    Gesior with resets highscore

    I want show resets in highscore.
  12. 115820

    Fast Attack depends FirstSkill TFS 1.x

    Oh thanks, but i already done. THANKS SO MUCH!!!!
  13. 115820

    Fast Attack depends FirstSkill TFS 1.x

    I want make fast attack depends from First Skill. In TFS 0.3.7 have this code. But i want change in TFS 1.2 uint32_t Player::getAttackSpeed() const { int32_t SpeedAttack; SpeedAttack = vocation->getAttackSpeed() - (getSkill(SKILL_FIST, SKILL_LEVEL) * 10); if (SpeedAttack < 500) {...
  14. 115820

    Firestorm Event | Tfs 1.2

    fsMinPlayers = 2 --min players needed when time runout / minimo de players necesarios para comenzar el evento. fsMaxPlayers = 5 --max players to join / maximo de players. The event can be start with 2 player min or 5 player max, so i can start event with 2 player. 1578070065 This message show...
  15. 115820

    Feature [TFS 1.2] Reflection attribute

    @Delusion how i put to player see onLook all reflect %?? I put 10% in my set (helmet, armor, legs, boots), and when i do look in myself or other player i want see the all %. How i do this?
  16. 115820

    Firestorm Event | Tfs 1.2

    I have error, i have 2 players in event and its dont start, and no show error in console. 16:33 Luna has joined the Firestorm Event! [2/5]. 16:34 Welcome to vip area. Enjoy! 16:34 firestorm Event failed to start, because of to little players joined the event!
  17. 115820

    Annihilator with floors

    BUMP!!
  18. 115820

    GlobalEvent [1.3] Metin Stone Event - Full auto

    How i put the spawn on location X Y Z??
  19. 115820

    Annihilator with floors

    Hey, i try use this script, but its no like i want. I want like anihi, each pull lever is a STAGE (FLOOR), and each stage have a reward.
  20. 115820

    Annihilator with floors

    i dont know how!!
Back
Top