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

    Update items.otb

    bump
  2. hejd12345

    Update items.otb

    I get this error when I start my server, https://i.imgur.com/nEZ3Kdo.png Anyone knows what I could do?
  3. hejd12345

    [10.77][TFS 1.2] ORTS, a real map project

    Does the Warzone works 100% with bosses and rewards? :)
  4. hejd12345

    Door script

    Okay i did this now https://imgur.com/58TW22H and this <action actionid="80" script="umbraldoor1.lua"/> in my actions.xml :) edit, changed actionid from 80 to 3000
  5. hejd12345

    Door script

    I used quest door but should I use "NORMAL" instead? I can fins "NORMAL", "LOCKED", "MAGIC", "QUEST" in the door tab :P
  6. hejd12345

    Door script

    I have created data/actions/scripts/umbraldoor1.lua with this code: function if item.uid == 6666 then if getPlayerItemCount(cid, 22397) >= 1 and getPlayerItemCount(cid, 22396) >= 25 then doPlayerRemoveItem(cid, 22397, 1) doPlayerRemoveItem(cid, 22396, 25) else...
  7. hejd12345

    Door script

    Nope :( So the script should look like this? function if item.actionid == 80 then if getPlayerItemCount(cid, 22397) >= 1 and getPlayerItemCount(cid, 22396) >= 25 then doPlayerRemoveItem(cid, 22397, 1) doPlayerRemoveItem(cid, 22396, 25) else...
  8. hejd12345

    Door script

    What function do I need to use? function onUse(cid, item, fromPosition, itemEx, toPosition) ?
  9. hejd12345

    Door script

    Thanks, I will try this! :)
  10. hejd12345

    Door script

    bump
  11. hejd12345

    Door script

    bump
  12. hejd12345

    Door script

    Is it possible to make a script where you need 1 Dream Matter(id 22397) and 25 Cluster of Solaces(id 22396) to pass a door? And when you pass the door, the items disappear and you can not walk into that door again until you collect the items again? Door id 11138 Using TFS 1.0 btw
  13. hejd12345

    Eruaran.lua

    bump
  14. hejd12345

    Rosha NPCs

    If anyone have played real Tibia or know anything about it or have a fully working Eruaran NPC they know what I am talking about.
  15. hejd12345

    Eruaran.lua

    Does anyone have the Eruaran.lua script fully working with the Umbral creation item selling? :)
  16. hejd12345

    [bye cassinos :D:D] Content Fixes and Changes

    Do you mind sharing your Eruaran/Umbral creation scripts? :D
  17. hejd12345

    Rosha NPCs

    But I need the Eruaran.lua script fully working :D
  18. hejd12345

    NPC sells items for items?

    .
  19. hejd12345

    NPC sells items for items?

    But if that is impossible maybe you can make like chests which only can be opened one by one because it should only be possible to open the weapon chest "Umbral Blade" if you have opened the weapon chest "Crude Umbral Blade" first. Maybe it is possible make the some doors "take" the items...
Back
Top