• 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

    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?
Back
Top