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

    Nowy Lay otlandu.

    Tylko Sherlok był na tyle błyskotliwy i domyślił się, że to nie jest nowa szata graficzna forum tylko nowy system (skrypt). I mi on osobiście odpowiada bo jest bardzo intuicyjny (po znaczenie tego słówka odsyłam do google). Wyłącznie jedyna wada bo brak kilku kluczowych tagów w tej "branży" ala...
  2. sn3ejk

    Which AAC is best??

    I think that any AAC based on outdated PHP isn't good. I won't to blame old friendly language but it seems it's true. You can read a lot of articles about new and better languages to create dynamic websites that are better than PHP. _ Regards, sn3ejk
  3. sn3ejk

    [Poland]Dragon Ball Heritage[Custom]

    It looks amazing. I'm waiting for more information. _ Regards, sn3ejk
  4. sn3ejk

    Happy birthday Limos!

    Happy birthday stranger! _ Regards, sn3ejk
  5. sn3ejk

    Air Max

    Buty prawdziwego gimbusa. Ile dają procent szybkości albo jak bardzo zwiększają wyskok? Mam nadzieje, że mają większą żywotność niż axe ring. Jeśli chodzi o opinie o ich wytrzymałości to nie mam zdania. _ Regards, sn3ejk
  6. sn3ejk

    Lua Help in this Table

    Small notice. You should firstly check if v is higher than 0, if yes, then you can check if creature is monster. I don't see sense of using function isMonster for nil (because getTopCreature can return this value). _ Regards, sn3ejk
  7. sn3ejk

    Windows Tibia Client.

    You can create custom client on website named vapus. I cannot put here link because of anti-spam filter (pure stupidity). I guess when you search it, it will be on first site. _ Regards, sn3ejk
  8. sn3ejk

    Lua Do not lose magic level/skills?

    Just remove this part from function named onDeath belongs to class Player in file players.cpp. I guess it's better way than disabling it every time. _ Regards, sn3ejk
  9. sn3ejk

    Linux Auto restarter?

    You can also add this code to cron (run it every 30 or 60 minutes). I didn't test it but it should work well. #!/bin/bash if [ "$(pidof forgottenserver)" ] then # process was found else # process not found ./forgottenserver fi _ Regards, sn3ejk
  10. sn3ejk

    WAR 9.80 - 9.86! Ideas?

    Firstly, you should take a look here: http://otland.net/f57/how-take-ingame-screenshots-properly-104784/. I don't want comment it now, of course it seems good but I'm waiting for more information. _ Regards, sn3ejk
  11. sn3ejk

    Anyone have a link to the original Tibia server?

    Tibia 1.0 was when people did not have the Internet. If you're interested in server 7.4 you can download avesta from google code hosting and fix it. Some time ago I worked with avesta 7.6 and I found a lot of errors in source code. _ Regards, sn3ejk
  12. sn3ejk

    New server but 0 players

    Just try to do it professionally. I believe you can get a lot of players when you create good maps, working scripts, new features, few events (one per week or two). Guys, please don't download ready-to-startup server from this forum. It doesn't work, believe me. _ Regards, sn3ejk
  13. sn3ejk

    Who plays MMOs?

    Anyway, I'm also waiting for The Elder Scrolls Online (http://elderscrollsonline.com/en-uk/) and Hearthstone: Heroes of Warcraft (Hearthstone: Heroes of Warcraft – oficjalna strona gry). _ Regards, sn3ejk
  14. sn3ejk

    How popular are you?

    10/10
  15. sn3ejk

    Who plays MMOs?

    Currently I'm playing Guild Wars 2 and it seems really good. Anyway, in future I'm going to buy Starcraft 2 + DLC. _ Regards, sn3ejk
  16. sn3ejk

    How popular are you?

    0/10
  17. sn3ejk

    CreatureEvent M-M-M-Monster Kill !

    And this is elegant version: local config = { storage = 8003, channel = 10, streaks = { [2] = "DOUBLE KILL!", [3] = "TRIPLE KILL!", [5] = "M-M-M-MONSTER KILL!!", [7] = "RAMPAGE!", [9] = "UNSTOPPABLE!", [12] = "HOLY SHIT!"...
  18. sn3ejk

    You are...

    You are spammer because every third message in this topic is your.
  19. sn3ejk

    Gesior 10 Seconds to open

    It's connected with your script-side. Load time is time from recieve request from client to generate full website (run code from script). You should take care about your scripts, check loops, unnecessary variables and parts of the code. _ Regards, sn3ejk
  20. sn3ejk

    Any chance of commercial license?

    In this case you (and your company) have to use custom sprites because as far I know all files of Tibia Client are under license. _ Regards, sn3ejk
Back
Top