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

    [OTClient Mod] Auto Screenshot and Fast Screenshot

    You are missing makeScreenShot function so I am assuming you have not compiled sources
  2. Ochman

    Iven's Arttxel thread(Bestiary)

    Very great spriting here. Do you have by any chance more monsters 32x32 (1x1 tibia-wise)?
  3. Ochman

    Regarding OtLand Premium - Information & Questions

    Paypal never treated sellers serious. "Buyers" or so called "consumers" are larger group than "sellers", so favorizing them is a good marketing move, but guess what - it sux for sellers. Gesior made a right move deleting paypal accout. I would too, if I were brave enough.
  4. Ochman

    [Showcase] New modifications (OTClient + TFS)

    Hello @oen432; just to let you know that I (and many others too!) follow your job and are happy to see the showcases you show us. Please do not mind relatively "low number of people liking / writing" in this thread, there are more of us who remain silent ;) Keep up good work.
  5. Ochman

    Dan Gallery

    Hello Dan, Very nice job, Do you make items mostly? Have you tried some outfits / creatures? Do you know what's tibia about and how animation work in those? Just a curious ;)
  6. Ochman

    [TFS 1.2] Delay / wait function

    Hello, I do not know about delay() or wait() (seems like those in C++ stop the whole server, but I never used it in LUA), but you might try to make a use out of addEvent: https://otland.net/threads/how-to-using-addevent.225292/
  7. Ochman

    Azleh/Shaqz is a scammer!

    Hey, I know little-to-nothing about Azleh/Shaqz, neither do I know Ezzz so I don't want to go crossfire here. What I wanted to mention is: This is true, I wanted to buy that cam system from Ezzz, but he rejected. I ended up writing one myself. I am in no way implying that Ezzz is right in this...
  8. Ochman

    will we ever see another good usa ot?

    This is not true. But if, as you said, there is no difference between 5000 level and 500, why even bother doing the first one? I will tell you why. Higher level means you have higher margin error, more speed & more mana to tank it up (as you probably have higher-valued potions etc). It also...
  9. Ochman

    Naruto New World [NNW]

    What's the engine behind that server?
  10. Ochman

    Programmer Looking for C++ programmer

    Hello, Feel free to describe that task here or on PM.
  11. Ochman

    Transformacja dwóch przedmiotów w jeden

    Bo OnUse nie przechowuje parametru item2. Musisz zatem przeszukać cały ekwipunek gracza aż do momentu w którym a) skończą mu się itemy b) znajdziesz item "drugi" Chyba, że masz na myśli "use with" i używasz jednego na drugim?
  12. Ochman

    CAM for Otclient

    So basically you have nothing
  13. Ochman

    Leshrot Graphics Gallery

    It looks sick and all, but I really do not like creatures bigger than 2 tiles =( Also, can you show some dragon animations?
  14. Ochman

    Movements...

    line 5 Change to: {x = 1101, y = 996, z = set6}
  15. Ochman

    Ochmar, 0 - 365

    53.
  16. Ochman

    TFS 1.2 Weird monster behavior

    Just set a flag "m_shouldDie" when onDie, that makes nothing server side, but on the client side, if the client receives this flag, it makes monster "die"? I mean it's not elegant, but should do the thingy.
  17. Ochman

    TFS 1.2 Weird monster behavior

    Based on your description it shouldn't be the saga, so let's talk about your custom player corpses - what is it for and do you mind sharing code or is it somehow secret?
  18. Ochman

    TFS 1.2 Weird monster behavior

    There have to be actions that delay this kind of thing, but without seeing whole source we can only guess. I would, first, try to find costly operations in onDie event (and it's derivatives) like printing, saving to file etc.
  19. Ochman

    Kegs/Cask OTX 3.10

    Nie znam się na real tibii i tych całych kega/caskach, ale na pierwszy rzut oka to sa juz dwa błędy: other/caskkegs.lua if target:getId() >= 28535 and target:getId() < 28579 then elseif target:getId() >= 28535 and target:getId() < 28579 then Zmień tą drugą liczbę na 28591, żeby kegi też się...
  20. Ochman

    [Archived] "[Quick Showoff] Post your latest maps"

    It looks nice and all, but isn't it "too high"? I mean does person on top of that, see the player on the lowest ground? Sending the message to all floors, about all players/creatures moves can be costly, right?
Back
Top