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

    X time for use lever - tfs 0.4

    function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 1945 then local s = getStorage(1) if os.time() < s then return doPlayerSendCancel(cid, 'You must wait ' .. s - os.time() .. ' more seconds.') end local k =...
  2. Webo

    Webdesign Webdesign old project

    I have some free time I can be willing to resume work on this project
  3. Webo

    AAC [Gesior ACC] Problem with add new Category in shop.

    try this Gesior-AAC - Marco Oliveira (https://otland.net/threads/gesior-aac-marco-oliveira.262213/#post-2538603)
  4. Webo

    Server requirements to host a stable server for 500+ people?

    https://otland.net/threads/spigu-hosting-service-supports-high-quality-servers.173176/
  5. Webo

    TFS 1.X+ Znote Acc TFS 1.X Codes

    [Znote AAC] Simple news system (https://otland.net/threads/znote-aac-simple-news-system.166996/)
  6. Webo

    Unlimited free private repositories with GitHub

    https://blog.github.com/changelog/2019-01-08-pricing-changes/
  7. Webo

    DEBUG Client 10.100 OTX 3.7 - TFS 1.3

    search for help here: mattyx14/otxserver
  8. Webo

    AAC Outfits

    Outfit Images - 10.99
  9. Webo

    AAC Outfits

    like a this ?
  10. Webo

    Znote Layout

    F5 refreshes the web page and often reloads the same page from the cached contents of the web browser. However, reloading from cache every time is not guaranteed and it also depends upon the cache expiry. Shift + F5 forces the web browser to ignore its cached contents and retrieve a fresh copy...
  11. Webo

    TFS 1.X+ Define client version in TFS 1.2

    otland/forgottenserver
  12. Webo

    Come Back

    Wracam po banie na otland ponad rok tu nie byłem jak tam tfs pod 11 będzie rozwijany ? jakieś projekty ciekawe serwerów ? Ktoś jakąś pomoc potrzebuję pisać na priv albo tu
  13. Webo

    MyOTClient

    i Love U @Amiroslo
  14. Webo

    Compiling Block TIbiaclient, and use OTC CLIENT

    See these topics: 1. https://otland.net/threads/mod-single-server-and-protocol.191441/ 2. https://github.com/edubart/otclient/.../game.lua#L52
  15. Webo

    Compiling Block TIbiaclient, and use OTC CLIENT

    Make the server send a message protocol which is unequal to the default protocol. => Normal client will crash Also, you can make the client send a specific value on login so the server knows it is the custom client. I think otclient also uses otc specific operating system values. 3 to 6 or so.
  16. Webo

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    @froy mysql query: CREATE TABLE IF NOT EXISTS `znote` ( `id` int(10) NOT NULL AUTO_INCREMENT, `version` varchar(30) NOT NULL COMMENT 'Znote AAC version', `installed` int(10) NOT NULL, `cached` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8...
  17. Webo

    Kompilacja [TFS 1.2] Widnows x64bit + Video!

    Compiling on Windows · otland/forgottenserver Wiki · GitHub
  18. Webo

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    GitHub - peonso/ZnoteOTHire: ZnoteAAC for OTHire use this
  19. Webo

    AAC [Znote AAC 1.5] admin.php

    it works adds points:
  20. Webo

    [Znote AAC] old school layout

    remove /layout/img/bg.png
Back
Top