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

    Lua Dropchance global of all monsters

    Old: --: Configurações Gerais :-- local storage = 32143 --: Storage do script local msg = "You have found a lucky coin, say !luckycoins for more info." --: Mensagem ao jogador quando recebe uma coin local showqtd = 1 --: Mostrar QTD de coins na msg? 1-Sim, 0-Não local qtdtext = "You have" --...
  2. grilo13

    Lost Account doesn't work

    Did you guys installed PHPMailer?
  3. grilo13

    Lua Dropchance global of all monsters

    Maybe deleting the --: Stuff :-- can make this work. And you probably need [TFS 1.2] Modal Window Helper Lib
  4. grilo13

    AAC (Znote AAC) [pedido] Looking for Characterprofile.php detailed

    Extra for Character Info: [Znote AAC] Characterprofile detailed character info (HP, MP, Level, Exp, skills) And to show the EQ on char: [Znote AAC] Characterprofile EQ shower
  5. grilo13

    Boss alive

    You have just one monster and npc? How can someone exiva 2 demons? lol And if a player have a monster/NPC name? This seems kinda unreasonable. You can't add new outfit/items without change your client from default one, because you are editing the sprites.
  6. grilo13

    Solved Website is meant for rookgard (no vocation) add vocations

    Yes, you're using Znote AAC. This is how your config.php should look to vocations work properly. ZnoteAAC/config.php at master · Znote/ZnoteAAC · GitHub And this is the createcharacter.php master, it's working fine, try to change to this one. ZnoteAAC/createcharacter.php at master ·...
  7. grilo13

    Solved Website is meant for rookgard (no vocation) add vocations

    print your website folder (htdocs, www, etc)
  8. grilo13

    Lua TFS 1.2 Experience Stages Problem

    Don't forget to add the xp over lvl 2000 <stage minlevel="2001"multiplier="100"/> Don't know if this can be the problem, but add it. Try with default player.lua, probably your "exp" in that isn't allowing the stages.
  9. grilo13

    Solved Website is meant for rookgard (no vocation) add vocations

    Which AAC? TFS and AAC version? Pls, we need more info.
  10. grilo13

    PHP Config

    Shoudn't it be '/var/www/update/file.spr' etc?
  11. grilo13

    PHP Config

    It means it's working fine. You should have did something wrong.
  12. grilo13

    PHP Config

    My result with your code: My result with my code:
  13. grilo13

    Tibia OtLand IP Changer

    Firefox too. I can access OTLand, but not this thread. :p
  14. grilo13

    Programmer Znote add/remove/edit shop items

    Not in this moment, probably if shop_offers are on Database instead a php file. Edit php files (the one that can bug the entire website, aka config.php) with other php file isn't recommended. Create an issue and probably will become an enhancement for future ZnoteAAC. Issues · Znote/ZnoteAAC ·...
  15. grilo13

    PHP Config

    Wrong thread guy Compiling · otland/forgottenserver Wiki · GitHub
  16. grilo13

    PHP Config

    Just read how arrays works, it's simple. Something like: $ToUpdate = array('file.dat', 'file.spr', 'file.exe'); foreach ($ToUpdate as $file){ echo $file.' '.file_crc($file).'<br>'; }
  17. grilo13

    PHP Config

    I guess you should use arrays. PHP: Arrays - Manual
  18. grilo13

    Compiling TFS 1.2 Djarek cast system

    They are included in djarek PR Casting system by djarek · Pull Request #994 · otland/forgottenserver · GitHub And I'm almost pretty sure that some codes have minor changes on protocolgamebase and protocolspectator and general TFS since this PR, like Token (or two factor authentication).
  19. grilo13

    Compiling TFS 1.2 Djarek cast system

    It isn't for TFS 1.2 You made your ProtocolGameBase.cpp or just CTRL + C CTRL + V?
  20. grilo13

    Solved Windows server error OVH Hosting

    I installed 2015, but if you can compile (I guess), it should work.
Back
Top