Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Gtfo my eggs

Pages: [1]
1
Suggestions, Compliments, And Questions / Runescape to RuneRebels
« on: May 17, 2014, 02:12:19 pm »
With my suggestion I would like to see Runescape removed from interfaces and to be replaced with our server's name :P or to have the banks say "The Bank of Gielinor" (which is the name of all the runescape land)





Code: [Select]
(rsInterface.interfaceType == 4) {
    rsInterface.disabledMessage = stream.readString().replaceAll("RuneScape", "RuneRebel");
    rsInterface.enabledMessage = stream.readString();
   } - Handles EVERY place the interface says "Runescape"

Pages: [1]