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

    NEW OT - [SWEDEN]Coldwinter - Custom Client & Custom Map

    Hear me, hear me! Are you tired of real-map servers? Are you looking for a custom server, with the best of old tibia and new tibia combined? Coldwinter is an custom server, but with newer and older features combined to get the perfect mix. - Website: http://www.coldwinter.se/ Information...
  2. Fredrikli

    ObjectBuilder [10.32]

    Oh nice! :D you're doing an awesome job! keep it up :)
  3. Fredrikli

    ObjectBuilder [10.32]

    I found one thing that can be improved if you want feedback. When you choose to add or replace a sprite it always defaults to the "my computer" path. It would be better if it would default to the last used folder/path. That way it would be better for replacing multiple files from the same...
  4. Fredrikli

    ObjectBuilder [10.32]

    Awesome job man! I shall tell stories to my grand-kids of this day and you shall be the focus of the story for you have made my day, month, even year! but really, Thanks a lot! It works more perfect than any other OT-based program ive ever used :D
  5. Fredrikli

    Need some feedback on features

    I'm working on an old-school server, using 10.10 protocol revamped to an older version, and I am wondering: -Should the levitate spell exist or not? Since it did not exist until ~7.0-7.1 and the server has a lot of stuff that's older than those versions, I'm just wondering if I should keep the...
  6. Fredrikli

    Letter restrictions in name-creation

    Would like to bump this again since I've not figured it out yet :/
  7. Fredrikli

    Letter restrictions in name-creation

    Bump
  8. Fredrikli

    Compiling Client's own 8.60 until 10.31

    I'm sorry to say, and I am fairly certain, that no one will do it for you. If you want to do it you'd probably have to get the OTclient source code and do it for yourself. Editing the original tibia client to do that much is not possible.
  9. Fredrikli

    Letter restrictions in name-creation

    Anyone? Bump
  10. Fredrikli

    Letter restrictions in name-creation

    Didn't help. Got errors but when i fixed them, it's still the same with blank name on the character.
  11. Fredrikli

    Letter restrictions in name-creation

    I don't understand why this doesn't work: if (!preg_match("/^[a-zåäöA-ZÅÄÖ_ ]+$/", $_POST['name'])) { $errors[] = 'Your name may only contain a-z, A-Z, å,ä,ö,Å,Ä,Ö and spaces.'; } When I create a character with either of ÅÄÖ, It tells me the character has been created, but it...
  12. Fredrikli

    Lua Custom Client bad IP

    You can change the IP by opening the .EXE file in a hex-editor, searching for the IP adress that the client is pointed to, and just simply replacing it with your IP. This is how I did it. There are several threads about how to do this. Shouldn't be hard to find if you just search for HEX or...
  13. Fredrikli

    Lua skinning and blessed steak scripts

    I'm using this: obsidian_knife.lua local config = { level = 2 } local SKINS = { -- Minotaurs [2830] = {7, 5878}, [2871] = {6, 5878}, [2866] = {8, 5878}, [2876] = {10, 5878}, [3090] = {7, 5878}, -- Lizards [4259] = {4, 5876}, [4262] = {7, 5876}...
  14. Fredrikli

    Remove GOD from Highscore list?

    Why don't you lower the GMs level to 2 and create a GM weapon which deals 99999999 damage. make it a wand, so that you can hit on range. Could be a solution if you don't need the levels for anything else :P
  15. Fredrikli

    Can't edit my .dat file

    Thanks a bunch! I'll see what i can find :)
  16. Fredrikli

    Can't edit my .dat file

    Alright... :/ Thanks for your help! Would rep if rep still existed! Do we know if there's anyone working on it?
  17. Fredrikli

    Can't edit my .dat file

    please read my thread. I don't have problems changing the .otb Its the .dat file i've got problems with.
  18. Fredrikli

    Can't edit my .dat file

    I don't want to change stuff in Items.xml, I'm looking to change more fundamental stuff in the .dat + .otb, like how items block projectiles, useability, readability, if items should block path and so on. Anyone? :)
  19. Fredrikli

    Can't edit my .dat file

    Tibia 10.10. I'm trying to edit my .dat file to change some attributes on existing items. I've tried all different programs, but none of them seem to work. With Storms editor I get "Corrupt structure for id 111" when loading the .dat with Gray Dat editor: "System.IndexOutOfRangeException" +...
Back
Top