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

    Suggestion Chat

    I know this I also know is from webchat so I could go there manually but I thought you had to be logged in to use the chat so I was worried about session dying, I just tested it logged off and it works so I guess its fine. Suggestion is shit I guess you can delete or w/e
  2. nclx

    Lua Rust remover and rusty gear

    If there isnt then you don't have the script, add it yourself, copy the script I sent you and save it as "rustremover.lua" in /actions/scripts/ Edit actions.xml and add: <action itemid="9930" event="script" value="rustremover.lua"/>
  3. nclx

    Lua Rust remover and rusty gear

    Hello that is potion script not rust remover, this is rust remover script i found somewhere around this works and the config is very easy to understand I think -- Made by Leon Zawodowiec -- -- Rusty Remover -- -- Only Armors & Legs (Thanks Mooosie) -- -- VersioN 3.0 --...
  4. nclx

    Suggestion Chat

    Target _blank or a button to detach it somehow
  5. nclx

    Suggestion Better notification system

    Ok I heard you changing board but it would be cool for next then, some forums such as "support" need instant notifications when answer I belive, I cannot have 9999 subscription and I don't want to subscribe to a thread that is not of my interest but I'm active on, like if I answer someones...
  6. nclx

    Solved Vocational Door

    function onUse(cid, item, fromPosition, itemEx, toPosition) local coords = {x = 1000, y = 1000, z = 1111111} local requiredlevel = 10 return isInArray({1, 2, 3, 4, 5, 6, 7, 8}, getPlayerVocation(cid)) and getPlayerLevel(cid) >= requiredlevel and doTeleportThing(cid, coords, TRUE) or...
  7. nclx

    Solved chest problems

    Hello if your script is the default from the TFS (I wont read it all is painful to read) you don't have to modify anything in your script but in your map, set action 2000 to the chest or whatever container you want it to give the reward, set the unique as the storage you want it to check, and...
  8. nclx

    Solved Sources of error in the compilation - help-me

    Don't compile shitty versions use official Subversion
  9. nclx

    Solved Help Ghost Ship rote

    <?xml version="1.0" encoding="UTF-8"?> <npc name="Nimral" script="default.lua" walkinterval="0" floorchange="0"> <health now="150" max="150"/> <look type="129" head="114" body="119" legs="114" feet="114" corpse="2212"/> <parameters> <parameter key="module_travel" value="1"/>...
  10. nclx

    Solved chest problems

    Actionid = 2000 Uniqueid = the storage you want to be checked, has to be unique and different for every quest, make sure the storage you are checking is not used already in your server You put the items you want the quest to give inside the chest
  11. nclx

    nice guys pls

    Nice guys finish last http://www.youtube.com/watch?v=2Fz3zFqLc3E
  12. nclx

    Tibia 10.0

    In my opinion, until open tibia takes off the head of the ass and start having some imagination and create new stuff like it did in the begining (most servers were custom and not only that, the systems the scripts the monsters everything was new and innovative) so it can get new players by...
  13. nclx

    Need Npc Mission [script]

    Nobody should work for you and make the entire script for you, but if you click here and you put some effort you can make it yourself. Good luck :D Aaand wrong section
  14. nclx

    Tibia 10.0

    How do you think this will affect open tibia? I've heard tibia is now around 20k online during the day (it used to be 30k before update I think), please don't talk about this update and what you think about it, this thread is about how you think this will affect open tibia, will be there more...
  15. nclx

    High exp pvp server.

    Hello I'm bumping this thread because based on private suggestions and our own decisions we have decided to give to this server a small different edge, the post has been modified. Also I want to say that the decision of releasing FREE scripts of the server is still up, but will be made in a...
  16. nclx

    nice guys pls

    NP it was me ok
  17. nclx

    Windows Hosting On my own Router??

    Man people talk about attacks like if there is always a way to prevent all or if there were only one kind of attacks etc, there are specialized companies that work in this for a reason, there is always gonna be some aspect that you can't control and there is more than one type of attack...
  18. nclx

    OTClient sounds

    Hiho I worked in sounds for like 5 mins XD I just wanted to make sound for when characters engage battles, I was thinking in adding more but I disliked the system and found it kinda unorganized and undocumented so I was lazy to read too much code and quited from that idea, also the difference...
  19. nclx

    Windows Hosting On my own Router??

    Hello bro, you can host in your home yes, people can ddos you yes but who cares also your server is not probably gonna be big enough to care about that, and if it become big enough to be scared of big attacks then you should not have any problem moving to a powerful dedicated server that can...
  20. nclx

    Otclient questions

    What does exactly bot protection do?
Back
Top