• 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

    Mysql out of sync

    bump
  2. S

    Mysql out of sync

    schema.sql is up to date
  3. S

    Mysql out of sync

    Hello, did anyone have a problem with mysql Message: Commands out of sync; you can't run this command now. the problem occurs when "> Optimizing table players_online... [success]" occure. I want to add that when the tables are not optimized, everything works OK, the problem came from the TFS...
  4. S

    TFS 1.X+ tfs 13.10 and znote error login

    Hello again, can you try revert this commit 728b29b57737f104b8e35962a9ebe14f1cdcdc47 (Encode Latin-1 to UTF-8 and vice versa (#4628) · otland/forgottenserver@728b29b (https://github.com/otland/forgottenserver/commit/728b29b57737f104b8e35962a9ebe14f1cdcdc47)), it's fix this issue for me if it...
  5. S

    TFS 1.X+ tfs 13.10 and znote error login

    i got the same issue but using cip client. probably some string_view issue.
  6. S

    Tfs 1.5 by nekiro palladin no attack weapon when use pot

    it's look like you change something in Weapon::interruptSwing() Please post this function
  7. S

    Windows How do you search in luas?

    my practice is to create file for uid/aid(simmilar to sotarge), and some comments with last used value/next not used value also i have script to validate duplications on server startup Xikini solution should resolve your issue
  8. S

    Remere's map editor lagging

    how big is your minimap, on my machine big minimap window start lagging RME
  9. 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
  10. 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
  11. 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
  12. 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.
  13. 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...
  14. S

    Why TFS 1.2 removing conditions onDeath

    Shop script where you add this condotion
  15. S

    TFS 1.X+ Segmentation fault.

    Have you some custom or modified spell?
  16. 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...
  17. 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] = {...
  18. 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
  19. S

    Feature Spell requirements modificator

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

    Does anyone know what is causing this bug?

    it's look like some random print in creaturescripts
Back
Top