• 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!

lever

  1. SalvaART

    Lua Levers - block use to restart server

    Hello, can someone explain to me how to make a lever and lock it for the next server save? ... so we can use only one time this lever who will open something on server save FOR ANY TIPS BIG +++ function onUse(cid, item, fromPosition, itemEx, toPosition) local gatePos = {x=32010, y=32100...
  2. Czaja Ziom

    OTClient Boss Lever cd

    Hey, so script its working good, the small issue is i can return to boss after killing multiple times, how can i make on it timer 20h at least to kill boss again. I am pretty sure there is small bit missing halp! been working on in half day :D 1.3 TFS Version also how to make auto serv save...
  3. Fabi Marzan

    TFS 1.X+ Lever Wall in Addevent

    Good, here I have a problem that is simple but I still don't understand, how to use else or elseif. The fact is that when you hit the lever the wall appears and when you hit it again it disappears, here for now it's fine. My idea is that if the person hits the lever, the wall disappears, but...
  4. grego94

    Lua SCRIPT- Teleport lever for item

    Hello guys, i was just lurking for some script here and didn`t find anything usefull. I`m using 0.3.6 TFS (tried some stuff that i found but nothing works) Im need a script for a lever, to summon a teleport in exchange for some stackable item, this teleport must disappear after a X seconds. If...
  5. pdrhtdn

    [TFS 1.3][REQUEST] Lever to fight boss with cooldown

    Hi everyone, I've been digging here and on other forums a way to add a cooldown to a lever so the player (solo or in a team of 5) that pulls it can only pull again after 20 hours. For example I've been working on Duke Krule, and I got this so far: Also, the boss should disappear if the player...
  6. DukeeH

    Lua Lever that counts time.

    I'm trying to make a system, and a part of my idea, would be a lever, that can be pushed by the members of 4 different guilds. If Guild A member pushes the lever, it starts counting time for his guild. If Guild B goes to this lever and clicks it, it will stop Guild A time, and start counting...
  7. Ü

    TFS 1.X+ Boss Lever

    Hi I've been looking for a way to lock mc using for example the Oberon lever. The only thing I managed to do was block it globally. In other words, if the player has an MC in trainers, he will not be able to do oberon. The correct way would be to just check if there is mc on the tiles Code...
  8. Lalo I

    TFS 1.X+ Hi, I need help with lever = 5 players

    Hello I have this script for issavi, the new update, and I want to see if there is any way to make it so that even if one player pulls the lever it works to the boss, here is my issavi.lua local config = { requiredLevel = 300, timeToUseAgain = .17, -- time in days daily = false...
  9. S

    TFS 1.X+ Lever Problem

    Hello, I have a problem with the ascending ferumbras lever, everything works correctly except that ferumbras spawns for each player who uses the lever, I don't know what it could be. I leave the script, I hope someone helps me local config = { bossName = "Ascending Ferumbras"...
  10. S

    TFS 1.X+ Ascendant Ferumbras Lever Problem

    Hi, I have 2 problems: 1. When the battle ends and the people get out of the battle zone they can enter again (there is no cooldown) 2. The first battle is perfect, but when the people come back in , everything is like the last battle (the room does not restart) then you can't fight again...
  11. T

    Lua Lever Boss Helppp

    Good evening guys, how are you? hope so. I need your help guys. I have a script to use the lever and go to the boss room, but I'm not able to check if there is a player in the room before entering. so if one person is doing the boss and another wants to enter, he can do it. Can someone help...
  12. C

    Lever with duration

    TFS 1.3.10 Hello, to be honest I don't know how to add time to a lever Lever ID 1945 Lever ID 1946 Magic field ID 1387 This lever starts as 1945 and when this 1946 appears the portal Once in 1946, how do I add time limit for return to 1945? lever.lua local t = { Position(10002, 9027...
  13. Udun

    I need help with this remove stone script.

    Hello there, I got this script that remove a big stone by lever (this is a stone that uses 4sqm), in fact are 4 different items id's Doesn't work, I was wondering if here is a experienced scripter that can give me a hand. I use TFS 0.3.6 This is the script: function onUse(cid, item, frompos...
  14. Loremaster7

    How to create a lever with time? (exausted)

    In my code, clicking on the lever removes a stone, and the stone comes back in 10 seconds, but if you keep clicking on the lever an error occurs, I would need the lever works again only after 10 seconds. if the player clicks before 10 seconds the lever would not perform any function. (my distro...
  15. Loremaster7

    How to create an item and then remove it with certain time? (using addEvent)

    I created a lever, and I need it to disappear after 3 seconds ... My code 1 : function onUse(cid, item, frompos, item2, topos) time = 3 lever = {x = 2892, y = 2687, z = 8, stackpos=1} getlever = getThingfromPos(lever) if item.uid == 60115 and item.itemid == 1945 then...
  16. Loremaster7

    Script Remove 2 Stone with time and make a new lever (help)

    Hello, my friends, how are you? I'm trying to make a lever that removes a stone and under that stone another lever appears and that lever removes another stone, but the 2 stones with a time of 5 seconds to go back (stones) and remove the lever that was created under the first stone ...
  17. bybbzan

    Replace item script?

    Hello I need a script that replaces items, in this case so the gate looks open. Here is a picture how i would like it to look before and after you pull a lever. Then the gate closes again after like 30 sec. Is that possible? Thanks in advance.
  18. Gitzmo

    Lua Need Lever spawn (spawns monster depending on player level)

    Hello I currently use a lever spawn on a project of mine but it only spawns 1 type of monster to where ever you tell them to spawn upon pulling the lever. I need one that will spawn different types of monsters depending on the players level and will spawn them at random within a certain area...
  19. gianflogao

    Lua YurOTS 0.9.4d 7.6 - Lever - Switch

    Hi, A - Create Stone id: 1304 "pos: 1027 1015 6" B - Switch id: 1945 "pos: 1027 1013 5" (B- Creat and remove A); Thanks!
  20. oshrigames

    Decay weapon Lever please.

    hey. im looking for lever script that will decay all enchanted weapons back into normal. cost of the change is 5k. i tried make one myself but, the amount of errors i got could destroy the death star. () so i look for more experience one to help me out here. visual example: if there's...
Back
Top