• 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

    OTClient - Change the number of slots backpack

    does anyone know how to change the number of slots in OtclientV8 (OTCAcademy)? I changed this code: MiniWindowContents padding-right: 0 layout: type: grid cell-size: 34 34 flow: true to this one: MiniWindowContents padding-top: 4 padding-bottom: 4...
  3. 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">...
  4. N

    Solved Quest Log TFS 1.2

    ref
  5. N

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    does anyone have a working "store system" for this tfs?
  6. N

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

    and which one do you recommend for TFS 1.2 and Tibia 8.0?
  7. N

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

    thanks ! in what file can I edit and add other items to the store?
  8. N

    Store System TFS 1.4 10.98

    hoe add this to TFS 1.2 ?
  9. 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)...
  10. N

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    @Rookfan dont use cmake, just *sln
  11. N

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Which Visual Studio should I use to compile? 2019 or 2017?
  12. N

    How to add items in OtClient GameShop ?

    Unfortunately, I haven't learned anything new from this topic... Should I change anything in my server's "source" files? I'm using TFS 1.2: https://otland.net/threads/8-0-tfs-1-2-server-global-full-real-map.280265/
  13. N

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    in visual studio 2015 "The build tools for v142 cannot be found. Install v142 to build using the v142 build tools."
  14. N

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    This can't be compiled, there are still errors (I tested it on Visual Studio 2019)
  15. N

    How to add items in OtClient GameShop ?

    I did it: 1 . file json.lua copiet to data/lib/core/ 2. in in core.lua added line: "dofile('data/lib/core/json.lua')" 3. in creaturescripts.xml added "<event type="extendedopcode" name="Shop" script="shop.lua" />" 4. created file shop.lua in "data\creaturescripts\scripts\" 5. added...
  16. N

    How to add items in OtClient GameShop ?

    I saw it before but I don't know how to add it correctly, when I copy the content to my *.lua file I get errors
  17. N

    How to add items in OtClient GameShop ?

    okey, and how I can add items to Shop in game ?
Back
Top