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

    Action Holy Catholic Rosary! All Mysteries, [PL, EN]

    I want to share with you the True Holy Rosary for OTS in data/actions/actions.xml and create "Holy" folder and file rosary.lua. local rosaries = { [26053] = {effect = CONST_ME_HEARTS, Cross = "In the name of the Father, and of the Son, and of the Holy Spirit. Amen."...
  2. L

    How to compile OTCv8 on Linux (Ubuntu)

    I compiled it but otclient crashes, I don't know why 1694962331 i check ubuntu 22.04 and mint.
  3. L

    Compiling vcpkg fails to install libraries

    i have vcpkg from commit 761c81d43335a5d5ccc2ec8ad90bd7e2cbba734e im trying to install boost, but i get error i tried @Addams solution but won't work. debian 12 Any hint ?
  4. L

    Problem autoloot

    try delete this for test
  5. L

    Lua How to add new lib[LUA] to OTClient

    Hi How to add to OTClient new lua library? I need to attach luaserial, but this lib is in .c extension...
  6. L

    [Music] - My first small album - Ambient Music

    Hi I want to share with my album created on my mikro maschine mk3. It's ambient music, i hope.. :p beyond the first and last (intro and outro) Intro and outro is totally crazy :p I did not participate in any training. note, for people who have never listened to ambient music my tracks may seem...
  7. L

    Handle login to tfs 1.4.2

    hi Im trying to handle login to tfs in python. I have this code: from twisted.internet import reactor, protocol class TFSClientProtocol(protocol.Protocol): def connectionMade(self): print("Connected to the TFS server!") # Send the login packet here account_name =...
  8. L

    Szukam Item Editora dla 64x64

    dobra nieważne :D już mam komplet 64x64px
  9. L

    Szukam Item Editora dla 64x64

    Da się edytować plik otb ObjectBuilderem?
  10. L

    Szukam Item Editora dla 64x64

    @01346302 chodzi Ci o ObjectBuilder?
  11. L

    unable to create item with invalid id 0 after create new .spr+dat+otb

    Hi, I have TFS 1.4.2 and otclienv8 I created new spr for 10.98, added 1 ground with id 100 and 1 outfit - for test. I generated new otb file with itemeditor 5.1. I make simple 3x3 map. After this when i start server i have error in client And i have stats like " -1 health / -1 mana /...
  12. L

    Block DeacayTo

    with only few items, when i put an item on the ground, it has to stop the decay, if i put the item in the backpack, the decay must start.
  13. L

    Block DeacayTo

    Hello It's possible to block decayTo? I have ground what decay to other ground. I want to put item on ground and block decayto? Do i need lua? or modify source(c++) ?
  14. L

    TFS 1.X+ TFS 1.4 LUA or C++, after start server add random damage for all monsters

    im trying add again this script: and dosen't work, self:addCondition(condition) do nothing, why? something was changed ? 1690734593 self:addHealth(-10) it working but why condition dosen't work?
  15. L

    New water borders

  16. L

    New water borders

    New water borders and new grounds(grass and water) 1690569703 few new sprites
  17. L

    Mikropłatnosci

    HotPay
  18. L

    Szukam Item Editora dla 64x64

    Siemanko ludziska, pewnie nie jeden z was chciałby ots-a w 64x64 px. W OTClient to nie problem bo wystarczy zmienić jedną zmienną i mamy 64x64, Map editor obsługuje 64x64. Brakuje tylko Item Editora, jest ktoś kto takie coś ma? Ja walczę już 2 dzień aby przerobić kod ale bez wiekszego skutku...
  19. L

    Item Editor 64x64

    dosen't work. in Item Editor sprites loading but when i save to file... item id 105 is looking fine and working, but problem is with argb, i can't fix this in items.cs // reverse rgb for (int y = 0; y < Sprite.DefaultSize; ++y)...
  20. L

    Item Editor 64x64

    ok i have "working" program, please test it. I create in ObjectBuilder new --> 10.98 --> 64x64 . adding some spr. and outfit. Starting item editor and create new file. --> create missing files, save. I was start map editor ... add some ground with id 100-104, save. compiled otclient for...
Back
Top