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

    RevScripts script request summon trainer

    local config = { [6579] = {levelRequired = 10, creature = "Training Machine", isSummon = false}, } local actions_createCreature = Action() function actions_createCreature.onUse(player, item, fromPosition, target, toPosition, isHotkey) local index = config[item:getId()] if...
  2. M

    [USA] [12.64][Global Map] Lucian OT

    IP: lucian.servegame.com Port: 7171 Client:12.64 Download on our Website Uptime: 24/7 Hosted in: USA Dedicated PC For Host Website:lucian.servegame.com Exp rate: 1-8 x14 9-25 x13 26-50 x12 51-100 x11 101-200 x10 201-300 x9 301-400 x8 401-500 x7 501-600 x6...
  3. M

    RevScripts how to add level requirement to buyhouse script

    local buyHouse = TalkAction("!buyhouse") function buyHouse.onSay(player, words, param) local housePrice = configManager.getNumber(configKeys.HOUSE_PRICE) if housePrice == -1 then return true end if not player:isPremium() then player:sendCancelMessage("You need a...
  4. M

    RevScripts convert action to revscripts

    local config = { idcoin = 24774 } function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) local item = Item(item.uid) if player:getItemCount(config.idcoin) > 0 then local coinplayer = player:getCoinsBalance()+item:getCount()...
  5. M

    Lua magic wall timer help with script

    local combat = Combat() combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) function onCreateMagicWall(creature, tile) local item = Game.createItem(ITEM_MAGICWALL, 1, tile) item:setAttribute(ITEM_ATTRIBUTE_DURATION, math.random(14000, 20000)) end...
  6. M

    Lua need help with script

    local rare_popup = true local rare_text = "*rare*" local rare_effect = true local rare_effect_id = CONST_ME_MAGIC_GREEN local tiers = { [1] = { prefix = 'rare', showattr = true, -- attr prefix will be shown instead extra = {0, 0}, chance = { [1] =...
  7. M

    [USA] [12.40] [Global Map] [Custom] Striker OT

    hello fellow tibians as the tittle says striker ot a new real map (yea yea i know lol only the one millionth one right) anyway to the fun stuff it will be a custom real map not just vanilla crafting systems all those creature products are now useful mining and woodcutting coming soon custom item...
  8. M

    tfs 1.3 script

    solved function onUse(player, item, fromPosition, target, toPosition, isHotkey) if item.itemid == 5123 then if player:getVocation():getId() == 4 then player:teleportTo(toPosition, true) item:transform(item.itemid + 1) end else...
  9. M

    items help

    how do i add imbuements in items.xml such as health and mana leech? 1584832005 useng tfs 1.3 otservbr
  10. M

    script request

    need a script that gives items random imbues from creature drops using tfs 1.3
  11. M

    need script

    looking for script that broadcasts when a gm or admin logs in usenf tfs 1.3
  12. M

    need help with script

    local rare_popup = true local rare_text = "*rare*" local rare_effect = true local rare_effect_id = CONST_ME_MAGIC_GREEN local tiers = { [1] = { prefix = 'rare', showattr = true, -- attr prefix will be shown instead extra = {0, 0}, chance = { [1] =...
  13. M

    help with script error

    Lua Script Error: [Action Interface] data/actions/scripts/quests/forgotten knowledge/lloydLever.lua:onUse ...ctions/scripts/quests/forgotten knowledge/lloydLever.lua:55: attempt to call method 'setExhaustion' (a nil value) stack traceback: [C]: in function 'setExhaustion'...
  14. M

    [USA] [12] [global map] Hellfire OT

    Global OT low rates works with tibia 10 client outdated or tibia 11, 12 client For In game Help GOD Hellfire. Will Have Daily Updates and bug fixes. global map with added and edited areas and spawns more will be added over time ip = hellfire.servegame.com port = 7171 client = 10 outdated or...
  15. M

    rashid

    can someone convert my rashid script to not require a certian day for the mission u can just do them all local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  16. M

    !shop Command

    need !shop command for tfs 1.2 and the database table thanks in advance
  17. M

    Lua help with shop

    how to make the ingmae store load premium points instead of coins so that when people buy premium points they can be used with ingame store thanks in advance
  18. M

    map editor

    are thear any map editors for 10.95 that work better than rme?
  19. M

    tfs 1.2 rune

    need help with rune that heals mana and health thanks
  20. M

    real map 8.7

    anybody know wer to find a non edited real map 8.7 thanks
Back
Top