• 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!

Recent content by sharinn

  1. S

    Remere's map editor lagging

    how big is your minimap, on my machine big minimap window start lagging RME
  2. 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
  3. 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
  4. 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
  5. 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.
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. S

    Why TFS 1.2 removing conditions onDeath

    Shop script where you add this condotion
  11. S

    TFS 1.X+ Segmentation fault.

    Have you some custom or modified spell?
  12. 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...
  13. 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] = {...
  14. 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
  15. S

    Feature Spell requirements modificator

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