• 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

    Medivia - discussion and announcement of a new world Unity

    I take your point too, but I think medivia is about to quit being "Tibia" once and for all, so I guess this is why.
  2. Ochman

    Should OtLand Open New OtServerlist site?

    Which is actually pretty funny, because 100 people online (people and online, not characters and not as whole player base) is actually all you need for old school protocols to be successful. Everything more than 100 is just good addon to the game but does not change gameplay that drastically...
  3. Ochman

    Ranger's Arcani OTClient showoff

    This is one of the greatest clients in terms of custom features and I mean it. BUT I can't help but say: Why those lines do not align to each other? I mean I know they mathematically do, but they visually do not. (sorry those lines are not perfect, I'm on a phone lol) 1. Make Online list...
  4. Ochman

    Medivia - discussion and announcement of a new world Unity

    From development point it has the very sense to introduce them on Novus: a) New players will get familiar with spells being a thing in Medivia word, so there is a possibility in being "curious" about what future brings b) There will be less and less "I'm stuck cuz I don't have a rope on Novus"...
  5. Ochman

    My Gallery

    Would you mind correcting those white noises near the lizard? So far great sprites ;) keep them goin
  6. Ochman

    Should OtLand Open New OtServerlist site?

    @kay; @LordCompi; @Kuzyn; @Source; @Night Wolf; Give me a reliable way to find out how many real people are playing a server and I'm onto doing otservlist alternative without it being some relict of the past. Because I do agree with most of your accusations towards xinn, but how can you expect...
  7. Ochman

    use spell/eat food (freezing/stopping) character movement

    game.cpp bool Game::playerUseItem Comment those 3 lines: if(player->eventWalk!=0){ player->lastStepCost=2; } And those 2: https://github.com/TwistedScorpio/OTHire/blob/8101a25c16086e012eb1e8f95f3895c69b0f7268/source/actions.cpp#L406 player->setNextActionTask(NULL)...
  8. Ochman

    use spell/eat food (freezing/stopping) character movement

    Client freezes when spamming ppm on map because it's trying to calculate A* path each time you click. So it's not good, but expected behavior. Just don't spam it I guess lol. Otherwise, you would to completely rewrite some A* path logic and/or cache results for few seconds which in normal...
  9. Ochman

    use spell/eat food (freezing/stopping) character movement

    https://github.com/TwistedScorpio/OTHire/blob/d6772a785f3d30d7c65862017ef8d084417871bf/source/player.cpp#L1751 Comment this line setNextAction(OTSYS_TIME() + getStepDuration(dir)); If it's on item, then my suggestion should fix it. If it's on map, however, it's quite a hard topic since if you...
  10. Ochman

    Purple Outline around a cropped sprite in object builder

    Yup, it's coding (transparency) problem. Those sprites you posted there have "half-transparent" pixels and so on. Get rid of those and you'll be fine (replace them with no-transparent pixels OR just delete them - depending on quality and esthetic feeling). Those pixels/group of pixels I pointed...
  11. Ochman

    Purple Outline around a cropped sprite in object builder

    Look at your first screenshot on the right, it looks like something's wrong with transparency. It looks like Animation Editor has bigger transparency color toleration than in-game parser. Can you post one image directly here so we can see if the outline isn't there on sprite?
  12. Ochman

    Medivia - discussion and announcement of a new world Unity

    I do not know statistics of Medivia players, and the steam hardware survey is against it, but this is probably cognitive bias as 32b players do not tend to use steam for various obvious reasons, but I remember even 2-3 years ago switching to only support 64b players did hurt most of our...
  13. Ochman

    Medivia - discussion and announcement of a new world Unity

    It's always a pleasure to watch Medivia grow, but it's not Tibia anymore - (not sure if sadly or not). That being said, I'm positive to watch Medivia have yet another strong update that changes map, lore, and gameplay. With spells getting a low-key rework (changed incantation, replaced useless...
  14. Ochman

    [Ranger's Arcani] What kind of PvP server would you like?

    Man, you have to chill a bit, why would you start random insulting over the internet? I just asked about the same system not the similar one, not the "almost the same", not the "nearly identical minus the X, Y and Z". This was question out of curiosity because I do study games, game dev, and...
  15. Ochman

    [Ranger's Arcani] What kind of PvP server would you like?

    Fair enough, but why would you add conditions to my question? I didn't ask about the newest content with a fresh market in any means. Anyways, thanks for the answer, I'll take it as a euphemism of "No, I can't think of such a game", however. Was just curious
  16. Ochman

    [Ranger's Arcani] What kind of PvP server would you like?

    No offense, but are we pretending that Ranger's Arcani has higher player base?
  17. Ochman

    [Ranger's Arcani] What kind of PvP server would you like?

    In Path of Exile you do not lose your character, it's just put into permanent league. I wouldn't call it a hard reset, would you?
  18. Ochman

    [Ranger's Arcani] What kind of PvP server would you like?

    Can you name one game that uses "short seasons" with a hard restart? Bonus points if the game is MMORPG and/or we can call it "success".
  19. Ochman

    From Windows 10 to OTS development machine for dummies - part 2

    In my workplace I use both VSC and JetBrains tools (pyCharm mostly) and - well, for almost 5 years using them simultaneously JetBrains is in my opinion way better and I am just talking about free version. The JetBrains premium one is without comparison; I wouldn't even argue at this point.
  20. Ochman

    Programmer Need a programmer for sources editing

    Hello, Hit me up on the private message. Might be able to help.
Back
Top