7 posts found
-
Welcome to Lineage 1. You're going to want to always have a haste potion on, and use whatever your classes bravery potion is.
Specific polymorphs also make the walking animation smoother.
-
Just gives 500 error.
The image I am trying to upload is a png and is only 1.3kB
-
What error are you getting? I would assume it is your antivirus deleting it.
-
Pretty sure the address is 0x004E4320. They write NOP and JMP. If you look at that address before login.dll overwrites it, it should give you the value you need to add back the darkness.
-
Yeah it is a server-side fix. I'm sure there is a way to inject into the client to enable it, but I'm not sure where.
-
In S_ServerVersion.java you're passing through a country code (0x00 I assume). If you switch this to 0x01 it should enable mob colours for the client.
-
If you're concerned about it, just download DotPeek and view the source of the connector itself. It basically just downloads files to your machine and then launches Login.exe.
There is no injection code in the jLauncher itself, it is just an …