This is taken from Runescape Community:
Quote:
First off, this is a fact, not a speculation. My friend, who will remain unnamed, decompiles the Runescape Source code from time to time, and checks for new skills. He predicted the slayer skill update a long time ago, and the information was posted here. I'm sure some of you probably remember it. Sure enough, in a month or so, slayer came out.
Here is the section of RS source code that proves it.
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?