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

    CreatureEvent [TFS 1.2] Revive system + resurrection spell by Zbizu

    this for pvp right? and is there a way it works only for monster kills
  2. A

    RevScripts damage stepin

    bump
  3. A

    CreatureEvent [TFS 1.2] Revive system + resurrection spell by Zbizu

    is it possible to block in case the player dies for another player (higher damage) does not activate?
  4. A

    RevScripts damage stepin

    local damagestepin = MoveEvent() function damagestepin.onStepIn(creature, item, position, fromPosition) if creature:isPlayer() then local hit = creature:getMaxHealth() / 1 creature:addHealth(-hit) end return true end damagestepin:type("stepin") damagestepin:id(x)...
  5. A

    Lua on look

    bump
  6. A

    Lua on look

    bump
  7. A

    Lua on look

    bump
  8. A

    Lua on look

    bump
  9. A

    Lua on look

    22:40 You see yourself. You are god. You Are a Savant of Tibia of Tibia. yourself. You are god. You Are a Savant of Tibia of Tibia. 22:41 You see ADM (Level 3701). He is a knight.ADM (Level 3701). He is a knight. You Are a Savant of Tibia of Tibia.
  10. A

    Lua on look

    -> player 20:56 You see yourself. You are a knight.yourself. You are a knight. -> adm 20:57 You see [ADM] xxx. He is god.[ADM] xxx. He is god. Health: 634065 / 634065, Mana: 3881920 / 3881920. Position: 32347, 32218, 7 IP: 191.xxxxxx. You Are a Scout of Tibia.
  11. A

    Lua on look

    any ideas for this script
  12. A

    Lua on look

    bump
  13. A

    Lua on look

    loyaltyStorage = 14960 titles = { [1] = "Scout", [2] = "Sentinel", [3] = "Steward", [4] = "Warden", [5] = "Squire", [6] = "Warrior", [7] = "Keeper", [8] = "Guardian", [9] = "Sage", [10] = "Savant of Tibia", [11] = "Enlightened of Tibia" } function...
  14. A

    RevScripts anti mc

    function dadadada.onLogin(player) local playerId = player:getId() local playersOnline = Game.getPlayers() for _, pid in pairs(playersOnline) do local pip = getPlayerIp(pid) if cid ~= pid and getPlayerIp(cid) == pip and not isInArray(config.ignoreIps...
  15. A

    C++ kickAfterMinutes

    bump
  16. A

    RevScripts check fromPosition - toPosition

    yes I changed it worked, now I just need to understand sometimes the character has his life full sometimes no hehe
  17. A

    RevScripts check fromPosition - toPosition

    a doubt is there any way to check floors?
  18. A

    RevScripts check fromPosition - toPosition

    positionsArena = { fromPosition = Position(1549, 994, 7), toPosition = Position(1579, 1020, 7) }, local CastlePrepareDeath = CreatureEvent('CastlePrepareDeath') function CastlePrepareDeath.onPrepareDeath(player, killer)...
  19. A

    C++ kickAfterMinutes

    if (!getTile()->hasFlag(TILESTATE_NOLOGOUT) && !isAccessPlayer() && !isExerciseTraining()) { idleTime += interval; const int32_t kickAfterMinutes = g_configManager().getNumber(KICK_AFTER_MINUTES); if (idleTime > (kickAfterMinutes * 60000) + 60000) {...
Back
Top