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

    Items: World Exp Scroll / World Loot Scroll

    Hi ! I saw a few posts about it, but either TFS was different or it was based on clicking on an object on the map. I want to create 2 scrolls: 1. World Exp Scroll (I created the item myself) with the function of giving +25% exp for 30 minutes. The rule is simple, someone buys World Exp...
  2. C

    TFS 1.X+ Pocket dummy training

    Sounds like a difficult job :d I saw a dummy on tibiascape that could be bought in the item shop and placed e.g. under the depot and then several people trained with it
  3. C

    The mistake with amulets

    It's hard to say... I've done a lot of things. When it comes to file editing, there were certainly changes in the player and shop in some guide. I also removed the client bot, removed new spells from the spell list or removed additional skills from the skill bar (such as crit, mana leach) +...
  4. C

    Store problem - Invalid http status code (403)

    creaturescripts/creaturescripts.xml <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> <event type="login" name="PlayerLogin" script="login.lua" /> <event type="logout" name="PlayerLogout" script="logout.lua" /> <event type="login" name="FirstItems" script="firstitems.lua" />...
  5. C

    The mistake with amulets

    MASTER... Tell me HOW 😂
  6. C

    Store problem - Invalid http status code (403)

    Same problem
  7. C

    remove skills with skill table

    It works! Thank you!
  8. C

    RevScripts Store blessings scroll

    Thanks! Its perfect!
  9. C

    remove skills with skill table

    up
  10. C

    The mistake with amulets

    up
  11. C

    RevScripts Store blessings scroll

    Using the blessings itself works, but when you remove the scroll, it does not disappear. Additionally, if you already have a blessing, no message informing you about it is displayed. Does anyone know how to add this to the code?
  12. C

    RevScripts Store blessings scroll

    Hi ! I found this code, but it's probably for old TFS. Many others take money. function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 5131 then ---< change doPlayerAddBlessing(cid, 1) doPlayerAddBlessing(cid, 2)...
  13. C

    TFS 1.X+ Pocket dummy training

    Hi! I would like to create a "Training dummy" that can be summoned from an item and placed on the ground to skill without special weapons. Additionally, it can be done outside the house. I would also like its duration to be specified (e.g. 10 hours of being summoned), which does not count if it...
  14. C

    remove skills with skill table

    up
  15. C

    The mistake with amulets

    up
  16. C

    Color items loot chat

    Hmm.. Will this work on OTCv8? I'm looking for what you sent
  17. C

    [TFS 1.4] Simple teleport scroll script

    I'm trying to implement it in various ways but I'm not successful :( Can you help me with what the code should look like? :D 1724080922 Ok i used ChatGPT With your Lua script. Its work. THANKS ! :D
  18. C

    [TFS 1.4] Simple teleport scroll script

    Hoooooooow? :D
  19. C

    [TFS 1.4] Simple teleport scroll script

    Is it possible to somehow set the teleport used to teleport the player by default to the place where he is registered in the temple after death? :D
Back
Top