Jump to content

Spirited

Administrator
  • Posts

    535
  • Joined

  • Last visited

Reputation

77 Excellent

About Spirited

  • Birthday 12/18/1991

Personal Information

  • Location
    United States
  • Occupation
    Senior Software Engineer II
  • Pronouns
    he/him

Social Links

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Yeah, that older C++ version is a leak of the Chinese Alpha of EO. I'm not sure how legal it would be to develop on top of that publicly.
  2. Oh cool, I had no idea there was an EO server project, or that someone adapted Comet for that. Or I just forgot, that's possible too. Lol - would be cool if they posted it here. I'd open the section, if that were the case.
  3. I'd be happy to host a game preservation section for Eudemons; but the last I checked, the community was entirely based on leaked binaries. Those are illegal to host and distribute, so that's the main reason why there's no section here for it. If you were to start documenting some of its inner workings, make tooling, and start a server project without the binaries, then I'd be happy to make a section for it. Same goes for other TQ games like Warlords and Zero.
  4. Yeah, it's why we have a community warnings / expectations thread about not purchasing projects. It's a scam 100% of the time at this point. Very predatory.
  5. Sounds like something someone cooked up on their own.
  6. Sounds like something they cooked up to make money per IP address. Lol - kinda genius for people who just constantly recycle servers.
  7. Generally, it doesn't break rules, but I'd advise against making a thread for it. Otherwise, you'll get a lot of requests to support it where there is no support. Just keep in mind that a lot of those Alex projects have been modified, and I've found exploits and backdoors in them before.
  8. I don't think this bot is necessarily maintained. It's open source, so if it breaks, anyone could fix it. But I don't think this thread is for getting support. Lol
  9. Neat. Yeah, these days, there're much heavier restrictions on online game sessions in China. Cool to see an older system, though.
  10. Thanks for the recent contributions. Sorry I have a bit of a backlog of PRs to get through. I've been dealing with some personal health issues. Hoping to get through the backlog this week.
  11. Hard to say when we don't have access to whatever project you're working on, but most probably the server that's doing it. Maybe a bad MsgUserInfo message on login?
  12. Oh yeah, maybe... I was thinking you might have to set it. But maybe it gets set for players as well if the field is provided. Not sure how that works for yourself, though.
  13. I don't think this is trivial to do. You would have to create several hooks in order to do this in full. It's not something I've done personally, but if I had to guess ... you'd probably want hooks for getting that data from MsgUserInfo (for yourself), MsgUserAttrib, and MsgInteract (I can't remember if damage is deducted automatically from MsgInteract messages). You'd also have to modify the server to send current HP (which is only done for monsters, usually). And then you'd have to hook around setting the client's flag for showing the health bar (usually only enabled for monster roles). I don't think that takes guild names into account though... so it might overlap unless you change the GUI to move all those names up or something. Again, not really trivial to do.
  14. I'm actually slowly moving things over to a new wiki that's way more detailed. But because of the amount of detail, it's taking me a considerable amount of time on my own. You're welcome to view what I currently have here: https://github.com/conquer-online/wiki (source), https://conquer-online.github.io/wiki/ (live view). But the way you contribute to both wikis are the same. You just create a fork, make your changes in your own branch, and then create pull requests with your changes. Nothing fancy. I'll be sure to add a contributing guide to the new wiki soon, though.
  15. I believe it's only used for sounds and effects, yeah. But if you really wanted to, you could possibly use it to take more or less durability out of your boots. Lol
×
×
  • Create New...