Jump to content

xdem

Members
  • Posts

    4,164
  • Joined

  • Last visited

  • Days Won

    44
  • Feedback

    0%

Everything posted by xdem

  1. afto pou akoma 12.5 xronia meta exeis akoma apopsi gia pragmata pou den gnwrizeis den allazei ?
  2. wraia tote irthe i wra kara na gnwriseis ton xdem apo konta !
  3. perimeno na kliseis 10 xronia empirias developer kai scammer gia na exei endiaferon i sinantisi mas
  4. Please send me a message on Discord im interested to talk about a colaboration my tag is bblizzard
  5. afto to post tha mporouse na einai kai i apopira apo kapio neo idos LLM pou thelei na kanei self training
  6. This is trivial to make, I will check it later and maybe share it
  7. The first pride-like ever, the inspiration for me to start my own pack on aCis first free version that I still use to this day. I played on this server and I still remember how my inventory looked like. I wish this pack and your work get the recognition the deserve. all the best, Blizzard
  8. Last commit was 4 years ago, latest was this morning
  9. The best pride-like that ever existed (even better than Pride) was and is AEPvP. As C6 and H5
  10. this is just an extension you don't actually need it you can remove the lines
  11. if this AI why it needs templates ? AI is supposed to go through the server and train it's model, and find optimal skill/item to use on its own
  12. public void processInertiaAct(final InertiaAct inertiaAct) { inertiaAct.addInertiaExt(new PlayerExt()); } onStart() is empty its just in case for future development
  13. not missing and crucial thing, it will run as is on any type of gameserver
  14. so true, I am retarded, I though it was the author who responded, thanks haha
  15. You make no sense mate, am I arguing with a Junior ? You put a link to a dead unfinished project to prove what ? Its also shit-coded, and you are talking about geoengine specifically ? You must be retarded
  16. whats the point though? mariadb is the best option for an mmo like l2, mariadb will never be the bottleneck of the gameserver even in theoretical online counts of 100k+ and its already implemented ... the real bottleneck is the client itself, so extreme optimizations especially yours that are out of context make no sense if your project is for educational purposes okay you can built it with nodejs its okay, but re-inventing the wheel with worst designs makes no sense, you can instead contribute to active real-world l2j projects instead and be useful to the community
  17. this forum was (or still is idk) active due to the efforts of amateur l2j/l2client developers that shared custom content. not because of good administration/moderation or anything lmao. keep it l2 focused you are out of business already
  18. I just asked, what specific feature of Postgre you are going to use that will make a difference over current Mysql/Mariadb implementations
  19. I've reverse engineered the shit out of how L2 loads files in the past. It doesn't really matter if the files are located in System/Systextures/Textures whatever, based on my observations folders on L2 client exist only for hierarchy reasons ... Now I am not sure if the client loads everything it finds even if its not used
  20. Do you think that everything on the system is loaded regardless if you use it or not ? or even worst, are they loaded even if they exist as textures/meshes but not defined on the DAT files ?
  21. Can you define what you mean custom ? I haven't look into how the client loads the data in what order and when, but if you give some examples of the files you've reduced that would be helpful. To add to the topic, the virtual ram critical error that @Exdeathy describes doesn't necessarily mean that you've run out of Virtual Memory. The client tried to allocate a continuous series of N bytes within this Virtual Memory block, but wasn't able to find one. So this error can happen even if your client is using 1000mb and you try to allocate 100mb of continuous memory but there wasn't any.
  22. i doubt your trashcan worths more than $250 good luck
  23. So you're going to leverage Postgre's features on L2J ? How ? Show us an example
  24. quick translation "i downloaded shared trinity files, and with hopes and dreams im gonna make the pocket money my daddy never gave me"
  25. I would also advice you to experiment with replaceAll("\\s+", " "); s+ will automatically match any whitespace character (including \r \n etc)
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..