• 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. 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.
  16. gpedro

    [12.x] OTServBR-Global

    please, don't make confusion about our project name with thieves. don't be an asshole. you were a member of this project in the past. you took advantage of the project picking changes and implementing on your server (belobra-global) and merging it on the opentibiabr project without testing...
  17. gpedro

    [12.x] OTServBR-Global

    following your link, this dudant's repository does not have any relation with this project. I don't see any problem to download public content and store on your own repository on github. but if you want download the latest cipsoft client, you can use our new tool...
  18. gpedro

    [12.x] OTServBR-Global

    credits to worthdavi are given by "our contributors"
  19. gpedro

    [12.x] OTServBR-Global

    If you like our project, feel free to pay us a coffee, pizza or something else. Click here check donations methods: Donate (https://opentibiabr.github.io/donation)
  20. gpedro

    client/launcher downloader

    the easiest way to download every latest update for all platforms (OSX, Linux and Windows). the most problem I have encountered working on OpenTibiaBR was trying to get the latest updates to store it to and implement the protocol updates in the future. thinking about that, I have developed this...
Back
Top