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

    skill fishing increases loot drop

    Could someone help me to create a script, the more fishing skill the player has the more chance to drop loots he has? example: going to soucers I found this code that increases the attack speed according to the player's fist. uint32_t getAttackSpeed() const { int32_t AtkSpeed...
  2. F

    Lua Boss Event

    removing eek the script doesn't show any error, however it doesn't work. there's a script here on the forum that works, but I was wondering if you can help me implement a teleport? at birth the boss creates a teleport in the temple and sends it to the "boss room" where it was born. help me...
  3. F

    Lua Boss Event

    help me with this error? I can't identify this eek
  4. F

    [TFS 1.3] [Globalevent] Random boss in room

    Good afternoon beauty? it worked fine, thank you very much. I would like to know if it is possible to add another script when the boss is born, create a teleport at position X and send the player to position Y
  5. F

    [TFS 1.3] [Globalevent] Random boss in room

    when I use the /startboss command, I get this error in the console
  6. F

    Error NPC

    @BUMB
  7. F

    Error NPC

    UP
  8. F

    Error NPC

    Can someone give me a hand? I'm using a task npc via modalwindow Advanced Task NPC (https://otland.net/threads/advanced-task-npc.266598/) but when I get away from npc and say task npc still keeps answering me. explanatory video
  9. F

    Advanced Task NPC

    after changing the function in npchandler all npcs stopped working. I use tfs 1.3 in RevScript OTServerBr server, can you help me? Below is the current code. function NpcHandler:isInRange(cid) local distance = Player(cid) ~= nil and getDistanceTo(cid) or -1 if distance == -1...
  10. F

    Lua Boss Event

  11. F

    NPC [TFS 1.1] Monster Tasks

    Is it possible to convert to modal window and be able to repeat the same task? like after completing the demons task he can redo but with 50 more creatures. 10 initial + 50 additional 60.
  12. F

    Revscripts(1.3) Custom Equipment {SYC}

    already in revscript?
  13. F

    [HELP] Task System TFS 1.3x

    Você pode disponibilizar?
  14. F

    [HELP] Task System TFS 1.3x

    Hello, would anyone have a task system to provide with modal window as the example in the image below?
  15. F

    NPC [TFS 1.X] NPC Addons (Modal Window)

    Error: Screenshot (https://prnt.sc/129urxe)
  16. F

    RevScripts [BOSS] The Ravenous Hunger

    Speak personal beauty? I am using the OTServerBR TFS 1.3x server and I realized that boss Leiden on dying does not summons The Ravenous Hunger could someone help me with this script? Summoun dying to be born Boss?
Back
Top