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

    TFS 1.X+ Possible infinite loop at actions/lib/actions.lua

    its normal on startup, look on lib core. lua what is doing, it's loading many files (dofile) summary there is a loot of code to execute after startup it chack lua call if they execute to long, this is important
  2. S

    Nekiro downgrade 8.0 trade system bug

    charges are taken instead of items count in this case this is my old fix, idk if it's work for downgraded tfs
  3. S

    Nekiro downgrade 8.0 trade system bug

    with items do you want to sell? while ago i worked on bug related to trade and rings/amulets with charges
  4. S

    crit hit and crit dmg

    Hi, have you this fix mana/life leech amount display bug (#4613) · otland/forgottenserver@ac03f09 (https://github.com/otland/forgottenserver/commit/ac03f09514bc70542b2dbd6f38975ac1779a5d7c) changes? Please give some information about your engine.
  5. S

    Landoria OTS - Development Thread

    Weakened RP shots - basic range and chance to trigger an additional effect Added monsters to the DH1 maze. A system has been added to track the time a player has spent on the game, the quests completed and the monsters he has defeated. Improved the strength of several mid and endgame monsters...
  6. S

    Landoria OTS - Development Thread

    Protocol 13.10 has been introduced and with it audio in some actions: Guard attack Double Healing Orb Meeting Drop Unikata System massacre Successful item upgrade (tier) Fixed spells not working with unique item attributes. Fixed set items, now not granting double resistance...
  7. S

    How To make Spell Who hit 3 times in row

    my approach note: function castIfCasterAlive should be pulled into libs if you want to use it in multiple places local animationEffect = CONST_ME_GROUNDSHAKER local combatDamage = createCombatObject() setCombatParam(combatDamage, COMBAT_PARAM_EFFECT, 0) setCombatParam(combatDamage...
  8. S

    Landoria OTS - Development Thread

    FB: Landoria OTS (https://www.facebook.com/LandoriaOTS) Test-Server: Landoria OTS (http://landoria-test.online/) General Info: The server is based on the old Kovloria server(from the beginning of existence), the main goal is to recreate all server mechanics and improving them if required...
  9. S

    Why TFS 1.2 removing conditions onDeath

    Shop script where you add this condotion
  10. S

    TFS 1.X+ Segmentation fault.

    Have you some custom or modified spell?
  11. S

    DB query - only one result instead three

    fixed: local function generateTopPlayers() local playerPos = { [1] = { pos = { x = 3391, y = 2067, z = 7 }, }, [2] = { pos = { x = 3388, y = 2067...
  12. S

    DB query - only one result instead three

    Hi, I want to make a script to create 3 monsters that will pretend to be a top player, the problem is that the query returns only 1 result instead of 3, executing the quesra directly in the DB returns 3 results as I wanted Can anyone tell what i am doing wrong? local playerPos = { [1] = {...
  13. S

    How to reduce money on otserv in game?

    without system like rl tibia forge i thing it's impossible to remove money from the game
  14. S

    Feature Spell requirements modificator

    https://github.com/ArturKnopik/forgottenserver/pull/4 @Update 14.06.2023 - added boost damage attribute
  15. S

    Does anyone know what is causing this bug?

    it's look like some random print in creaturescripts
  16. S

    Windows Turorial about how to debug with msvc?

    build under debug mode, run server, in VS go to debug attach to process, select tfs, create breakpoint an try hit breakpoint case
  17. S

    Scarlett Boss mechaninc

    you need storages for monsters or some simmilar system to save some scarlet data
  18. S

    [Poland][12.86] Landoria OTS - Test Server

    It's working, im tested it right now :)
  19. S

    [Poland][12.86] Landoria OTS - Test Server

    02/06/2023 Added Ice Cave quest in Snownia Added descent to Green Island ghastly dragoons Fixed Zethar Mortal Shell boss fight cd Map fixes Reworked Zaoan items and added set traits Reworked the castle on Salvania, Falcons lived there and added a miniquest + the ability to fight a boss Fixed...
  20. S

    [Poland][12.86] Landoria OTS - Test Server

    02/02/2023 Removed boat travel to demonia Added a new quest in Salvania, you can start it with npc Hanzz, the reward is access to Demonia New monsters added: Stone Devourer(Salvania) Omnivora(Salvania) Feverish Citizen(Salvania) Added Grizzly Adams, can be visited in Blackshire Castle New...
Back
Top