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

    [SOLVED] OtclientV8 - capacity displayed after a decimal point

    In my OtclientV8 (OTCAcademy) there is a bug where the capacity is displayed as a number after the decimal point - how can I fix this? In the attached image you can see that with a capacity of "3" it shows that it is "0.03" EDIT: problem solved , in source c++ freeCapacity =...
  2. N

    QuestLog - How to add to chest?

    Hello, after adding this entry to Quests.xml, there is no Questlog update in the game, what am I doing wrong? I see the text "Your questlog has been updated." but there is actually nothing on that list. <quest name="Desert Dungeon Quest" startstorageid="3901" startstoragevalue="1">...
  3. N

    TFS 1.X+ How to add Store System in OTClientV8 for TFS 1.2

    Hello, I added everything according to the instructions but there is still no in-game store (I use OTClientV8) here's what I did: CREATE TABLE `shop_history` ( `id` int(11) NOT NULL, `account` int(11) NOT NULL, `player` int(11) NOT NULL, `date` datetime NOT NULL, `title` varchar(100)...
  4. N

    How to add items in OtClient GameShop ?

    Hello! I'm a beginner :) I'd like to add items to OTClient. How do I do this? I understand that this should be done in the "modules" directory? Is there a step-by-step guide on how to add this? p.s. which OtClient is better for Tibia 8.0? by mehah or by OtAcademy?
  5. N

    Cant compile Otclient

    Hello, I installed 1. GIT 2. I installed VCPKG I'm trying to compile OtClientV8 using Visual Studio 2022, but nothing happens. I've been waiting for about 20 minutes now and this message keeps appearing.
Back
Top