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

    Task Maker v2 for Nostalrius.

    Hello Dude, I want to share a tool, i made to improve my editing work. In this version there is an improvement, now you can add item options, backpack full of flask or rune, vocation and level for the NPC. And addition to creating a LUA file for onKill and a PHP file for the task list.
  2. chucky91

    OTX2 - trap hit is accumulating.

    This function should avoid stacking the traps on top, accumulating damage. function onAddItem(item, tileitem, pos) doTransformItem(item.uid, item.itemid - 1) doSendMagicEffect(pos, CONST_ME_POFF) return TRUE end function onAddItem(item, tileitem, pos) if (item.itemid == 2579)...
  3. chucky91

    Lucky System

    no, items.srv only
  4. chucky91

    Lucky System

    I've been doing it!
  5. 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.
  6. 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.
  7. 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:
  8. 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...
  9. 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
  10. 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.
  11. chucky91

    TFS 8.60 with Cast System

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

    TFS 8.60 with Cast System

    I made the fix to compile on Ubuntu!
  13. 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...
  14. 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)...
  15. 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!
Back
Top