Jump to content

Omicron

Member
  • Posts

    21
  • Joined

  • Last visited

Everything posted by Omicron

  1. Bump… New site is released. Features are gradually added. With an eye to the future, the site includes multi-tenancy. Allowing support for multiple servers. https://primalconquer.com
  2. What patch is the source? What patch is the target?
  3. Can’t seem to update my previous post… Got some questions too, I noticed that you used PostgresSql and MySQL. Do you mind elaborating? Another tip to help improve performance: disable data tracking by EF where you don’t need it. https://dotnetbenchmarks.com/benchmark/1079
  4. Took a quick look and it looks pretty clean, nice work. I do have 2 small feedback points based on the comments here and something I didn’t see. 1. You don’t need a appsettings.shared.json, you can just put them in appsettings.json. If you need to override them, you can do so in another appsettings file. 2. I didn’t see a globals file. If add a globals file in a project, you can add the most commonly used using statements in there. This will help clean up the using statements in all files in that project.
  5. You can actually do the drops in lua too, fyi.
  6. @Spirited I can't seem to edit my own post... --------- Also, if you want your emulation to get even closer, you could create an user installable app and use that to communicate with Discord. Using that installable app you can completely create your own interfaces.
  7. Sigh... Getting older...
  8. Is there a reason you went with bun and not something else? Just curious.
  9. That's unfortunately much harder to do. It requires that you either guess at what's changed (if they're minor offset changes to messages), or you reverse engineer the client by reading its disassembly. You may be able to find a bad project that does it well enough to get by on a higher patch, but latest is always going to be a challenge. To add to this, use the mac client.
  10. You are most likely using MySQL that comes with wamp or whatever. Download and install the complete MySQL server and you shouldn’t have any errors anymore.
  11. Small suggestion regarding the backup tool, you could also set up a scheduler in the OS. That way you won’t need to keep the program running.
  12. Wow that's really impressive, what came of the project? Nothing haha, spend a lot or time on trying to get it to work but failed. Idle animation was working though so that was nice haha. Something was missing but couldn’t figure out what. We essentially rage quit.
  13. Ulti and I had a working demo where you could select the body type, weapons, armor or garments. The issue we were facing were the animations of the body, it certainly is possible but a pain to get it working fully.
  14. Couldn't you just create a 301 redirect using a htaccess rule?
  15. On the lower patches like 5017, you will have to add the item multiple times for each color. TQ didn’t think during this period so you will see the same for other stuff.
  16. To add to this, in order to get the glow animations working as well you need to add the records in the 3DEffectObj.ini. You basically skipped the files linking the actual mesh and textures, it's not just a matter of adding the missing items :)
  17. I would never do it, but I use https://anydesk.com/en for general purpose remote desktop scenarios. It's free and works on all devices.
×
×
  • Create New...