-
Posts
50 -
Joined
-
Last visited
-
Days Won
6 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by GX-Ext
-
WTS ⭐Client Optimization Sources H5/166EU⭐
GX-Ext replied to GX-Ext's topic in Marketplace [L2Packs & Files]
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.. -
WTS ⭐Client Optimization Sources H5/166EU⭐
GX-Ext replied to GX-Ext's topic in Marketplace [L2Packs & Files]
Ask whatever you need, no problem. -
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
-
Request Looking for a working Ibserver (Prime Shop / Item Mall)
GX-Ext replied to Kowalskiz's question in Request Server Development Help [L2OFF]
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... -
Request Looking for a working Ibserver (Prime Shop / Item Mall)
GX-Ext replied to Kowalskiz's question in Request Server Development Help [L2OFF]
I sell -
The demo version is no longer available.
-
Share 🌟 [RELEASE] Full Lineage 2 C4 Accumulative
GX-Ext replied to GX-Ext's topic in Server Shares & Files [L2OFF]
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. -
WTS L2OFF C4/C6/Classic Intelrude | Datapack/Sources
GX-Ext replied to ZOUMHS's topic in Marketplace [L2Packs & Files]
It would be nice if you sold everything together for $20. -
Share 🌟 [RELEASE] Full Lineage 2 C4 Accumulative
GX-Ext replied to GX-Ext's topic in Server Shares & Files [L2OFF]
https://discord.gg/EcJZasaG -
Share 🌟 [RELEASE] Full Lineage 2 C4 Accumulative
GX-Ext replied to GX-Ext's topic in Server Shares & Files [L2OFF]
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. -
Share 🌟 [RELEASE] Full Lineage 2 C4 Accumulative
GX-Ext replied to GX-Ext's topic in Server Shares & Files [L2OFF]
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 -
Share 🌟 [RELEASE] Full Lineage 2 C4 Accumulative
GX-Ext replied to GX-Ext's topic in Server Shares & Files [L2OFF]
ok, I will add a system of that on the new c4 and h5 extenders as well. -
Share 🌟 [RELEASE] Full Lineage 2 C4 Accumulative
GX-Ext replied to GX-Ext's topic in Server Shares & Files [L2OFF]
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!!!! -
Share 🌟 [RELEASE] Full Lineage 2 C4 Accumulative
GX-Ext replied to GX-Ext's topic in Server Shares & Files [L2OFF]
[CliExt_Files] Enabled=1 MostrarMensajesConsola=1 ........ ........ ........ File_50={{[L2.exe];{379A0AD30E300AD8BB5DD8A149EBC515}} or [CliExt_Files] Enabled=1 MostrarMensajesConsola=1 ........ ........ ........ //File_50={{[L2.exe];{379A0AD30E300AD8BB5DD8A149EBC515}} -
Share 🌟 [RELEASE] Full Lineage 2 C4 Accumulative
GX-Ext replied to GX-Ext's topic in Server Shares & Files [L2OFF]
ilext.ini [L2Server] ;Builder protection - builder account id list separated with space BuilderAccountIdList=1 2 add your account id -
Share 🌟 [RELEASE] Full Lineage 2 C4 Accumulative
GX-Ext replied to GX-Ext's topic in Server Shares & Files [L2OFF]
IlExt.ini [CliExt_Files] Enabled=1 MostrarMensajesConsola=1 ........ ........ ........ File_50={{[L2.exe];{379A0AD30E300AD8BB5DD8A149EBC515}} or Enabled=0 Good Luck -
there are only the offers of: 1 license in Russia 1 license in Brazil Greetings.
-
Special Offer – Limited Time Only! I'm offering a 60% discount for: 1 license in Russia 1 license in Greece 1 license in Brazil This is a one-time opportunity to get access to one of the most complete and secure L2OFF Extenders at a special price. First come, first served! Interested? Send me a private message. Let me know your project and why you want the discount. Let’s grow the community together!
-
what is this all about? I don't know English, I don't understand it.
-
I can tell you are very much in love with me. Greetings.
-
you can try our L2OFF H5 extender in its demo version. If you have any questions, please do not hesitate to contact me. Best regards.
-
you can check all my posts and see that i get nonsense downvotes. i have seen this done to other users as well.... This is no longer the fault of the people, but of the administrators who allow the abuse of this. Regards
-
if someday you want to migrate your c4 thing you have to a modern server like H5 with protocol 110 don't hesitate to contact me. by the way some clients have told me that I can only charge you with Crypto... I don't know why they say that... Greetings.
-
you have a lot of brains that's why you have reopened your server 400 times approximately... Congratulations. Greetings.
