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!

L2O How to delete the help button (client)

Newbie Spellweaver
Joined
May 13, 2006
Messages
24
Reaction score
0
How to disable the Help button

For all of you who wants to disable the help button.
This is how you do it:

1:
Open the nwindow.dll with any normal hexeditor. I used XVI32(There is a reason for it)

2:
Search for the row 1AD3D8 and find:

5C 00 4C 00 32 00 74 00 65 00 78 00 74 00 5C 00 68 00 65 00 6C 00 70 00 2E 00 68 00 74 00 6D 00

3: Replace that line into:

2E 00 2E 00 2E 00 2E 00 2E 00 2E 00 2E 00 2E 00 2E 00 2E 00 2E 00 2E 00 2E 00 2E 00 2E 00 2E 00

4. You can now save the dll and you are done.


What did i just do?
You just removed the search line "l2test\help.htm" from the nwindow.dll

Results:

When pressing the help button a window will appear but no contents will be filled, since we did remove the search line to the file.

Wish you the best.

//Alth
 
Newbie Spellweaver
Joined
May 22, 2006
Messages
47
Reaction score
0
Tontor's patch has solved all known problems with exploits. :)
 
Newbie Spellweaver
Joined
May 13, 2006
Messages
24
Reaction score
0
_hel_ said:
Tontor's patch has solved all known problems with exploits. :)

Sure is the truth, but what would knowledge about something be if you would not know how todo it yourself? :p
 
Newbie Spellweaver
Joined
Apr 25, 2005
Messages
97
Reaction score
0
Altahlus said:
Sure is the truth, but what would knowledge about something be if you would not know how todo it yourself? :p


yeap :) aggreed to that :)
 
P

Pashtete

Guest
Yes, it delete help button, but not delete macros help and messadge help

How delete this helps???
 
Back
Top