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

    TFS 0.X 0.4 account manager only create knights?

    In your config.lua try changing encryption type from plain to sha1 I guess.
  2. Catalyst

    Anyone who has ASUS RT-AC51U or any asus router?

    Fastest Asus RT-AC51U Router Open Port Instructions ?
  3. Catalyst

    Compiling Compiling Ubuntu tfs

    Open your Makefile find -lpthreads and replace it to -lpthread Let me know.
  4. Catalyst

    Windows Host what i need?

    Hosting a Tibia Server use one thread so i don't see the use of many cores, I recommend you 2GB ram if your server's map small sized. I'm personally using ImpactVPS.com, the support service is fast. Altho they only offer N/A servers. Also depending on how many scripts you got in ur server, the...
  5. Catalyst

    TFS 0.X "upgrade item" tfs 0.4

    Have you tried this one by @Xikini ? local tiers = { [1] = {starting_item = 11111, ending_item = 22222, downgrade_item = 0, fail_chance = 20, break_chance = 5}, [2] = {starting_item = 22222, ending_item = 33333, downgrade_item = 11111, fail_chance = 25, break_chance = 5}, [3] =...
  6. Catalyst

    znote acc shop problem

    Try executing this query in Phpmyadmin. CREATE TABLE IF NOT EXISTS `znote_shop_orders` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `account_id` INT(11) NOT NULL, `type` INT(11) NOT NULL, `itemid` INT(11) NOT NULL, `count` INT(11) NOT NULL, `time` INT(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) )...
  7. Catalyst

    rain item event crash before spawn item

    You should try the talkaction one instead of mods i'm using this one and it works fine. TalkAction - Rain Items Event
  8. Catalyst

    rain item event crash before spawn item

    Whats ur TFS version?
  9. Catalyst

    Problem with compiling.

    "did you install the sdk properly or try to manually set up the files in forgottenserver properties forgottenserver properties -> C/C++ -> Additional include directories once there just add the files from the TFS SDK" Compiling - Pugixml error
  10. Catalyst

    TFS 1.X+ Problem with DNS

    You will never be able to connect to the DNS if you're on the same network as the host of it. Go at ur friends or a different network to connect to ur server with the dns ip.
  11. Catalyst

    Remer help.

    Look in data/monsters/monsterx.xml if the unfound monsters are there. If they're not, add em and try again.
  12. Catalyst

    Invalid account name.

    Try opening config.lua -> encryptionType = "plain" instead of sha1. or the opposite.
  13. Catalyst

    Buy items by lever

    Add the following script in action/scripts folder. local config = { cost = {9970, 10}, newItem = {11298, 1} } function onUse(cid, item, fromPosition, itemEx, toPosition) if not doPlayerRemoveItem(cid, config.cost[1], config.cost[2]) then doCreatureSay(cid, "You need...
  14. Catalyst

    I am retiring - from otland

    Another post? XD
  15. Catalyst

    Noxious ot and the corrupt staff

    shut up
  16. Catalyst

    Noxious ot and the corrupt staff

    oshit dev with the roast
  17. Catalyst

    Noxious ot and the corrupt staff

    wtf did i just read
  18. Catalyst

    Linux Can't start server

    Try reconfigure to use Apache 2: $ sudo dpkg-reconfigure phpmyadmin Try purge phpmyadmin: $ sudo apt-get purge phpmyadmin $ sudo rm -rf /etc/phpmyadmin $ sudo apt-get install phpmyadmin Also(manually configure Apache2): $ sudo ln -fvs /etc/phpmyadmin/apache.conf...
  19. Catalyst

    CreatureEvent [TFS 1.2] Task System

    Sadly, when i utevo res a monster it counts as a task monster. :/
  20. Catalyst

    Cryptocurrencies and Micro Cryptocurrencies

    Bitcoin Private = Life. Bitcoin Private There’s nothing that comes close to the privacy features on Bitcoin Private. They’re using a method called “zk-snarks”. Zk-snarks conceals the sender address, receivers address and other data from the public. It also features the ability to send a...
Back
Top