• 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

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    its not problem with this system, probaby you want to add not existing item to monster body
  2. S

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

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

    Cipsoft client runtime ip changer

    Dump
  5. S

    TFS 1.X+ OTClientV8 2.6.1 BGM Question

    storage is server side think, onLogin you can check storage and send package to client that force soundtrack you want
  6. S

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

    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 :)
  8. S

    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,
  9. S

    Problem with OTClient Updater - Downloading Over 700 Files

    Just write solution there
  10. S

    Canary Error when compiling latest Canary on a Ubuntu 24.04 VPS

    build stopped: interrupted by user it's looks like you canceled build
  11. S

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

    [TFS 1.6] NPC Error callFunction on say

    yes, you should if you want to have working npc on linux server
  13. S

    Fix wheel of destiny

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

    Manipulating Item Attributes and Skills in TFS 1.3+

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

    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()
Back
Top