• 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!

Recent content by gpedro

  1. gpedro

    AAC ZnoteAAC highscore page, sorting

    solved :D
  2. gpedro

    Znote acc not add items

    That's not true. Use scripts TFS 1.x (RevscriptSys version) Just drop on data/scripts folder. https://github.com/Znote/ZnoteAAC/blob/master/Lua/TFS_10/revscriptsys/shopsystem_talkaction.lua
  3. gpedro

    AAC OTCv8 updater not working

    As the message says, he is not reaching the correct page and you get a "page not found", probably your settings are wrong
  4. gpedro

    Hello, how can I solve these errors?

    Run this on phpmyadmin ALTER TABLE players_online ADD COLUMN spectators INT(11) NOT NULL DEFAULT '0';
  5. gpedro

    What's the reason you can't set storage to -1?

    current = player:getStorageValue(key) -- (value: -9) newPoints = 10 player:setStorageValue(key, math.min(0, current + newPoints)) -- if current + newPoints < 0, the code will use 0 instead negative numbers. -- if you want use negative values, just comment this part.
  6. gpedro

    Client Editor for Tibia 11/12 (Patch RSA/WebService)

    which version of the tibia client are you using?
  7. gpedro

    Client Editor for Tibia 11/12 (Patch RSA/WebService)

    Download the latest release. https://github.com/opentibiabr/client-editor/releases/tag/v1.3
  8. gpedro

    OTServBR-Global 12x w/ Bestiary, QuickLoot and more

    now we have an official domain: OpenTibiaBR (https://opentibiabr.org) --- update back to the past (Jun 30th, 2020) https://opentibiabr.org/updates/2020/07/01/fortnightly-updates-07.html
  9. gpedro

    OTServBR-Global 12x w/ Bestiary, QuickLoot and more

    step-by-step we are writing the old updates into the news. --- update back to the past (Jun 15th, 2020) https://opentibiabr.org/updates/2020/06/15/fortnightly-updates-06.html --- Unfortunately, we did not have any donations in the period. If you like our project, feel free to pay us a...
  10. gpedro

    OTServBR-Global 12x w/ Bestiary, QuickLoot and more

    --- update back to the past (May 15th, 2020) https://opentibiabr.github.io/updates/2020/05/31/fortnightly-updates-05.html If you like our project, feel free to pay us a coffee, pizza or something else. Click here check donations methods: Donate Methods
  11. gpedro

    [12.x] OTServBR-Global

    we uses revscriptsys, is auto registered; check folder scripts. https://ci.appveyor.com/project/opentibiabr/otservbr-global
  12. gpedro

    The reason why tfs is delayed: we let the great programmers goes away

    i hope too. i'm sorry, baeee <3 at all, sad but true. but we have a lot of other "communities" c# caioavidal/OpenCoreMMO (https://github.com/caioavidal/OpenCoreMMO) Fibula-MMO/fibula-server (https://github.com/Fibula-MMO/fibula-server) nekiro/OTIPChanger...
  13. gpedro

    The reason why tfs is delayed: we let the great programmers goes away

    idk why you guys are flaming the otservbr-global project. obviously, we cannot do all perfect with 200% optimized like saiyans or otland/tfs guys (mark, ranisalt, znote, evil, summ, ds, ninja and etc...) but we do! is just a normal OSS development cycle... develop, refactor, and optimize. about...
  14. gpedro

    The reason why tfs is delayed: we let the great programmers goes away

    stop fighting with themselves and if you aren't happy with TFS, fork the repository and make your own. just like Fabian did.
  15. gpedro

    [12.x] OTServBR-Global

    nop. the otservbr-global was just two official clients (maintained by us): opentibiabr/otclient (wip) and forum client 12x. otcv8 integration with otservbr-global is working in progress by kondrah. but the client is supported by kondrah <3 any other is not our official client.
Back
Top