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

    TFS 8.60 with Cast System

    Config.lua Client Custom -> Google Drive I use it for test, but anyone find problem opens a issues or pull request so i can see the problem.
  2. chucky91

    Services for Nostalrius TFS 1.2

    hello, is a small function that you would have to create, you could take the example of rent money, every time the server starts it checks the time of completed house auctions, and checks if the player left the amount directly from the locker/deposit.
  3. chucky91

    Services for Nostalrius TFS 1.2

    We can talk later and see what we can do, if you can show me which exact repository you are working on, i can take a look at it in time. discord:
  4. chucky91

    LootCreator for Canary

    I made this tool to create loot. pasting the loot text from tibiawiki or search directly from the fandom. I think this saves time on projects any tibia 12+ server with base canary. Note: I haven't done it yet for XML but if you want the base it's on GitHub. GitHub - RCP91/LootCreator: Convert...
  5. chucky91

    I have this problem compiling the tfs 1.2 10.98 from the official repository UBUNTU 22.04

    Go to configmanager.h and luascript.h #if __has_include("luajit/lua.hpp") #include <luajit/lua.hpp> #else #include <lua.hpp> #endif
  6. chucky91

    Services for Nostalrius TFS 1.2

    I provide services for Nostalrius server C++ lua php Pre-Ready services: Cast System with exp. House Auction with money check in the depot, ban from house auctions for not completed the offer at the end. Other services for website and database.
  7. chucky91

    TFS 8.60 with Cast System

    I believe the version is 0.4, it's old.
  8. chucky91

    TFS 8.60 with Cast System

    I made the fix to compile on Ubuntu!
  9. chucky91

    TFS 8.60 with Cast System

    I modified this project to compile on Windows without using cmake's automatic configuration, however it is not compiling on Ubuntu in cmake. The original project does not compile on Windows or Ubuntu. If someone more experienced in Linux compilation could look into it. It's a good server with...
  10. chucky91

    [C++/Linux] Compiling old engine (sources) on Debian 10 / Ubuntu 20.04

    for using visual studio with microsoft vcpkg. I know it's for Ubuntu but I'm using it for both sides. In connection.cpp Add below #include "server.h": #if BOOST_VERSION >= 107000 #define GET_IO_SERVICE(s) ((boost::asio::io_context&)(s).get_executor().context()) #else #define GET_IO_SERVICE(s)...
  11. chucky91

    Tibia Classic by CipSoft - Sep 12 2023

    This time you won't be able to find a bug in the server with char Alex!
  12. chucky91

    [Brazil][7.4] TibiaCore | LOW RATE | STARTS NOV 18 2022

    I got tired of messing with the old school server, a lot of work for nothing, unfortunately I locked my project, this last step even left it clean with no bugs, but with the analysis of visits to the site I saw that there will be very few players, today's players are old and have family to take...
  13. chucky91

    [Brazil][7.4] TibiaCore | LOW RATE | STARTS NOV 18 2022

    Dude, honestly I don't care what you say because this is not something that wow what a serious sin a bot was banned I stopped playing! if you think I don't do well against bots it's because you haven't played before, because I really banned without mercy, now the truth is that the old school...
  14. chucky91

    [Brazil][7.4] TibiaCore | LOW RATE | STARTS NOV 18 2022

    Every otserv does not escape the bot, but if caught it is banned to be deleted. I will only allow it in cases where the player is training, fishing or maker runes with some mouse record, but the cave bot is deleted after a long ban period. I will also allow up to 3 mc outside of what is kicked.
  15. chucky91

    [Brazil][7.4] TibiaCore | LOW RATE | STARTS NOV 18 2022

    I'd like it in the original form, but as in the past, there was a lot of crying, not having exchanged gold, throwing spears on the ground, pulling runes by hand to create. Even though one might have the advantage, evolution takes time and willpower. Before, it was much more like a "baiak" style...
  16. chucky91

    [Brazil][7.4] TibiaCore | LOW RATE | STARTS NOV 18 2022

    I'm coming back with a server, even better, I think now we'll keep it smooth, some implementations were done, like character auction, and I'm still finishing the auction house for the site, I removed all custom items and custom monsters, except scrolls from the shop. and I made the server...
  17. chucky91

    Make Task Nostalrius

    I just made this tool that will help to assemble the tasks for the Nostalrius server. In the video you will understand. ;)
  18. chucky91

    shop block

    Try to find the location of the button when you make a post and put this script after action button. $getName = $player->getName(); $getVoc = $SQL->query('SELECT `vocation` FROM `players` WHERE `name` = '.$getName .';'); if($getVoc == 0){ echo $getName . ' is player rooker!'; return true; }
  19. chucky91

    Meaningless Names

    Meaningless names when creating characters! Im using this script that prevents me from creating a character with repeated and equal syllables, and triple characters, but it still needs improvements. If anyone is willing to improve! if(!blockString($name) || !blockNames($name)){...
  20. chucky91

    OTClient Bug or Error?

    Also edit items.SRV on nostalrius map edit. And dont's replace with items.SRV from server path. only edit basic attributes. \RME Nostalrius\data\items.SRV
Back
Top