• 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

    Request: Evolution Map 7.6 with no edit! Big Rep+++

    I used google and I found this website. Evolutions Server for Tibia [7.92] It's evolutions for 7.92 I can't remember that I've seen a 7.6 evolutions map before... So not sure if there is any. Please note that I didn't scan the files.. downloading these files are at own risk. I'm not...
  2. Mesmeroo

    Solved Znote AAC issue. Help please? [SOLVED]

    It can, if the ip changer isn't supporting the client version... What version are you using of the client and ip changer?
  3. Mesmeroo

    Solved Znote AAC issue. Help please? [SOLVED]

    Do you have the right ip changer? It sounds like he doesn't change the ip...
  4. Mesmeroo

    Solved Znote AAC issue. Help please? [SOLVED]

    Hmmm then I have to think a little... Strange that you don't have a account manager, did you also look under the table accounts? There is a account that isn't using sha1, that why you get the error... I can help with teamviewer when I'm at home, but my break is over now at work, so I hope...
  5. Mesmeroo

    Solved Znote AAC issue. Help please? [SOLVED]

    If you entered for example the password "otland" on your website and it stores it on the database as allot of numbers, then your database is using sha1 (i believe it does) then make sure that your password type is set at sha1 in your config.lua (in your server map) Now make a New account and...
  6. Mesmeroo

    Solved Znote AAC issue. Help please? [SOLVED]

    If you make a account on your website, how does the password look like? Like this "otland" or like this "6628862567199937671heu82629" I mean in your database ofc. Does it encrypt it or not.
  7. Mesmeroo

    Solved Znote AAC issue. Help please? [SOLVED]

    I think the problem is that your using sha1 password in config.lua, and that fine, but the account manager (under the table players in your database) isn't using sha1 Replace the password (only the password) of the account manager from 1 to 356a192b7913b04c54574d18c28d46e6395428ab and it...
  8. Mesmeroo

    Request: Evolution Map 7.6 with no edit! Big Rep+++

    Like your title says, its a request, so post it here Requests And next time I suggest you to read this first http://otland.net/f16/regarding-requests-read-before-posting-38521/ I hope a moderator will move it.
  9. Mesmeroo

    Bless bugg!

    Post your script that your using right now.
  10. Mesmeroo

    Windows Help Here

    I would suggest to put your question here Discussion Here you will get more answers of players who like to discuss about servers. Good luck with it.
  11. Mesmeroo

    Compiling HP and MP in sourcer

    As far as I know there isn't a limit. The hp and mana counter will just "refill" over the mana the player has already. I'm not sure if I'm wrong or not about the max, but if I am, feel free to correct me.
  12. Mesmeroo

    Compiling HP and MP in sourcer

    How high do you have your rates if people have max mana and hp? I had a server once (back in the days :p) and i had people with level 1kk and there wasnt any problem... So not sure what you mean though.
  13. Mesmeroo

    Solved advance save dont work

    put this in global events.xml <globalevent name="save" interval="900000" event="script" value="save.lua"/> and this in globalevents/scripts save.lua local config = { broadcast = {120, 30}, shallow = "no", delay = 120, events = 30 } config.shallow = getBooleanFromString(config.shallow)...
  14. Mesmeroo

    Problem script accmaker

    post it in the support section. Support - - - Updated - - - are you using this in your config.lua? accountManager = true namelockManager = true newPlayerChooseVoc = true <---- Make sure it says true newPlayerSpawnPosX = 0 newPlayerSpawnPosY = 0 newPlayerSpawnPosZ = 0...
  15. Mesmeroo

    Solved advance save dont work

    what TFS versios are you using? and do you get any errors?
  16. Mesmeroo

    NPC Npc thats sell's donation items for custom items.

    Hello all, Im sharing this npc because i saw allot of requests in the support section. Here is the npc that sells donation items for another item. (ive made this NPC just selling one item, because i have different npc's over my world map (knight guide, Paladin guide etc etc) so the player...
  17. Mesmeroo

    Support FAQ

    Welcome to the Support FAQ thread (Frequently Asked Questions) I noticed allot of threads with the same questions in the support section, that's why im making this FAQ thread. This thread will contain the questions that are asked very often, If you think there is missing any question and/or...
  18. Mesmeroo

    Permanent AOL script wont work

    you can also try this script. Credits go to SpiderOT for making it. http://otland.net/f82/forever-skull-amulet-count-frags-72202/
  19. Mesmeroo

    Windows IDF or IDFL

    ive found this, not sure if you can use it though. Best Idf Commander Free Download: IDF Commander, Calendar Commander, Request Commander, Newsgroup Commander ...
  20. Mesmeroo

    Lua Addshop command error.

    do you have all the shop tables in your database? z_shop_history_item z_shop_offer if not, you need to add them.
Back
Top