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

    TFS 1.X+ NPC Walkspeed is to fast TFS 1.6

    Have you reverted revscript npc changes?? this changes: https://github.com/otland/forgottenserver/pull/4861 just because you don't use lua npc doesn't mean the system underneath isn't used
  2. sharinn

    No-attack boss mechanic

    its easy, onHealchange script that is registres in boss. in script take target summons, if any is alive change primary and secondary damage to 0
  3. sharinn

    Cipsoft client runtime ip changer

    Dump
  4. sharinn

    Cipsoft client runtime ip changer

    I need to do it during runtime, your links edits the exe file, it's not the same case, I want to make a "Lancher" like giveria.com
  5. sharinn

    Cipsoft client runtime ip changer

    Hi, I want to write a program that changes IP address during runtime of cipsoft client, I am looking for any information about the offset addresses under which the IP addresses/ports are located, I will be grateful for any information :)
  6. sharinn

    What's the longest time you've spent playing on an OT server?

    Kovloria(3x), around 3y + another 3y after exp rate changes(and many other trash changes) talking with other players,
  7. sharinn

    Problem with OTClient Updater - Downloading Over 700 Files

    Just write solution there
  8. sharinn

    Canary Error when compiling latest Canary on a Ubuntu 24.04 VPS

    build stopped: interrupted by user it's looks like you canceled build
  9. sharinn

    TFS 1.X+ Spell THAT LEAVES THE OPPONENT EXHAUSTED

    cid probably is userdata, you shuld use cid:getId() in addEvent in function called by AddEvent you must check id player with give id exit local player = Player(cid) if not player then return end
  10. sharinn

    [TFS 1.6] NPC Error callFunction on say

    yes, you should if you want to have working npc on linux server
  11. sharinn

    Fix wheel of destiny

    post issue on canary repository, probably this is fastest way to get solution https://github.com/opentibiabr/canary/issues
  12. sharinn

    Manipulating Item Attributes and Skills in TFS 1.3+

    ItemType attribute (example: elemental deff) can't be changed by any lua function.
  13. sharinn

    TFS 0.X set a time of 2 hours to be able to use the item again

    just add calldown using storage and os.time()
  14. sharinn

    Disable Rune Trow Assist

    this is normal runes hit tile creature, walk animation is only client side think when creature start walking is mean on server side creature is on next tile already
  15. sharinn

    Training Monk - info about damage input over time

    Limitations: max damage is 65535(uint8_t)
  16. sharinn

    Training Monk - info about damage input over time 1

    Training Monks show damage received over last 10s
  17. sharinn

    Training Monk - info about damage input over time

    sharinn submitted a new resource: Training Monk - info about damage input over time - Training Monk - info about damage input over time Read more about this resource...
  18. sharinn

    Food Regen/ skills

    1) https://github.com/otland/forgottenserver/blob/master/data/XML/vocations.xml 2) config.lua rateSkill = 3 rateMagic = 3
  19. sharinn

    TFS 1.X+ CreatureEvent crashing in Linux (working fine in windows)

    can you share backtrace from linux crash?
  20. sharinn

    TFS 1.X+ CreatureEvent crashing in Linux (working fine in windows)

    can you try find all onPrepareDeath scripts and check what they doing and if can disable all other then this script, probably order of events is different on windows and linux and this "fix" issue on windows
Back
Top