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

    [C++] Adding Conditions to Melee

    this is really close to what I was looking for... Instead of healing, I was looking to deal damage to the target over time, with a BLEEDING condition: For testing, this is what I have: Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_BLEEDING, -1, 0)...
  2. Otfan125

    [C++] Adding Conditions to Melee

    Hey everyone, I'm trying to implement a melee system that applies different conditions (stun, bleeding, critical, etc.) during combat. Is there a way to do this through source edit? I've been editing weapon.cpp with a lot of success so far, though adding conditions has not been so straight...
  3. Otfan125

    TFS 1.X+ Making two-handed weapons give bleeding condition

    EDIT: I was wrong about what I put earlier...
  4. Otfan125

    Blood and Gore

    Hey y'all, I'm not a sprite artist, though I think the majority of the sprites I see in this forum are really good :) Not sure how appropriate it is, but I have not seen any goreish, bloodish sprites yet, like corpses with its entrails outside, or decapitated corpses, or some other evil/demonic...
  5. Otfan125

    The Mystery Server Showoff

    Your drawing on paper reminds me a lot of what I used to do when I first started getting into OTs... I think your on the right path :) good luck on your server!
  6. Otfan125

    FREE SPRITES GALLERY. (Post yours too!)

    DEAL WITH IT! lol just a joke
  7. Otfan125

    OTClient 1.0

    I see, thanks! I bought you a coffee in PayPal :) What you're doing is very laudable.
  8. Otfan125

    [OTClient] Game Window Position

    hey there :) That is where I had originally thought I had found the answer! But, I can't seem to make it work... In order to debug or test, what I did was make three more panels that are positioned on the right side of the window. Then, I kept making the gamePanel anchored to the left of the...
  9. Otfan125

    [OTClient] Game Window Position

    Hello all, Where is the position of the game window defined? Normally, the game window is positioned at the center of the client. I want to know how I can change this. Or, could someone simply tell me where is this handled? I need to attempt it myself. Thanks. 1597365912 One second, I think I...
  10. Otfan125

    My League Of Legends Sprites in Tibia!

    do kindred ! the new skin is awesome
  11. Otfan125

    My League Of Legends Sprites in Tibia!

    you're really good at spriting :) may i ask, what software do you use?
  12. Otfan125

    OTClient 1.0

    there's this weird lag between monster and its name, as you can see in the gif, whenever I set framerate = max. When I set the framerate down to 60, this does not happen. Not sure what is going on, has anyone experienced this before? 1597263673 holy cow the .gif looks awful
  13. Otfan125

    [OTClient] Compiling Issues - libvorbis

    sigh I did not want to make this thread because I've been trying really hard to look for the solution, but this is the first time I've encountered this error and, since I'm in a brand new computer, not sure what the problem is. I'm running Ubuntu 20.4, newest version. I get this error when I...
  14. Otfan125

    My Harry Potter's gallery.

    i think these are really good :) I want to go and watch the movies now hah, good job man ! :)
  15. Otfan125

    Creativity - Post your mapping ideas

    its such a shame that most of the images uploaded are no longer available.
  16. Otfan125

    Question on Quests;

    Watching now, thanks! I had to check if I had 2x play speed lol
  17. Otfan125

    Question on Quests;

    Was not thinking about posting this and making my own mind about it, but I figure that a general discussion on the topic may be helpful for some who are trying to develop an open server... Most quests that I see on some OTs are very simple in most cases... For example, and I'm exaggerating...
  18. Otfan125

    [Module Idea] OTClient Register Through Client

    After thinking about it a little more, I agree that account creation is not a very good idea. Not because of the security reasons (though they are the main reasons why not to it), but for the aesthetic of having the website and forums to the game. That's a very nice looking module, you're...
  19. Otfan125

    [Module Idea] OTClient Register Through Client

    This may or may not be the appropriate location for this question; if it turns out it is not, someone please point me to the proper location to post this. The idea is to have an account maker using modules in OTClient at the login screen, where you can register with your email, make characters...
  20. Otfan125

    [OTClient Mod] Spacebar Attack

    I think it would be really nice if you could do something like Alt + SpaceBar in order to go through the Battle List in reverse order... I had implemented it already, though it had a few bugs...
Back
Top