• 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. undead mage

    I can not login to my server.

    If password is wrong you should check in config if you're using plain or sha1 and check if the password gets encrypted when you register through the website. Normally it gets encrypted with sha1 and if you have in your config file plain then you will get the message that your password is wrong.
  2. undead mage

    The Oracle 8.6 bug

    So you're looking into the wrong file? Since the response it gave you isn't in there.
  3. undead mage

    I can not login to my server.

    Are you getting any errors when you're trying to login?
  4. undead mage

    The Oracle 8.6 bug

    On the picture the npc responds with "COME BACK WHEN YOU GROW UP, CHILD!" but in the code that you've sended I don't see that anywhere. Did you change it or are you looking in the wrong file?
  5. undead mage

    The Oracle 8.6 bug

    just change if(getPlayerLevel(cid) < 8) then npcHandler:say("CHILD! COME BACK WHEN YOU HAVE GROWN UP!", cid) return false since you're lower then lvl 8 you will get that message.
  6. undead mage

    exp 2x

    What tfs are you using? If you're using 1.2 then you should be able to find it in data\events\scripts\party
  7. undead mage

    TFS 1.2 filter script

    Hi, so im trying to make a boss script and im looking into other scripts how ppl have done it and I found this part but I just can't figure out what it does. Can anyone help me understand this? :p local function filter(list, f, i) if i < #list then if f(list[i]) then...
  8. undead mage

    OpenTibia Client 10 Version 11.55+

    Hehe true well thx! Gonna test it out later today <3 Worked perfect!
  9. undead mage

    Remere's Map Editor 11.50

    Np, ty for the answer :) Edit: Tested it and it worked!
  10. undead mage

    Remere's Map Editor 11.50

    Bump
  11. undead mage

    OpenTibia Client 10 Version 11.55+

    When I redirect it to the tibia.spr and tibia.dat files it crashes the mapeditor
  12. undead mage

    OpenTibia Client 10 Version 11.55+

    Is it possible to get this working with a mapeditor?
  13. undead mage

    Remere's Map Editor 11.50

    Hello, I was wondering if there is a (remere's) map editor for client 11.50? Did search on otland and tibiaking but couldn't rlly find something helpful.
  14. undead mage

    TFS 1.X+ length of field (a nil value) error

    Ah thanks for the answer im gonna try it out later today
  15. undead mage

    TFS 1.X+ length of field (a nil value) error

    So I keep getting this error but I just can't figure out why I'm getting it. attempt to get length of field 'playerPos' (a nil value) stack traceback: [C]: in function '__len' This is my config: hohConfig = { [48901] = { -- Movement ActionID...
  16. undead mage

    Need help with Java

    Pm'd
  17. undead mage

    Need help with Java

    So I am facing a problem atm. This is just to learn with but it's in Java. So I was wondering if there is someone that's good in Java that can help me out (it's homework). :p
  18. undead mage

    Spike Tasks Quest

    Can't it be that the errors are the problem of your ot? Maybe not everything is working as it should on your ot.
  19. undead mage

    Tibia 10 disable message

    Bump
Back
Top