Jump to content

Gf Rev 83 Some Small Hexeditable Changes


Recommended Posts

Hi, you can freely use these (just hexedit GF rev 83 l2server.exe and replace what you want):

 

Original: 84 C0 74 23 48 8B 03 BA  A8 0A 00 00 48 8B CB FF

Allow skills on airships: 30 C0 74 23 48 8B 03 BA  A8 0A 00 00 48 8B CB FF

 

Original: 00 00 41 8A D7 49 8B CC E8 DF F7 FF FF

Keep buffs on mount: 00 00 41 8A D7 49 8B CC 90 90 90 90 90

 

Original: F8 E6 01 B2 01 48 8B CD E8 67 D7 FE FF

Keep buffs on dismount: F8 E6 01 B2 01 48 8B CD 90 90 90 90 90

 

Original: 8B 07 BA EC 02 00 00 48 8B CF FF 90 F8 07 00 00 90

If mob moves and skill fails (distance), at least auto attack it: 89 FA 4C 89 E9 90 90 90 90 90 B8 9C 0A 71 00 FF D0

 

Original: C7 43 18 1E 00 00 00 BA E8 03 00 00 41 B8 02 00

Shutdown 180 seconds: C7 43 18 B4 00 00 00 BA E8 03 00 00 41 B8 02 00

Shutdown n seconds: C7 43 18 nn0 nn1 nn2 nn3 BA E8 03 00 00 41 B8 02 00

 

 

Link to comment
Share on other sites

I figured I'd add one just for the hell of it...

 

No //announce character limit

 

Original: 4C 8B CB 4C 8B C6 BA 40 00 00 00 48 8D 8C 24 E0 00 00 00 E8 83 13 55 00 48 8D 8C 24 E0 00 00 00 E8 E6 0A 42 00
Replace: 48 8B CE 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 E8 E6 0A 42 00
 
Never was a big fan of random hex editing, way too lazy to write another extender guide though so
Link to comment
Share on other sites

 

I figured I'd add one just for the hell of it...

 

No //announce character limit

 

Original: 4C 8B CB 4C 8B C6 BA 40 00 00 00 48 8D 8C 24 E0 00 00 00 E8 83 13 55 00 48 8D 8C 24 E0 00 00 00 E8 E6 0A 42 00
Replace: 48 8B CE 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 E8 E6 0A 42 00
 
Never was a big fan of random hex editing, way too lazy to write another extender guide though so

 

 

I'm no fan of hex editing, I do everything inside my extender.

These are only some tiny bits that can be used without any C++ coding, function hooking, fake vtables etc.

 

EDIT: Brand new one (BUT NOT TESTED YET, JUST PATCHED LIVE IN MEMORY ON MY TESTERVER :))

 

Original: 84 C0 74 47 41 B8 74 00  00 00 48 8D 15 6A E7 4F

Remove annoying //load_npcsetting time condition ("can't load npc setting within 12 min."): 30 C0 74 47 41 B8 74 00  00 00 48 8D 15 6A E7 4F

Edited by eressea
Link to comment
Share on other sites

Can some one make a guide with extender please :( I read @Anarchy guide already but could not understand well :(

 

I'm still learning...

Link to comment
Share on other sites

Can some one make a guide with extender please :( I read @Anarchy guide already but could not understand well :(

yeah that guide sucks I need to write a new one but it's kinda a hard thing to dumb down to where someone who doesn't already know how to do it can actually understand it

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...