• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. M

    Lua need help with script

    worked perfect thanks
  2. 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] =...
  3. 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...
  4. M

    [12.x] OTServBR-Global

    ahh ok thanks
  5. M

    [12.x] OTServBR-Global

    [IOLoginData::gameworldAuthentication] Account not found! i changed nothing fresh server loaded everything up and this is the error i get in console using god acc that come in data base god/god the character list comes up then when i go to login i get this error
  6. M

    [12.x] OTServBR-Global

    thanks
  7. M

    [12.x] OTServBR-Global

    where is the quest log script?
  8. M

    NPC BLESS

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  9. M

    Action TFS 1.X Water, Lava, Swamp fishing + bowlable monsters

    that fixes the database problem but i still have this one if tried changing it to player:getid but no luck data/actions/scripts/fishbowl.lua:onUse data/actions/scripts/fishbowl.lua:55: attempt to call method 'getId' (a nil value) stack traceback: [C]: in function 'getId'...
  10. M

    Action TFS 1.X Water, Lava, Swamp fishing + bowlable monsters

    [Error - mysql_real_query] Query: UPDATE `fishing_catchs` SET `amount` = `amount` + 1 WHERE `player_id` = 11 and `name` = Dragon; Message: Unknown column 'Dragon' in 'where clause' i get this error now
  11. M

    Action TFS 1.X Water, Lava, Swamp fishing + bowlable monsters

    [Error - mysql_real_query] Query: UPDATE fishing_catchs SET Dragon = Dragon + 1 WHERE player_id = 11; Message: Unknown column 'Dragon' in 'field list' [Error - mysql_real_query] Query: UPDATE fishing_catchs SET Dragon = Dragon + 1 WHERE player_id = 11; Message: Unknown column 'Dragon' in 'field...
  12. 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...
  13. M

    items help

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

    script request

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

    need script

    thanks guys works perfictly
  16. M

    [MyAAC][Plugin] Gesior Shop System

    Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/gesior-shop-system.lua:onThink data/lib/compat/compat.lua:1275: attempt to call method 'getUniqueId' (a nil value) stack traceback: [C]: in function 'getUniqueId' data/lib/compat/compat.lua:1275: in function...
  17. M

    need script

    looking for script that broadcasts when a gm or admin logs in usenf tfs 1.3
  18. 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] =...
Back
Top