View Full Version : How to remove runescape logo[+Rep]
Voxazi
July 3rd, 2010, 06:36
Im starting back up in scripting and i have forgotten how to remove the runescape logo on the startup screen. Could anyone help? +Rep
Sunni
July 3rd, 2010, 07:25
Wrong section and this is simple, but post in the right section first :).
supernovarsps
July 3rd, 2010, 07:42
Im starting back up in scripting and i have forgotten how to remove the runescape logo on the startup screen. Could anyone help? +Rep
this is in the wrong spot but this is very simple you go to your client the go to files then go to spirits and you should find it in there if you dont find it private message me and i can help you find it but thats were there mostly located at.
Brendan
July 3rd, 2010, 15:08
Wrong section and this is simple, but post in the right section first :).
If you notice that someone's posted in the wrong section, you should report them - otherwise we may not be able to find the thread and solve the problem. Thanks! :)
Voxazi, if you're unsure of where to post in the future, simply send a PM a moderator's way and we'll point you in the right direction. :)
Adam
July 3rd, 2010, 15:14
In Client.java search for:
class30_sub2_sub1_sub1 = new Class30_Sub2_Sub1_Sub1(aClass44_1053, "logo", 0);
replace with
class30_sub2_sub1_sub1 = new Class30_Sub2_Sub1_Sub1(aClass44_1053, "logo", 1);
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.