eressea Posted June 14, 2016 Posted June 14, 2016 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 Quote
ericvini Posted June 14, 2016 Posted June 14, 2016 Thank you. Great to see someone who can do this active again. Quote
Anarchy Posted June 14, 2016 Posted June 14, 2016 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 Quote
eressea Posted June 14, 2016 Author Posted June 14, 2016 (edited) On 6/14/2016 at 6:03 PM, Anarchy said: 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 June 14, 2016 by eressea Quote
ginji Posted June 17, 2016 Posted June 17, 2016 Can some one make a guide with extender please :( I read @Anarchy guide already but could not understand well :( Quote
eressea Posted June 17, 2016 Author Posted June 17, 2016 On 6/17/2016 at 1:48 PM, ginji said: Can some one make a guide with extender please :( I read @Anarchy guide already but could not understand well :( I'm still learning... Quote
Anarchy Posted June 17, 2016 Posted June 17, 2016 On 6/17/2016 at 1:48 PM, ginji said: 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.