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

Search results

  1. N

    Broadcast Frags Script

    I was wondering if anyone has or could write me a script to broadcast frags like say, every 30 minutes or every hour. There's two sides on my server, and they're divided by female and male. In otherwards, the males can't attack eachother and the females can't attack eachother. I don't know if...
  2. N

    Help with Annihilator Script...

    Players are able to loot all four items after they complete the quest. Could someone give me a little help please? Here's my code: -- annihilator lever local config = { monster = "Annihilator Demon", positions = { {x=525, y=768, z=14}, {x=527, y=768, z=14}, {x=529, y=770, z=14}...
  3. N

    Dueling Teams Script

    I was wondering if anyone could make a script where you can duel your own team? We have two teams on my server, and neither team can attack their teammates, so would it be possible to make a script that allows you to start a duel with your teammate by doing an action and then it stops the duel...
  4. N

    Help with Annihilator

    thanks watkins. only thing is we have to add a line to make it only switch back only if switch is flipped :p do you know the code we need to enter to do that?
  5. N

    Help with Annihilator

    Yeah I set it... do you happen to have the TFS anni script?
  6. N

    Help with Annihilator

    I got annihilator working and everything, but when you flip the switch to be tele'd down, the switch stays in the same spot so you can't do it more than once everytime you restart. This is the code I have: -- annihilator lever local config = { monster = "Demon", positions = {...
Back
Top