Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

CabalMain 374 PUBLIC + Multilang Support

Newbie Spellweaver
Joined
Aug 24, 2013
Messages
57
Reaction score
22
i use X-New client
i try change mainEX.dat from 06 -> 03 but when i run client 03 -> 06 again?
maybe i should edit cabalmain.exe right?


Edit cabalmain.exe (use ollydbg):
Code:
00455980 -> MOV DWORD PTR DS:[ECX+75],[COLOR=#ff0000]6
[/COLOR]00455ADC -> MOV DWORD PTR DS:[ECX+75],[COLOR=#ff0000]6[/COLOR]
Change 6 to 0x3 (Or any other language code that you want to use)
English (0x2)
French (0x5)
German (0xC)
Italian (0xD)
Spanish (0xE)
Turkish (0xF)
 
Newbie Spellweaver
Joined
Jul 29, 2011
Messages
82
Reaction score
4
Edit cabalmain.exe (use ollydbg):
Code:
00455980 -> MOV DWORD PTR DS:[ECX+75],[COLOR=#ff0000]6
[/COLOR]00455ADC -> MOV DWORD PTR DS:[ECX+75],[COLOR=#ff0000]6[/COLOR]
Change 6 to 0x3 (Or any other language code that you want to use)
English (0x2)
French (0x5)
German (0xC)
Italian (0xD)
Spanish (0xE)
Turkish (0xF)

thank you very much :)

i use cabal official files

when i run client alert cabal_msg.enc maybe some line doesn't match ?
 
Experienced Elementalist
Joined
Feb 17, 2015
Messages
263
Reaction score
119
Wrong Prefix

Changelog_v1:
Fixed crafted item wrong prefix (of Amp. SIG Metal +7)

Enable multi-lang support
English (0x2) (default)
French (0x5)
German (0xC)
Italian (0xD)
Spanish (0xE)
Turkish (0xF)

...
[/CODE]

How to fix the wrong prefix (of Amp. SIG Metal +7)? :?:
 
Back
Top