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

    Solved Animated Texts on Teleports

    Hello, what i want is a script that sends an animated text to a certain position in my server and that will keep changing color so for example lets say the message is hum green and then after it disappears it changes color lets say to red, i have this scripts right here the only problem with the...
  2. C

    Help with a healing script

    Hi, i want a script that does this: Paladins: from level 1 to 500 they heal 5000 min 7000 max from 501 to 1000 they heal 7500 min 10000 max from 1001 to 1500 they heal 11000 min 14500 max Knights: from level 1 to 500 they heal 3000 min 6000 max from level 501 to 1000 they heal 6500 min 8500 max...
  3. C

    Windows Firstitems script error

    hello i edited a script this is what it looked like before i edited: local firstItems = {} firstItems[0] = { 2173, 2525, 3965, 2124, 2457, 2647, 2643 } firstItems[1] = { 2173, 2525, 7424, 2124, 2457, 2647, 2643 } firstItems[2] = { 2173, 2525, 7424, 2124, 2457, 2647, 2643 } firstItems[3] = {...
  4. C

    Windows Monsters facing up =(

    i did it with both god and normal player, the only difference is that with the player the monsters talk like they say what they're supposed to say
  5. C

    Windows Monsters facing up =(

    Hi, i did a place where a player can go and step on a magic forcefield and after they do that they will appear in a hunt with monsters =) the thing is that i put some monsters so that the player knows where he's going and they all face upward =( they're surrounded by pz the only thing that is...
  6. C

    Windows What is the best program to open a server?

    thanks ill check it out
  7. C

    Windows What is the best program to open a server?

    what do you mean by compile? how do i do that?
  8. C

    Windows How to make a monster attack the nearest target possible

    oh hum idk how to do that xD im using this old event it works for me this is what im using : local config = { playerCount = 2001, -- Global storage for counting the players left/entered in the event goblet = 5805, -- id of the gold goblet you'll get when finishing the event...
  9. C

    Windows How can i start off fresh with houses?

    o.o thank you, i already did it =( had to rename 450 houses xD
  10. C

    Windows What is the best program to open a server?

    Hi, i dont know how to explain myself in this question but my question is what is the best tfs? distro? i dont know how they call it in english but is this thing :l just wanted to know what is the best program? im using tfs 4.1 i just want to know if there's somehing better so i can put it in...
  11. C

    Windows How to make a monster attack the nearest target possible

    the title says it all xD how can i do that? in my zombie event the zombie focus on a target and follows it no matter what hahaha like the zombie walks right by players and nothing happens because the zombie is focused on another player :l
  12. C

    Request: Script that prevents players from using spells or runes in a certain area

    jk it didnt work '-' i did what you told me and put the coordinates etc and yeah it works i cant use the spell or rune but guess what i cant use them at all like not even in temple =( this is what i did local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT...
  13. C

    Request: Script that prevents players from using spells or runes in a certain area

    im using this script local config = { playerCount = 2001, -- Global storage for counting the players left/entered in the event zombieCount = 2002, -- Global storage for counting the zombies in the event teleportActionId = 2000, -- Action id of the teleport needed for the movement...
  14. C

    Request: Script that prevents players from using spells or runes in a certain area

    okay so local fromPos, toPos = {x = 32204, y = 32186, z = 7}, {x = 32239, y = 32210, z = 7} the first one is top left corner right? the other one is bottom right ?
  15. C

    Request: Script that prevents players from using spells or runes in a certain area

    i dont understand can you please explain a little bit more ? like where do i put this script what tags do i add? sorry im a newby xd
  16. C

    Request: Script that prevents players from using spells or runes in a certain area

    Hi, i recently added a zombie event to my server x) and its flawless the thing is that today me and my friend we're playing and he started using runes mw and wild growth rune he would stay in the same place forever xD and he was also usin that one spell that turns you invisible so yeah i dont...
  17. C

    Solved Problem with my server pls help

    O: thank you <3
  18. C

    Solved Problem with my server pls help

    Hi, I added a zombie event to my server everything worked fine the thing is that this one script that i added that came with the zombie event doesn't let monsters attack the players i dont know why its weird xd here is the script thats cousing me problems function loseOnZombieArena(cid)...
  19. C

    Windows How can i start off fresh with houses?

    Hi, i'm currently using Remere's Map Editor and i want to erase all my houses and redo them manually what i mean is go to House palette and remove all of them, the thing is that after i did that i put add house and it says this : Unnamed House #305 ( ID #305 ) what can i do so that when i put...
Back
Top