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

    Lua npc dice max 100cc i want change this

    -- if isInArray({"Roll", "Up"}, msg) then -- local l = 1 -- while l > 0 do l = l + 1 end -- end You must delete this lines. This is loop bug for cpu 100% . Bug from viking shit :)
  2. jurass

    War system error

    tfs version ?
  3. jurass

    [GESIOR2012] Wars on WWW [TFS 1.0 only] - beta version

    I have bug. War never end. Any solutions ?
  4. jurass

    War System TFS 1.2 talkactions!

    Maybe someone have war system with talkactions to tfs 1.2 ? Example /war invite,guild name,frags /war end,guild name /war cancel,guild name :) BUMP
  5. jurass

    php scrypter job !

    Bump
  6. jurass

    php scrypter job !

    I search php scripter.
  7. jurass

    Job for programmer and scripter.

    I search programmer for fix all new crash. I search lua scripter for new script. I search fixed working events tfs 1.2 Msg priv. Payment : paypal.
  8. jurass

    Bug Dissapear items tfs 1.2

    Hello members ! When Player equip example sword from backpack item dissapear, only first login . Example. I make new character on server and equip sword on my backpack. When i equip sword dissapear. Any fix for them?
  9. jurass

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    when i equip item example bow from bp , item dissapear . any fix for this ? i can pay
  10. jurass

    PROblEM SHOP INGAME

    i need fix for dissapear itesm when player push items from store inbox to backpack.
  11. jurass

    i need 2 pages.php!

    i need 2 pages php. http://middlearth.net/?subtopic=topmounters http://middlearth.net/?subtopic=topaddoners :)
  12. jurass

    script tfs 1.2

    I need script - points for advance on level example 50 lvl - 100 points 100 lvl - 200 points 200 lvl - 200 points Tfs 1.2
  13. jurass

    update another script to tfs 1.2

    function onAdvance(cid, type, oldlevel, newlevel) local name = getCreatureName(cid) if (oldlevel ~= newlevel and type == SKILL__LEVEL) then if (newlevel >= 100 and getPlayerStorageValue(cid, 74569) == -1) then doBroadcastMessage("Player " .. name .. " reached 100...
  14. jurass

    HOW SPEED REGENERATE STAMINA tfs 1.2

    how edit . fast regenerate stamina? function onLogin(player) if not configManager.getBoolean(configKeys.STAMINA_SYSTEM) then return true end local lastLogout = player:getLastLogout() local offlineTime = lastLogout ~= 0 and math.min(os.time() - lastLogout, 86400 * 21) or...
  15. jurass

    update script to tfs 1.2

    I now have script : local config = { nagroda = {id = 12681, ilosc = 2}, -- id, ilosc nazwaPotwora = 'Fire Stone', -- nazwa potwora level = 2, -- amount of levels you want to gain. monsterName = "Cyclops" -- The name of the monster that should trigger the script. } local function...
  16. jurass

    update script to tfs 1.2

    When i killed rat i have bug : Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/custom/test.lua:onKill data/creaturescripts/scripts/custom/test.lua:14: attempt to call method 'getMonster' (a nil value) stack traceback: [C]: in function 'getMonster'...
  17. jurass

    update script to tfs 1.2

    @tokenzz local config = { nagroda = {id = 12681, ilosc = 2}, -- id, ilosc nazwaPotwora = 'Fire Stone', -- nazwa potwora level = 2, -- amount of levels you want to gain. monsterName = "Rat" -- The name of the monster that should trigger the script. } local function...
  18. jurass

    update script to tfs 1.2

    i have problem :) Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/custom/test.lua:onKill data/creaturescripts/scripts/custom/test.lua:14: attempt to call method 'getMonster' (a nil value) stack traceback: [C]: in function 'getMonster'...
Back
Top