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

    Pc requirements to host a tibia real map

    Help!! I wanna know what kind of pc or how much resources do I need to host a big map same size than tibia or something little bigger
  2. Bagko

    Could someone help me making this spell works for tfs 1.0?

    local combat = Combat() combat:setParameter(COMBAT_PARAM_AGGRESSIVE, true) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED) local function resetGroup(cid) local player = Player(cid) if not player then return end player:setGroup(Group(1)) end local function...
  3. Bagko

    Spell Safeguard Protection against Fatal HITS!

    1586306039 Thats an awesome spell, could it work for X number of hits? Or for X number of hit/ X number of seconds?
  4. Bagko

    Spell IMMORTAL SPELL

    How can i solve this?, [7/4/2020 19:13:0] data/spells/scripts/immortal.lua:1: attempt to call global 'Combat' (a nil value) also I dont know at what line I have to add at login.lua [7/4/2020 19:13:4] [Error - Test Interface] [7/4/2020 19:13:4] data/creaturescripts/scripts/login.lua [7/4/2020...
Back
Top