Author Topic: asdlkfhasdlkfj  (Read 105 times)

KutiePie

  • Global Moderator
  • Junior
  • *****
  • Posts: 62
    • View Profile
asdlkfhasdlkfj
« on: August 06, 2011, 06:35:12 am »
/*MADE BY: kutiepie ;D!*/

/*//////////////////////////////////
Contains:
-serverpanel toggle
-Staff name,controls
-Stat Data
-XP rate Data













/////////////////////////////////*/
public class ServerData {

//server Panel
   public static boolean sPanel=true;

//edit/add/del the names of staff here :3
   public static String ownersName="YOURNAMEHERE";
   public static String hiddenMods[]={"Mod1","mod2","mod3","mod4"};
   public static String hiddenAdmins[]={"Admin1","admin2","admin3","admin4"};


//Stat Data
   public static int MAXLEVEL = 130;//max level obtainable(NOT COMBAT!)
   public static int MAXXP=500000000;//500M xp(max xp a player can get in a skill)

//not yet added
//FYI--need to be implemented still
   public static int baseRate=1700;//when fighting uncontrolled for atk/str/or def(1700*damage done)
   public static int hpRate=(int)baseRate/4;//the hp rate given





/*Ze end!!*/
}

Share on Bluesky Share on Facebook