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

    RevScripts Help Creaturescripts

    bump
  2. A

    RevScripts Help Creaturescripts

    hello help me with a Creaturescripts that the monster transforms into another last 10 seconds and return to its correct form. Monster Name : Ghulosh << let this monster do again in 10 seconds Monster Transform : Ghulosh' Deathgaze << FOR 10 SECONDS
  3. A

    Help Creature Scripts (Revscriptsys)

    Hello I would like someone to help me make a revscripts that is a monster event. When killing the monster "Wild Knowledge", its body turns into this item "13122" and it has this ActionID "4951" Note: it is believed where the monster dies OPEN PHOTO | V
  4. A

    RevScripts Help Script

    Hello, please help me add the remaining time to this script like in this photo local config = { [59885] = {position = Position(32458, 32507, 6)} } local dukeCastle = MoveEvent() function dukeCastle.onStepIn(creature, item, position, fromPosition) local player = creature:getPlayer()...
  5. A

    RevScripts Kick Boss Room

    I already tried adding that and it generates a bug, because every 15 minutes it deletes the room, even if the people are not inside, if the room has 1 minute left and people enter the boss it will remove them
  6. A

    RevScripts Kick Boss Room

    Hello, help me with this script, I want you to kick out of the room after 15 minutes -- FUNCTIONS local function doCheckArea() local upConer = {x = 32424, y = 32507, z = 7} -- upLeftCorner local downConer = {x = 32459, y = 32542, z = 7} -- downRightCorner for i = upConer.x...
  7. A

    RevScripts Lvl Pass

    thanks bro, yes it worked 1616322973 bro can you add a 2 second exhaust?
  8. A

    RevScripts Lvl Pass

    hello someone help me with this script, I want you to ask for level 300 to pass local config = { [26828] = Position(33876, 31884, 8), } local stone = Action() function stone.onUse(player, item, fromPosition, itemEx, toPosition) for actionId, destination in pairs(config) do if...
  9. A

    RevScripts SSA exhaust

    I need a scripts that delay the stone skin amulet when equipping it
  10. A

    RevScripts SSA exhaust

    not working, i have edited it several times and no
  11. A

    RevScripts SSA exhaust

    Can you explain to me that I edit from that part?
  12. A

    RevScripts SSA exhaust

    I want the stone skin amulet and the might ring when you want to equip have a delay to equip of 2 seconds
  13. A

    RevScripts SSA exhaust

    Hello, can someone help me to place exhausted in the ssa and might ring? use tfs 1.3 serv otbr
  14. A

    RevScripts Leiden BOSS

    bump
  15. A

    RevScripts Change Position Script

    thanks bro if it worked for me
  16. A

    RevScripts Leiden BOSS

    Hello friends, I need help with this boss, I want that when curing it with UH or exura gran mas res, it lowers life as in warm rl local mType = Game.createMonsterType("Leiden") local monster = {} monster.description = "Leiden" monster.experience = 0 monster.outfit = { lookType = 988...
  17. A

    RevScripts Change Position Script

    Hello, I need help with this scripts, I want to change the position of the lever, it is horizontal and I want it vertical I want you to be able to use the lever just like in the photo V local setting = { centerRoom = {x = 32207, y = 32047, z = 14}, storage =...
  18. A

    RevScripts Help script StepIn transform OnUse

    thank you very much bro if it worked for me
  19. A

    RevScripts Help script StepIn transform OnUse

    Hi, please help me pass this StepIn script to OnUse. Or simply a teleport scroll that does not let you travel with that storage local config = { [59810] = {position = Position(32211, 32076, 15)} } local nightmareCastle = MoveEvent() function nightmareCastle.onStepIn(creature, item...
Back
Top