Jump to content

AlemaNOB

Members
  • Posts

    242
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by AlemaNOB

  1. you are making spam ---------- q dejes de postear sin sentido, si no llegas a la cantidad de post para verlo, busca en algun otro foro q por ahi encontras algo, o postea en este mismo foro hasta tener la cantidad necesaria, pero cosas CON sentido, no en cualqier lado a cada rato edit: well, you have 80 post now, happy? xD
  2. razor, maybe you use other version of l2j, you have to edit the file manually and erase those "`"
  3. taken from ragezone jar cant be edited. take java files to edit. Heres the hierachy: .java file -> .class file -> .jar file. When u want to edit a jar file, u have to use winrar for example and unzip it. Then you got some class files. When u are lucky u can decompile this class files with jad.exe (goolge for it) but the best way is to edit java files and compile it yourself. there is a program named DJ Java Decompiler where you can decompile *.jar files as well :)
  4. i think this is not possible because that info now is encrypted (Hp, Mp Cp etc) since c4 i dont see any program to see that info
  5. that exploit is fixed in most server (the script of hlapex/phx) i just try in frozen and dont work
  6. well, i didnt find the files, but this is the complete system with the edited files :P you can put ñ and acents -acentos, supongo q se dice asi xD- (for spanish people) and all the russian letters (i think, i dont try this , but in the forum where this system is posted say that is possible all letters) System Credits to Vega from RageZone
  7. emule for music, and torrent for the rest :D
  8. ok, i didnt try with that system xD glad to see you server working :D
  9. when you kill someone with zariche or akamanah your stats grow up, in some servers, the bug is that if you kill some pet or summon, is the same as other player
  10. well i download the loader of your server and create account, when i try to login l2 give me a system error :/ im in work now, later i will see again, sorry
  11. mmmm later i donwload the patch and see what happen ok?
  12. ^^ 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
  13. he already have the kamael client, he is asking about the test server i think gms are testing that server (resolving bugs, testing skills, stuffs like that) so you have to wait this is posted by rizio, site admin, Non ho ancora una data certa, mi spiace. Devo recuperare una connessione valida e a buon prezzo. i think he say that they dont have a exactly date when the server go live sorry for my english (i think i understund some of that italian too xD) anyway, ask one of the gm in the server for that :P
  14. hey you have a nice server off topic i think i got some stuff for you in client moding ;D see my post
  15. 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)
  16. if you say name of server or webpage maybe someone can help you
  17. :O im looking for this, ty very much i love file edit :P i hate to edit .ini with dos and l2encdec xD
  18. i upload in a moment, but im having problem opening the game with the loader, sometimes i need to open 2 or 3 times before kamael launch :S edit: i dont know if this problem happen beacause i edit user and l2 .ini to have zoom and other things, i try in a moment with the patched system without changes last edit :P well i found in the forum l2 file edit and system patcher for kamael... so i go to try and see if the problem dissapear, i post the system with the file edit in other thread ok? if someone else want the system is easy to see in a new post in the client mods section, later i give the link well, finally i have my system working, and even better without loader :D see the post i made ^^
  19. nice share???? the 2 links isnt working spammer -.-
  20. i try in c4, c5 and interlude, but nothing, i try to open after and before the server login maybe likestar say is a tool for developers
  21. i only try berseker, really good skills, but its really gay xD i dont like it
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock