Jump to content

Recommended Posts

Posted

after 2 days trying to mod ct1, i have many problem, most of them with loaderct1 and zoom in game, i patched system with dstuff tools, but when i try to open the game, i have to open the loader 2 or 3 times, i dont know why, but... finally i found all i need to open the game without loader :D i hope you undestund me, im learning english playing lineage and final fantasy xD (my profile says that im from Afghanistan, but im from Argentina=spanish :P)

 

so, all we need is a original system ct1, delete your system and update from LineageII or download this system, updated from official CT1 today (in 7zip)

 

donwload System Patcher (thanks to Angel Of Death for share, and the credits of course for CrazyRabbit) copy this file too the system folder, open, put a K (of Kamael :P) and press enter to start the patcher

 

when the patching finish, you need the L2.exe from here to open the game (with this the loaderct1 is not needed, credits for this file for Sylphia from L2WH)

 

with this instructions the system work perfect to me

 

if you want to mod a little, download L2 FileEdit (same as System Patcher ^^)

you have to know that all changes are the same as interlude (titles range, frame window, mouse wheel speed) except for unlimited zoom

 

this is extrated from a post of Sylphia on L2WH, i have to try this, so dont know if work

 

Zoom patch now needs to be actived after you enter the world.

Add this key binding:

Pause=set Engine.LineagePlayerController MaxZoomingDist 65535

to user.ini,then press Pause/Break key after you enter the world,everything will goes fine.

 

this is the system with all this modifications (no loader, w/o window frame, more titles/npc range, mouse weehl speed accelerated)

 

but i dont know yet how to activate the zoom :/

 

i hope you like this share ^^ nothing is mine, but i work to find all this :P

i scan all files, and no virus found, feel free to scan (maybe l2.exe modified for sylphia give an alert by some paranoic antivirus like avg)

Posted

^^

 

she posted this in l2wh, i hope it help crazyrabbit :P

 

Actually I've made a patch for Chinese CT1 Client.

Using OllyDbg to debug L2.exe and learn the encoding method of themdia,and find the RSA key in encrypted l2.exe.

Finnally I've found the way to make the patch.

 

http://www.sylphia.org/weblog/2007/10/28/27.xhtml

 

Sorry it's all in Chinese but you guys should find the link to system.rar easily.

Download it,and extract l2.exe for futher operations.

 

First,the original RSA key in l2.exe should be encrypted as

"4F 8C 2D 22 49 8E 01 F0 4D 87 2D 20 7C 8C FC F2 ....." (maybe at offset 0x5ad90h)

Just search this code and from the first byte "4F",replace with bytes start from offset 0x5ad90h to 0x5ae9fh in my l2.exe.

 

And I share my algorithm here(C#):

 

FileStream fs=new FileStream("l2.exe",FileMode.Open); //l2.exe patched C6 version l2.exe(460KB)

BinaryReader rdr = new BinaryReader(fs);

fs.Seek(0x57d90, SeekOrigin.Begin); // the RSA key offset in old l2.exe

 

FileStream wfs = new FileStream("l2.new.exe", FileMode.Open); //CT1 l2.exe(2MB)

wfs.Seek(0x5ad90, SeekOrigin.Begin); ////the RSA key offset in new l2.exe

 

uint var1 = 0x7AADD5F4;

uint var2 = 0x572245D0;

uint var3 = 0x72668f26;

 

for(int i=0;i<256;i+=4){

  uint src = rdr.ReadUInt32();

  src -= var3;

  src -= var2;

  src -= var1;

  byte[] temp = BitConverter.GetBytes(src);

  wfs.Write(temp, 0, 4);

}

 

fs.Close();

fs.Dispose();

 

wfs.Close();

wfs.Dispose();

 

edit: this is to patch the l2.exe

  • 1 year later...
Guest
This topic is now closed to further replies.


  • Posts

    • Acabei de liberar no TopL2.com o nosso MOD Oficial de VoteSystem, criado para servidores Lineage 2 que querem parar de sofrer com voto “fake” e reward entregue sem controle.   O que ele faz? O mod integra seu GameServer com o site TopL2, valida o voto do jogador e só então libera a recompensa — tudo com mais segurança, rastreio e controle.   Principais vantagens Voto verificado: o servidor confirma o voto registrado no site Reward mais seguro: evita abuso/duplicação e reduz exploit Cooldown configurável por jogador Logs e rastreio para auditoria e suporte   Instalação rápida, com arquivos organizados e prontos para copiar/aplicar   Disponível para download no https://TopL2.com   Se você é admin e quer profissionalizar seu sistema de votos e entregar reward com segurança, esse mod é pra você.  
    • Geia sas paidia eimai new edw mesa kai tha ithela na kanw mia erwtisi an kapoios mporei na me voithisei! Exw highfive (L2JMobius) kai thelw na valw custom weapons alla den exw sql file mporw na ta perasw xwris sql file kai na exw mono ta xml arxeia gia na ta valw stats/items?
    • ## [1.4.0] - 2026-01-28   ### ✨ New Features - **Vote System**: Lineage 2 servers can now use our vote–reward system. Players vote on the website and claim rewards in-game (1 vote = 1 claim) - **Vote Page**: On each server’s page (`/servers/<server>`), a **“Vote for Server”** button opens a dedicated vote page with cooldown info and optional Turnstile verification - **By Votes View**: The **“By Votes”** tab on the main page shows **actual vote counts** per server - **API Documentation**: New **API Docs** page at `/docs` (and footer link) with HMAC auth, endpoints, and examples for game server integration - **Vote API (My Servers)**: Server owners can open **“Vote API”** in My Servers to manage credentials, cooldown, allowed IPs, and open the docs   ### 🔄 Improvements - **Server Pages**: Single-server data is cached and loads faster; server pages can be opened by ID or by name (e.g. `/servers/my-server-name`) - **API Root**: Visiting the API root redirects to the docs URL configured in admin (default: site docs page) - **Admin Panel**: New **“Vote System”** tab for global settings (Turnstile, API security, default cooldown, docs URL)   ### 🔐 Security & Reliability - Turnstile (CAPTCHA) support for vote submissions to reduce abuse - HMAC-protected game server API for secure vote check/claim and stats
  • Topics

×
×
  • 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..