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

    Solved Breakchance(spears, stars)

    Hello all! All of my throwing items do not have a breakchance, well they break but its always 100% chance. Lets say I want to give spears a 50% breakchance. Everytime I want to add an attribute like breakchance my server shows warnings such as: [Warning - Items::parseItemNode] Unknown key...
  2. monkeyy

    Solved Oramond slime slides(teleports) not working

    Thanks! Now I get it, fixed all the teleports now!
  3. monkeyy

    Solved Levelup reward system (10.98)

    I changed it, but it still doesnt give my character the rewards: function onLogin(player) local loginStr = "Welcome to " .. configManager.getString(configKeys.SERVER_NAME) .. "!" if player:getLastLoginSaved() <= 0 then loginStr = loginStr .. " Please choose your outfit."...
  4. monkeyy

    Solved Oramond slime slides(teleports) not working

    Sorry I didnt know how to do that :P got it now! This is the Oramondentrance.lua local portals = { [50500] = {position = Position(33540, 32013, 6), message = 'Slrrp!'}, --entrance [50501] = {position = Position(33491, 31984, 7), message = 'Slrrp!'}, --exit } function onStepIn(creature...
  5. monkeyy

    Solved Levelup reward system (10.98)

    Hey guys! Im using The Forgotten Server 1.3 and I would like to create a reward system where players receive 2cc at lvl 20 , 5cc at lvl 50 etc. etc. Currently I have 3 files: Login.lua function onLogin(player) local loginStr = "Welcome to " ...
  6. monkeyy

    Solved Oramond slime slides(teleports) not working

    It took me an hour to figure it out :p its a Stepin, I just had to put this in the movements.xml: <!--- Oramond Portals --> <movevent event="StepIn" fromuid="50500" touid="50501" script="others/oramondEntrance.lua" /> <movevent event="StepIn" fromuid="50510" touid="50515"...
  7. monkeyy

    Solved Oramond slime slides(teleports) not working

    Hello guys! Well as the title states, the teleports in Oramond are not working. I can replace all the slime slides with normal teleports, but i would like to know to fix this problem. Hope someone can help me out :) EDIT: A lot of my teleports are not working, someone knows why this is ?
  8. monkeyy

    How to make your own index of item images

    Awesome Thanks Znote !
  9. monkeyy

    Lua Znote 1.5 add mounts to shop

    Hey I am very sorry for not replying! I am extremely busy preparing for my last exams before my study abroad! Could you please tell me how to share them?
  10. monkeyy

    Lua Znote 1.5 add mounts to shop

    I have a working shop atm and it only sells the mount items now but if I change the ID to the actual mount is doesnt work:( Could you please guide me?
  11. monkeyy

    Lua Znote 1.5 add mounts to shop

    bump!
  12. monkeyy

    Happy new years OTLand!

    明けましておめでとうございます
  13. monkeyy

    How to make your own index of item images

    Thank you ! Thanks! Sure, how can I send them to you ?
  14. monkeyy

    How to make your own index of item images

    HEY :D We are making progress here! I can see this now https://snag.gy/X0nvNf.jpg However I dont know what to put here: https://snag.gy/CjEmlD.jpg I tried localhost.shop_items and IPNUMBER.shop_items
  15. monkeyy

    How to make your own index of item images

    I justed asked Ninja about it, so I will just wait for now :) Ninja sure was fast with his reply , super nice! However I think it is indeed better to ask @Znote :D!
  16. monkeyy

    How to make your own index of item images

    Thats right. currently this is in my config.php: http://items.znote.eu/ <<<< that url Its a little bit outdated so I downloaded an updated item images zipfile. Also I searched through his repo @ znote's git page without any luck.
  17. monkeyy

    How to make your own index of item images

    I cant replace anything since its an url where the items are loaded from :(
  18. monkeyy

    How to make your own index of item images

    Hello all, I am looking for an updated item image list for my shop of the Znote AAC. Currently I am using Znote's onehttp://items.znote.eu/ but it is outdated and I googled and searched on otland, however of the 3 links I found they were all dead :( Edit: So I figured that there are so many...
  19. monkeyy

    Solved Mailer Error Znote AAC

    I found it just like the last time ! You were right :D I just had to change ;extension=php_openssl.dll into extension=php_openssl.dll Thanks again man!
  20. monkeyy

    Solved Mailer Error Znote AAC

    Hello guys, I am trying to setup a mailserver with Znote AAC. I followed Znote's instruction in the config.php file and I downloaded the PHPMailer: https://github.com/PHPMailer/PHPMailer/archive/master.zip I googled the SMTP info that I have to fill in @ the config.php file and I port...
Back
Top