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

    Windows About map editor.

    Niti, i dont want te be rude, but there were like thousands of threads about this problem. If you used the search funtion, you would have your aswer allot quicker then waiting on a reply. No offence, just telling :)
  2. Mesmeroo

    NPC trade sells for custom item (REQUEST)

    Add value to a item in items.xml should work just fine.
  3. Mesmeroo

    NPC trade sells for custom item (REQUEST)

    Maybe you can use the NPC that I made and posted on the NPC boards. http://otland.net/f83/npc-thats-sells-donation-items-custom-items-182313/ - - - Updated - - - And please notice for the next time to use the right board for requests.
  4. Mesmeroo

    Multi Shootype Wand

    Gesior released a fully working script for it.
  5. Mesmeroo

    Server Crash at random hours at day....

    The save script looks fine... Did you make any changes to the map that can cause it? Weird items? Wrong holes, wrong stairs? Did you add any new scripts?
  6. Mesmeroo

    How to see passwords and make monsters destroy walls

    There is no way to read the passwords when they are encrypted in sha1... There is a way, but its way to long/hard to use... (use Google)
  7. Mesmeroo

    How to Door?

    Set the prefix to solved, and people won't look at it anymore. You can't delete a thread, you need to contact a moderator.
  8. Mesmeroo

    IP help

    Open your ports to your ipv4 adres, put your global ip adres in your config.lua IP Chicken - Whats my IP address? ip address lookup check if your ports are open at Open Port Check Tool
  9. Mesmeroo

    How to Door?

    Killing, this is like the 100th request i saw from you, please read some tutorials and look into scripting. Making a good server isnt only asking on forum for the scripts you want, its about learning some stuff yourself...
  10. Mesmeroo

    Lua Anty Idle script dont work

    Try this, idle.lua local config = { idleWarning = getConfigValue('idleWarningTime'), idleKick = getConfigValue('idleKickTime') } function onThink(cid, interval) if(getTileInfo(getCreaturePosition(cid)).nologout or getCreatureNoMove(cid) or getPlayerCustomFlagValue(cid...
  11. Mesmeroo

    Lua Anty Idle script dont work

    What tfs version are you using? Got any errors?
  12. Mesmeroo

    placing data packs in Distrubution folder

    Here is a datapack that you can use. http://otland.net/f464/9-6-ultimate-evolutions-map-remake-rpg-style-scripts-180873/
  13. Mesmeroo

    Linux Crying Damson + Texonia map - Crashing..

    Did you add any new scripts to it? Did you make any map changes to it? or did you change anything else?
  14. Mesmeroo

    Windows Portforward Router zyxel P-2812HNU-F3

    If you gave acces to your ports in your firewall and everything is configured well (like limos said, your ipv4 adress in your router) you can try the following program. It forces to open your ports. I hope it helps some. Let me know if it worked. SPI Port Forward - CNET Download.com
  15. Mesmeroo

    Mountseller

    These kind of threads belong in the Requests section.
  16. Mesmeroo

    Solved NPC don't sell

    That was limos his point of view... I just fixed your script. But I'm glad that its solved.
  17. Mesmeroo

    Solved NPC don't sell

    Try this out, Replace your xml file with this xml file. <?xml version="1.0" encoding="UTF-8"?> <npc name="Updade Seller" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="335" head="0" body="0" legs="114" feet="114"...
  18. Mesmeroo

    Needs a server

    Hello, There arnt any full working server that you can download and run on otland. The only server that you can download en run is the forgetten server that Talaturen released. I suggest you take a look at the Downloads board and maybe you will find a datapack that suits you. Remember that you...
  19. Mesmeroo

    Solved NPC don't sell

    You need to add the amount to it, even if its one. For example 11114,100000, 1;crystal boots, - - - Updated - - - Let me know if it work, if not, ill make the xml script for you when I'm at home in 2 hours.
Back
Top