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

Recent content by Headmaster Neil

  1. Headmaster Neil

    Server Donations

    Could anyone possibly provide me a name of a system which can let Egyptians donate to my server? Mobile Phone and Credit Card. Thank you<3
  2. Headmaster Neil

    Guild Issue

    I fixed it aha shit thanks though <3
  3. Headmaster Neil

    Guild Issue

    Hi! I was wondering if I could get some help with a guild issue. Whenever I create a guild on website or ingame it doesn't show the name of it when you look at a player in-game, it only shows the name on the website. Any thoughts?
  4. Headmaster Neil

    Fishing System.

    Hiyo! I was looking for a fishing script but It didn't seem to work, so I just gave up trying to fix it. Anyone here have a fishing system script? and maybe know how to import it into the server? I'd appreciate it tons. Here is the one I had, local monsters = { [1] = {name = "name", level =...
  5. Headmaster Neil

    Solved Weapons.

    <3333 Thankssss
  6. Headmaster Neil

    Solved Weapons.

    Hello! I am currently making donation/in game items for my server and was just wondering HOW or IF it is possible that their is a script out there that will make the wand/sword/crossbow/bow etc... do damage depending on your level or skills. So say you hit 900 at level 100 with a wand, than at...
  7. Headmaster Neil

    Manarune

    local runes = { [2298] = { voc = {1, 2, 3, 4, 5, 6, 7, 8}, min = 'level * 1 + maglv * 7', max = 'level * 1 + maglv * 9' } } function onUse(cid, item, fromPosition, itemEx, toPosition) local i = runes[item.itemid] if isInArray(i.voc, getPlayerVocation(cid)) then if isPlayer(itemEx.uid) == TRUE...
  8. Headmaster Neil

    Manarune

    Oh wait! It works. Thank you guys very much. <3
  9. Headmaster Neil

    Manarune

    This script doesn't work :(
  10. Headmaster Neil

    Manarune

    Nevermind haha
  11. Headmaster Neil

    Manarune

    Wait sorry. Do I keep it false or make it true?
  12. Headmaster Neil

    Manarune

    I'm using cryingdamson 0.3.6 Client: 8.60 Map: It's not really a map, just a quickly made temple so we could log in and create items and test things for the server, then we will add our actual server maps.
  13. Headmaster Neil

    Manarune

    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, mana_add .. " mana healed") I have this script I tried out but it didn't show up on the character It showed up in a broadcast form, like /bc green.
  14. Headmaster Neil

    Manarune

    I tested it on a character.
  15. Headmaster Neil

    Manarune

    Nope! 0 errors. Which line there represents the healing on-screen?
Back
Top