01whitec2 wrote:
This is taken from Runescape Community:
public class oc
{
public static int a = 25;
public static String b[] = {
"attack", "defence", "strength", "hitpoints", "ranged", "prayer", "magic", "cooking", "woodcutting", "fletching",
"fishing", "firemaking", "crafting", "smithing", "mining", "herblore", "agility", "thieving", "slayer", "farming",
"runecraft", "-unused-", "-unused-", "-unused-", "-unused-"
};
public static boolean c[] = {
true, true, true, true, true, true, true, true, true, true,
true, true, true, true, true, true, true, true, true, false,
true, false, false, false, false
};
}
So they are working on the farming skill now.
Whats ur views on it?
Here's my view.
As mike stated above why call the variables a, b, and c. The class is called oc. If this is the entire class it does nothing. The variables are all declared as
static. A static variable can only be accessed by things in that class. Consider a class as a group of actions of a program that perform a similar task. Methods are small sub routines in the main class. A static variable can only be accessed by methods of that class. Since this appears to be the entire class there would be no point to those variables. Also that way of declaring arrays, it does not seem like Jagex would do it that way. That is what I have to say about it.
I guess I have provided the programming perspective. This is all based on assuming that the 'oc' class. Ends there.
Farming would be nice though
Shane