This is my second release or should i say first command found in my repack and release, aniway credits to whoever made this repack.. Hope you would enjoy it and sorry if it was release before.
Code:} else if (splitted[0].equals("@access")) {
mc.dropMessage("Welcome to [CalmMS's Easy ACCESS System] v1.0");
mc.dropMessage("----------------------------------------------");
mc.dropMessage("[Easy ACCESS] Commands");
mc.dropMessage("@access shops - Allows you to access Fredrick which he shall display all the shops in CalmMS.");
mc.dropMessage("@access skillmaxer - Shows up Nana(L)'s NPC Chat allowing you to max your skills anywhere.");
mc.dropMessage("@access job - Shows up Nana(O)'s NPC Chat allowing you to job advance anywhere anytime.");
mc.dropMessage("@access storage - Allows you to access the storage ANY TIME.");
mc.dropMessage("-----------------------------------------------");
mc.dropMessage("More commands will come soon to CalmMS.");
} if (splitted[1].equals("shops")) {
NPCScriptManager npc = NPCScriptManager.getInstance();
npc.start(c, 9030000);
} if (splitted[1].equals("skillmaxer")) {
NPCScriptManager npc = NPCScriptManager.getInstance();
npc.start(c, 9201025);
} if (splitted[1].equals("job")) {
NPCScriptManager npc = NPCScriptManager.getInstance();
npc.start(c, 9201026);
} if (splitted[1].equals("storage")) {
c.getPlayer().getStorage().sendStorage(c, 2080005);
}

