Jump to content

GX-Ext

Members
  • Posts

    50
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

GX-Ext last won the day on July 5 2025

GX-Ext had the most liked content!

4 Followers

About GX-Ext

Contact Methods

  • Website URL
    https://GX-Ext.com

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

718 profile views

GX-Ext's Achievements

Enthusiast

Enthusiast (6/16)

  • One Month Later Rare
  • Collaborator Rare
  • Reacting Well Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

22

Reputation

  1. I've completely decompiled, replicated, and devirtualized the Gamear DLL file. You can see it there; otherwise, wait a day or two and I'll make a video myself. Best regards. static int __fastcall hkAEmitter_Tick_Impl(void* this_, void* /*edx*/, float dt, int levelTick) { // Ares: if (IsA(this, AEmitter)) if (this_ && g_UClass_Emitter && GX_IsA(this_, g_UClass_Emitter)) { // Ares: v7 = sub_1300CAA0() void* v7 = g_localPawn; if (v7) { // Ares: if IsA(v7, APawn) && lvl in (0,8) if (g_UClass_APawn && GX_IsA(v7, g_UClass_APawn)) { const int lvl = (int)InterlockedCompareExchange((volatile LONG*)&g_skipLevel, 0, 0); if (lvl > 0 && lvl < { // Ares: v6 = sub_13026800(this, v7) const float v6 = GX_Distance3D(this_, v7); // Live-tuning (debug): aplica overrides en runtime GX_LiveApply_Tick(this_, v6); Today I'll see how the classic client works on the Eris server. If it works well, I'll proceed to decompile the dll for classic as well. GG..
  2. Ask whatever you need, no problem.
  3. Client Optimization Sources — High Five (H5) — $3,500 After a long internal development cycle, my Client Optimization System for Lineage 2 High Five is ready. This is NOT a “config tweak” pack. This is a real performance + stability optimization system, delivered as FULL SOURCE CODE. What you get Full Sources (not a license, not binaries-only) Optimizations focused on FPS consistency, stutter reduction, and heavy PvP / crowded zones Real work done at the engine/client level (not placebo “ini magic”) Clean structure, ready to integrate into your own client-side project Documentation / notes included so you understand what you’re applying Intended results (typical scenarios) Smoother gameplay in towns / sieges / mass PvP Reduced frame drops when many characters/effects are on screen More stable client behavior under heavy load Delivery model You receive full sources No license system (you own the code you receive) Private delivery + support for integration guidance (basic) Price High Five (H5) Sources: $3,500 USD DM me for details / proof / integration requirements. Next Release — Client Optimization Sources — Classic 166EU — $3,500 The same optimization line is being adapted for Lineage 2 Classic 166EU. Release: Next week Full Sources Same goal: stability, FPS consistency, heavy-load performance Classic 166EU Sources: $3,500 USD Serious buyers only If you run a real project and you care about real client performance, message me and I’ll share what’s included, compatibility notes, and delivery terms. DM to buy / reserve your copy
  4. I didn't reply because I was sleeping... you should be more patient instead of posting the same thing on every forum... I also replied to you on Facebook...
  5. The demo version is no longer available.
  6. Stop paying for files that are already public and free. Here you can download a fully working Interlude server with C4-like gameplay, including source code so you can compile it yourself and verify everything. People will try to convince you that free releases are “broken”, “full of backdoors”, etc. That’s exactly why I’m also providing the SVN with the full source – so you can: Review the code yourself Remove / modify whatever you don’t like Compile your own binaries What’s included GX-EXT Interlude server (C4-style gameplay) – L2Off Client Interlude tweaked for C4 gameplay Public SVN with source code Downloads: Server GX-EXT: https://www.mediafire.com/file/q5ipkjd36tnhfxv/L2OFF_C4_C4_ACU_GXEXT.rar/file Client Interlude C4 Gameplay: https://www.mediafire.com/file/rdkfc8wwau042oh/Cliente_Interlude_Jugabilidad_C4.rar/file SVN (source code, delayed a couple of months to avoid reselling fresh work): https://svn.l2servers.com.ar/!/#GX-EXT_INTERLUDE User: gx Pass: gx How to compile To compile the source you will need: Visual Studio 2005 (x64 toolset) (Classic L2Off toolchain – yes, it’s old, but that’s what the original server uses.) Use this as you want: learn, test, open your own server, or just audit the code. But please, stop buying the same leaked/resold files over and over when you can get them here for free, with source, and actually know what you’re running.
  7. It would be nice if you sold everything together for $20.
  8. I have what you're looking for already made, if you want, contact me. Greetings.
  9. just with this extender that I have shared it is not possible to start with c4 client, you have to make some changes to the extender and it works with c4 client perfectly. regarding the updates in this last revision dll is not packaged with vmprotect New custom zone types have been added: NO_NOBLESS begin MinX=84638 MaxX=92616 MinY=-87170 MaxY=-82018 MinZ=-6000 MaxZ=0 Type=NO_NOBLESS KickOutPos=83007/148057/-3464 end This zone checks if the character is noble. If it does not meet the condition, it will be automatically kicked to the indicated position (KickOutPos). CUSTOM_SPAWN_ZONE begin MinX=77275 MaxX=85704 MinY=10122 MaxY=18066 MinZ=-8000 MaxZ=5000 Type=CUSTOM_SPAWN_ZONE OutPos=83007/148057/-3464 Spawns={{82984/18066/-5256}};{{79275/15147/-5248}};{{82922/14263/-5256}};{{83704/10122/-5288}} end This zone allows characters, upon death, to respawn with full buff, CP, HP and MP if they press “Fixed”. They will only be able to revive in one of the positions defined in Spawns. Both zones are fully configurable from territorydata.txt Development Repository (SVN) GX-EXT supports open, collaborative, and professional development. That’s why we provide access to our public SVN repository where you can: Compile your own version of the project Optimize and extend its features Learn from real production-quality source code Delayed access: The repository is always 2 months behind the latest commercial release to prevent unauthorized reselling. SVN URL: https://svn.l2servers.com.ar/!/#GX-EXT_INTERLUDE Username: gx Password: gx You can use tools like TortoiseSVN to download and work with the code.
  10. You can download new server update, plus an installer that will have your own C4 Cumulative server in 3 simple steps and above all (FREE). https://l2servers.com.ar https://www.mediafire.com/file/aktanlwyuqc9jsa/L2OFF_C4_C4_ACU_GXEXT.rar/file
  11. ok, I will add a system of that on the new c4 and h5 extenders as well.
  12. Anyone who needs help to open their own c4 server feel free to contact me. also in the next days i will upload a new dll with many extra functions added this last time!!!!
  13. [CliExt_Files] Enabled=1 MostrarMensajesConsola=1 ........ ........ ........ File_50={{[L2.exe];{379A0AD30E300AD8BB5DD8A149EBC515}} or [CliExt_Files] Enabled=1 MostrarMensajesConsola=1 ........ ........ ........ //File_50={{[L2.exe];{379A0AD30E300AD8BB5DD8A149EBC515}}
×
×
  • 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..