Changing Members and Detail.
I dont know weather this has been posted before or not, so here it comes.
Changing Members and detail:
This changes the client into a members or none members client, and changes from low to high detail. Its just one simple word to change it.
Go into Client.Java and search for Under it sould be this:
Code:
public final void init() {
anInt957 = 0;
anInt958 = 0;
method52(false);
aBoolean959 = true;
method2(503, false, 765);
}
method52 is High or Low Detail. aBoolean959 is Members, Just change the value around for an effect, so
Code:
method52(true);
aBoolean959 = false;
would make the client highdetail and Nonmembers. this wont work if you use something like
Code:
Java lowmem 0 20 25
for your run.bat, as it overrides this setting.