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

    First look judgement - Judging a book by its cover

    Thanks again everyone for the input! I have decided to try and make my own website for the fun of it. Will also try creating more custom content and showcase what I already have.
  2. jonasu

    First look judgement - Judging a book by its cover

    Wow, that looks great! It's obvious you are talented in what you do :) Not only code-wise but also with design. I do have a slight background in programming, but working in IT all I ever touch are powershell-scripts. The thought did cross my mind to create my own website and its something I...
  3. jonasu

    First look judgement - Judging a book by its cover

    Thank you! I have already done an export of the map but deciding against using it. Perhaps I should reconsider. At first I used another template for the page, perhaps i should rework it and bring it back. Regarding the custom content and other information; I will try to find a nice way to bring...
  4. jonasu

    First look judgement - Judging a book by its cover

    You find a new server and get on the webpage, what makes you decide if you want to play or not? Anything in perticular you look for when deciding if a server is good enough to play or not. I'm trying to attract more players and feel like something is missing even though I'm confident in the...
  5. jonasu

    [TFS 1.2] TeamBattle + King of the Hill - Server Events

    Thanks for replying. Any idea where to start? I'm guessing this is the code in question.. CONDITION_TEAM_A_MALE = createConditionObject(CONDITION_OUTFIT) setConditionParam(CONDITION_TEAM_A_MALE, CONDITION_PARAM_TICKS, -1) addOutfitCondition(CONDITION_TEAM_A_MALE, 0, 131, TEAM_BATTLE_A.color...
  6. jonasu

    [TFS 1.2] TeamBattle + King of the Hill - Server Events

    Sama here. Even though the characters are spawned and teleported correctly. Client 8.6 and nekiro downgrade
  7. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    Showcase Access Access to Yalahar, Walls, Rashid and others. You don't need to do lengthy access quests to hunt at your favorite hunting grounds or sell to npcs. Trainers Trainers are restricted by soulpoints, 1 SP per minute. Custom NPCs Creature product NPC - Kannibalkocken He and his...
  8. jonasu

    [Sweden][8.6][RebornOT] - Realmap STARTING IN 2 HOURS!

    Welcome player! I'm proud to announce that after a period of intensive work I and the team feel confident in what we have achieved with this server and decided to go live. So what is reborn? The goal for us have been to release a server where you can find your way back to fond memories of Tibia...
  9. jonasu

    trying to start my real map otserver

    This is an error for a webpage no?
  10. jonasu

    AAC delete charater bug myaac

    Your quickloot edit is causing this problem. You can't delete player since it has a child entry in the quickloot_containers table. Check with the provider of that script how you should implement this correctly. I did find below after a quick search...
  11. jonasu

    Lag when moving items and running

    Post which server version and what client you are using. Also are you connecting locally to your server? Try the server without modifications, perhaps a script is causing your issues (movements?)
  12. jonasu

    OpenTibia OTClient that unpack map.otbm to .png files - v2.0

    Thanks alot! Following your code I was able to implement this in myaac, tibiacom template. First i downloaded slick - the last carousel you'll ever need (https://kenwheeler.github.io/slick/) and put it in my webroot and renamed the folder to slick. system/pages/houses.php .. // 'glob' search for...
  13. jonasu

    OpenTibia OTClient that unpack map.otbm to .png files - v2.0

    Thanks for your reply! The reason I asked was because i could not see how the filename correlated to the house ID's. After giving it a second look i realised only about 50% of the house images we're created. I had better luck using generateHouses(30, true) then i had with false and was able to...
  14. jonasu

    OpenTibia [TFS 1.3] 8.6 Nekiro Downgrade - Fix for vial of xx

    Hi! Just wanted to share something that i wasn't able to solve for a long time. I could not buy vial of oil from an npc for the longest time so i would like to share this item.otb with you guys that fixed my problem. id 12661-12688 are the donate items for my server. Keep them or remove them as...
  15. jonasu

    Dead or just nothing to play?

    I'm trying to create a good 8.6 server.. Any pointers on what I should strive for? When you say pay to win, where is the line drawn for overpowered items? Is there any way to include donation items to cover hosting expenses without going too far?
  16. jonasu

    [TFS 1.3] !bless and !aol withdrawing money from your bank account if needed.

    Hi! Would this work then? function addAllBlesses(cid) local player = Player(cid) for i = 1, 5 do if not player:hasBlessing(i) then player:addBlessing(i, 1) end end end function onSay(cid) local player = Player(cid) local totalBlessPrice =...
  17. jonasu

    OTSERV Map RL 8.6

    Get the unedited map and use a datapack from an edited datapack. That way you can keep the quests and delete the things you dont need.
  18. jonasu

    TFS 0.X Can some help me with TFS 0.3.6?

    If it's only for development you should try WSL, Windows subsystem for linux. It's great when using together with Visual Studio. Search otland forum, there is a great tutorial for it
  19. jonasu

    OTClient Cannot connect to server at all

    Do you get any error messages in the console? What distribution are you using and what did you change?
  20. jonasu

    sql cannot connect

    Great job dude! :) Glad to hear it, I hope you have fun with your server. You're welcome to mine anytime :)
Back
Top