Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How To Make A Maplestory v111 (Lithium Based) Private Server

Initiate Mage
Joined
Aug 14, 2013
Messages
4
Reaction score
0
I need help please uhh in netbeans I seem to be getting this error

ant -f C:\\Users\\Admin\\Documents\\NetBeansProjects\\Lithium jar
init:
Deleting: C:\Users\Admin\Documents\NetBeansProjects\Lithium\build\built-jar.properties
deps-jar:
Updating property file: C:\Users\Admin\Documents\NetBeansProjects\Lithium\build\built-jar.properties
Compiling 331 source files to C:\Users\Admin\Documents\NetBeansProjects\Lithium\build\classes
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3087: illegal start of type
Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3307: illegal start of type
final Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3329: illegal start of type
final Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3379: illegal start of type
final Map<Skill, SkillEntry> newL = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3847: illegal start of type
final Map<Skill, SkillEntry> skilz = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:7626: illegal start of type
final Map<Byte, Integer> eq = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:7652: illegal start of type
Map<MapleStat, Integer> stat = new EnumMap<>(MapleStat.class);
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:58: illegal start of type
private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:58: illegal start of type
private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:58: illegal start of type
private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:59: illegal start of type
private EnumMap<Element, Integer> elemBoosts = new EnumMap<>(Element.class);
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:60: illegal start of type
private List<Equip> durabilityHandling = new ArrayList<>(), equipLevelHandling = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:60: illegal start of type
private List<Equip> durabilityHandling = new ArrayList<>(), equipLevelHandling = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:369: illegal start of type
final Map<Skill, SkillEntry> sData = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:2405: illegal start of type
List<Equip> all = new ArrayList<>(equipLevelHandling);
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:2448: illegal start of type
List<Equip> all = new ArrayList<>(durabilityHandling);
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:440: illegal start of type
final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:474: illegal start of type
final List<List<StructItemOption>> pots = new LinkedList<>(ii.getAllPotentialInfo().values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:967: illegal start of type
final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:2274: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:2510: illegal start of type
final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:3386: illegal start of type
final List<String> lines = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\ItemMakerHandler.java:691: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MobHandler.java:115: illegal start of type
final List<Pair<Integer, Integer>> unk3 = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MobHandler.java:118: illegal start of type
unk3.add(new Pair<>(Integer.valueOf(slea.readShort()), Integer.valueOf(slea.readShort())));
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MobHandler.java:120: illegal start of type
final List<Integer> unk2 = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MovementParse.java:37: illegal start of type
final List<LifeMovementFragment> res = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\PlayersHandler.java:542: illegal start of type
final List<Integer> newDrops = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\PlayersHandler.java:682: illegal start of type
List<Pair<Integer, String>> players1 = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\PlayersHandler.java:684: illegal start of type
players1.add(new Pair<>(players.get(xx).getId(), players.get(xx).getName()));
C:\Users\Admin\Desktop\trunk\src\handling\login\handler\CharLoginHandler.java:265: illegal start of type
final Map<Skill, SkillEntry> ss = new HashMap<>();
^
C:\Users\Admin\Desktop\trunk\src\handling\login\handler\CharLoginHandler.java:280: illegal start of type
final Map<Skill, SkillEntry> ss2 = new HashMap<>();
^
C:\Users\Admin\Desktop\trunk\src\handling\login\handler\CharLoginHandler.java:407: illegal start of type
final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:574: illegal start of type
final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(grade).values());
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:668: illegal start of type
final Map<Skill, SkillEntry> skills = new HashMap<>(getPlayer().getSkills());
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:669: illegal start of type
final Map<Skill, SkillEntry> newList = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:1384: illegal start of type
HashMap<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:1394: illegal start of type
HashMap<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:1422: illegal start of type
List<Integer> list = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:27: illegal start of type
private final Map<Integer, List<Integer>> openBox = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:82: illegal start of type
List<Integer> availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:92: illegal start of type
availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:103: illegal start of type
availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:112: illegal start of type
availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:849: illegal start of type
final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:862: illegal start of type
final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:918: illegal start of type
final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:931: illegal start of type
final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:49: illegal start of type
protected final Map<Integer, Map<Integer, StructItemOption>> socketCache = new HashMap<>(); // Grade, (id, data)
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:112: illegal start of type
items = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:145: illegal start of type
final Map<Integer, StructItemOption> gradeS = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:146: illegal start of type
final Map<Integer, StructItemOption> gradeA = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:147: illegal start of type
final Map<Integer, StructItemOption> gradeB = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:148: illegal start of type
final Map<Integer, StructItemOption> gradeC = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:149: illegal start of type
final Map<Integer, StructItemOption> gradeD = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\StructItemOption.java:38: illegal start of type
public Map<String, Integer> data = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1018: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1042: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1415: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1459: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1538: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\quest\MapleQuestAction.java:233: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\quest\MapleQuestAction.java:484: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:1506: illegal start of type
partymembers = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:1508: illegal start of type
partymembers = new ArrayList<>(party.getMembers());
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:2572: illegal start of type
final Map<MapleStat.Temp, Integer> stats = new EnumMap<>(MapleStat.Temp.class);
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:2588: illegal start of type
final Map<MapleStat.Temp, Integer> stats = new EnumMap<>(MapleStat.Temp.class);
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:2907: illegal start of type
List<Integer> chairs = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:3430: illegal start of type
List<Pair<Integer, Long>> size = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:3435: illegal start of type
size.add(new Pair<>(f.familiar, i.getInventoryId()));
C:\Users\Admin\Desktop\trunk\src\tools\packet\LoginPacket.java:253: illegal start of type
List<Pair<String, Integer>> flags = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:152: illegal start of type
final Map<Integer, Integer> skillsWithoutMax = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:153: illegal start of type
final Map<Integer, Long> skillsWithExpiration = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:154: illegal start of type
final Map<Integer, Byte> skillsWithMax = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:442: illegal start of type
final Map<Byte, Integer> myEquip = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:443: illegal start of type
final Map<Byte, Integer> maskedEquip = new LinkedHashMap<>();
76 errors
C:\Users\Admin\Documents\NetBeansProjects\Lithium\nbproject\build-impl.xml:913: The following error occurred while executing this line:
C:\Users\Admin\Documents\NetBeansProjects\Lithium\nbproject\build-impl.xml:265: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 4 seconds)

Then I get an error at the bottom left "Build of Lithium(.jar) failed.

Code:
ant -f C:\\Users\\Admin\\Documents\\NetBeansProjects\\Lithium jarinit:
Deleting: C:\Users\Admin\Documents\NetBeansProjects\Lithium\build\built-jar.properties
deps-jar:
Updating property file: C:\Users\Admin\Documents\NetBeansProjects\Lithium\build\built-jar.properties
Compiling 331 source files to C:\Users\Admin\Documents\NetBeansProjects\Lithium\build\classes
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3087: illegal start of type
        Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3307: illegal start of type
        final Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3329: illegal start of type
        final Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3379: illegal start of type
        final Map<Skill, SkillEntry> newL = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3847: illegal start of type
        final Map<Skill, SkillEntry> skilz = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:7626: illegal start of type
        final Map<Byte, Integer> eq = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:7652: illegal start of type
        Map<MapleStat, Integer> stat = new EnumMap<>(MapleStat.class);
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:58: illegal start of type
    private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:58: illegal start of type
    private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:58: illegal start of type
    private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:59: illegal start of type
    private EnumMap<Element, Integer> elemBoosts = new EnumMap<>(Element.class);
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:60: illegal start of type
    private List<Equip> durabilityHandling = new ArrayList<>(), equipLevelHandling = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:60: illegal start of type
    private List<Equip> durabilityHandling = new ArrayList<>(), equipLevelHandling = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:369: illegal start of type
        final Map<Skill, SkillEntry> sData = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:2405: illegal start of type
        List<Equip> all = new ArrayList<>(equipLevelHandling);
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:2448: illegal start of type
        List<Equip> all = new ArrayList<>(durabilityHandling);
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:440: illegal start of type
        final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:474: illegal start of type
            final List<List<StructItemOption>> pots = new LinkedList<>(ii.getAllPotentialInfo().values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:967: illegal start of type
                            final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:2274: illegal start of type
                    final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:2510: illegal start of type
                            final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:3386: illegal start of type
                    final List<String> lines = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\ItemMakerHandler.java:691: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MobHandler.java:115: illegal start of type
        final List<Pair<Integer, Integer>> unk3 = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MobHandler.java:118: illegal start of type
            unk3.add(new Pair<>(Integer.valueOf(slea.readShort()), Integer.valueOf(slea.readShort())));
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MobHandler.java:120: illegal start of type
        final List<Integer> unk2 = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MovementParse.java:37: illegal start of type
        final List<LifeMovementFragment> res = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\PlayersHandler.java:542: illegal start of type
        final List<Integer> newDrops = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\PlayersHandler.java:682: illegal start of type
        List<Pair<Integer, String>> players1 = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\PlayersHandler.java:684: illegal start of type
            players1.add(new Pair<>(players.get(xx).getId(), players.get(xx).getName()));
C:\Users\Admin\Desktop\trunk\src\handling\login\handler\CharLoginHandler.java:265: illegal start of type
				final Map<Skill, SkillEntry> ss = new HashMap<>();
				                                              ^
C:\Users\Admin\Desktop\trunk\src\handling\login\handler\CharLoginHandler.java:280: illegal start of type
				final Map<Skill, SkillEntry> ss2 = new HashMap<>();
				                                               ^
C:\Users\Admin\Desktop\trunk\src\handling\login\handler\CharLoginHandler.java:407: illegal start of type
        final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:574: illegal start of type
                final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(grade).values());
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:668: illegal start of type
        final Map<Skill, SkillEntry> skills = new HashMap<>(getPlayer().getSkills());
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:669: illegal start of type
        final Map<Skill, SkillEntry> newList = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:1384: illegal start of type
        HashMap<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:1394: illegal start of type
        HashMap<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:1422: illegal start of type
        List<Integer> list = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:27: illegal start of type
    private final Map<Integer, List<Integer>> openBox = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:82: illegal start of type
        List<Integer> availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:92: illegal start of type
        availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:103: illegal start of type
        availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:112: illegal start of type
        availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:849: illegal start of type
            final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:862: illegal start of type
            final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:918: illegal start of type
            final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:931: illegal start of type
            final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:49: illegal start of type
    protected final Map<Integer, Map<Integer, StructItemOption>> socketCache = new HashMap<>(); // Grade, (id, data)
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:112: illegal start of type
            items = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:145: illegal start of type
        final Map<Integer, StructItemOption> gradeS = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:146: illegal start of type
        final Map<Integer, StructItemOption> gradeA = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:147: illegal start of type
        final Map<Integer, StructItemOption> gradeB = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:148: illegal start of type
        final Map<Integer, StructItemOption> gradeC = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:149: illegal start of type
        final Map<Integer, StructItemOption> gradeD = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\StructItemOption.java:38: illegal start of type
    public Map<String, Integer> data = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1018: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1042: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1415: illegal start of type
                        final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1459: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1538: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\quest\MapleQuestAction.java:233: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\quest\MapleQuestAction.java:484: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:1506: illegal start of type
                partymembers = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:1508: illegal start of type
                partymembers = new ArrayList<>(party.getMembers());
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:2572: illegal start of type
        final Map<MapleStat.Temp, Integer> stats = new EnumMap<>(MapleStat.Temp.class);
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:2588: illegal start of type
        final Map<MapleStat.Temp, Integer> stats = new EnumMap<>(MapleStat.Temp.class);
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:2907: illegal start of type
        List<Integer> chairs = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:3430: illegal start of type
        List<Pair<Integer, Long>> size = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:3435: illegal start of type
                    size.add(new Pair<>(f.familiar, i.getInventoryId()));
C:\Users\Admin\Desktop\trunk\src\tools\packet\LoginPacket.java:253: illegal start of type
        List<Pair<String, Integer>> flags = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:152: illegal start of type
            final Map<Integer, Integer> skillsWithoutMax = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:153: illegal start of type
            final Map<Integer, Long> skillsWithExpiration = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:154: illegal start of type
            final Map<Integer, Byte> skillsWithMax = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:442: illegal start of type
        final Map<Byte, Integer> myEquip = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:443: illegal start of type
        final Map<Byte, Integer> maskedEquip = new LinkedHashMap<>();
76 errors
C:\Users\Admin\Documents\NetBeansProjects\Lithium\nbproject\build-impl.xml:913: The following error occurred while executing this line:
C:\Users\Admin\Documents\NetBeansProjects\Lithium\nbproject\build-impl.xml:265: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 4 seconds)

I Seem to be gettin tis error its really hard to resolve

Code:
ant -f C:\\Users\\Admin\\Documents\\NetBeansProjects\\Lithium jarinit:
Deleting: C:\Users\Admin\Documents\NetBeansProjects\Lithium\build\built-jar.properties
deps-jar:
Updating property file: C:\Users\Admin\Documents\NetBeansProjects\Lithium\build\built-jar.properties
Compiling 331 source files to C:\Users\Admin\Documents\NetBeansProjects\Lithium\build\classes
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3087: illegal start of type
        Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3307: illegal start of type
        final Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3329: illegal start of type
        final Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3379: illegal start of type
        final Map<Skill, SkillEntry> newL = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:3847: illegal start of type
        final Map<Skill, SkillEntry> skilz = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:7626: illegal start of type
        final Map<Byte, Integer> eq = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\MapleCharacter.java:7652: illegal start of type
        Map<MapleStat, Integer> stat = new EnumMap<>(MapleStat.class);
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:58: illegal start of type
    private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:58: illegal start of type
    private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:58: illegal start of type
    private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:59: illegal start of type
    private EnumMap<Element, Integer> elemBoosts = new EnumMap<>(Element.class);
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:60: illegal start of type
    private List<Equip> durabilityHandling = new ArrayList<>(), equipLevelHandling = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:60: illegal start of type
    private List<Equip> durabilityHandling = new ArrayList<>(), equipLevelHandling = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:369: illegal start of type
        final Map<Skill, SkillEntry> sData = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:2405: illegal start of type
        List<Equip> all = new ArrayList<>(equipLevelHandling);
C:\Users\Admin\Desktop\trunk\src\client\PlayerStats.java:2448: illegal start of type
        List<Equip> all = new ArrayList<>(durabilityHandling);
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:440: illegal start of type
        final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:474: illegal start of type
            final List<List<StructItemOption>> pots = new LinkedList<>(ii.getAllPotentialInfo().values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:967: illegal start of type
                            final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:2274: illegal start of type
                    final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:2510: illegal start of type
                            final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\InventoryHandler.java:3386: illegal start of type
                    final List<String> lines = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\ItemMakerHandler.java:691: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MobHandler.java:115: illegal start of type
        final List<Pair<Integer, Integer>> unk3 = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MobHandler.java:118: illegal start of type
            unk3.add(new Pair<>(Integer.valueOf(slea.readShort()), Integer.valueOf(slea.readShort())));
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MobHandler.java:120: illegal start of type
        final List<Integer> unk2 = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\MovementParse.java:37: illegal start of type
        final List<LifeMovementFragment> res = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\PlayersHandler.java:542: illegal start of type
        final List<Integer> newDrops = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\PlayersHandler.java:682: illegal start of type
        List<Pair<Integer, String>> players1 = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\handling\channel\handler\PlayersHandler.java:684: illegal start of type
            players1.add(new Pair<>(players.get(xx).getId(), players.get(xx).getName()));
C:\Users\Admin\Desktop\trunk\src\handling\login\handler\CharLoginHandler.java:265: illegal start of type
                final Map<Skill, SkillEntry> ss = new HashMap<>();
                                                              ^
C:\Users\Admin\Desktop\trunk\src\handling\login\handler\CharLoginHandler.java:280: illegal start of type
                final Map<Skill, SkillEntry> ss2 = new HashMap<>();
                                                               ^
C:\Users\Admin\Desktop\trunk\src\handling\login\handler\CharLoginHandler.java:407: illegal start of type
        final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:574: illegal start of type
                final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(grade).values());
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:668: illegal start of type
        final Map<Skill, SkillEntry> skills = new HashMap<>(getPlayer().getSkills());
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:669: illegal start of type
        final Map<Skill, SkillEntry> newList = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:1384: illegal start of type
        HashMap<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:1394: illegal start of type
        HashMap<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\scripting\NPCConversationManager.java:1422: illegal start of type
        List<Integer> list = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:27: illegal start of type
    private final Map<Integer, List<Integer>> openBox = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:82: illegal start of type
        List<Integer> availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:92: illegal start of type
        availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:103: illegal start of type
        availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\CashItemFactory.java:112: illegal start of type
        availableSN = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:849: illegal start of type
            final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:862: illegal start of type
            final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:918: illegal start of type
            final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleInventoryManipulator.java:931: illegal start of type
            final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:49: illegal start of type
    protected final Map<Integer, Map<Integer, StructItemOption>> socketCache = new HashMap<>(); // Grade, (id, data)
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:112: illegal start of type
            items = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:145: illegal start of type
        final Map<Integer, StructItemOption> gradeS = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:146: illegal start of type
        final Map<Integer, StructItemOption> gradeA = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:147: illegal start of type
        final Map<Integer, StructItemOption> gradeB = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:148: illegal start of type
        final Map<Integer, StructItemOption> gradeC = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\MapleItemInformationProvider.java:149: illegal start of type
        final Map<Integer, StructItemOption> gradeD = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\StructItemOption.java:38: illegal start of type
    public Map<String, Integer> data = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1018: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1042: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1415: illegal start of type
                        final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1459: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\maps\MapScriptMethods.java:1538: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\quest\MapleQuestAction.java:233: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\server\quest\MapleQuestAction.java:484: illegal start of type
                final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:1506: illegal start of type
                partymembers = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:1508: illegal start of type
                partymembers = new ArrayList<>(party.getMembers());
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:2572: illegal start of type
        final Map<MapleStat.Temp, Integer> stats = new EnumMap<>(MapleStat.Temp.class);
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:2588: illegal start of type
        final Map<MapleStat.Temp, Integer> stats = new EnumMap<>(MapleStat.Temp.class);
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:2907: illegal start of type
        List<Integer> chairs = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:3430: illegal start of type
        List<Pair<Integer, Long>> size = new ArrayList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\CWvsContext.java:3435: illegal start of type
                    size.add(new Pair<>(f.familiar, i.getInventoryId()));
C:\Users\Admin\Desktop\trunk\src\tools\packet\LoginPacket.java:253: illegal start of type
        List<Pair<String, Integer>> flags = new LinkedList<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:152: illegal start of type
            final Map<Integer, Integer> skillsWithoutMax = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:153: illegal start of type
            final Map<Integer, Long> skillsWithExpiration = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:154: illegal start of type
            final Map<Integer, Byte> skillsWithMax = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:442: illegal start of type
        final Map<Byte, Integer> myEquip = new LinkedHashMap<>();
C:\Users\Admin\Desktop\trunk\src\tools\packet\PacketHelper.java:443: illegal start of type
        final Map<Byte, Integer> maskedEquip = new LinkedHashMap<>();
76 errors
C:\Users\Admin\Documents\NetBeansProjects\Lithium\nbproject\build-impl.xml:913: The following error occurred while executing this line:
C:\Users\Admin\Documents\NetBeansProjects\Lithium\nbproject\build-impl.xml:265: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 4 seconds)

I Seem to be gettin tis error its really hard to resolve
 
Newbie Spellweaver
Joined
Jan 11, 2013
Messages
12
Reaction score
0
someone please help me using team viewer please. if you can help me add me on skype carlitox242
 
Initiate Mage
Joined
Aug 23, 2013
Messages
3
Reaction score
0
I'm stuck on this part:

30.Go to your extracted Lithium Folder and click on src

31.Hit Finish
32.Right click Libraries and add the jars in your source dist folder. Then hit F11
33.Find the project folder and open dist
34.Take Lithium.jar and put it in the extracted lithium folder's dist

Can anyone help me, I have skype, name: Dan Xnurf
 
Newbie Spellweaver
Joined
Jan 24, 2010
Messages
6
Reaction score
0
Great Guide, easy to follow. I had it set up very fast.
The only problems I had was with the new mysql installer and wamp. It took me an hour to fix it and it was such a pain. I could only start one, they didn't want to work together, and then I had programs taking port 80, so apache wouldn't start.

Anyways great guide. I know that mysql/wamp related issues aren't related to your guide but if you could throw a couple of fixes in your guide for it, it might help other people. I saw a people that had mysql related problems in their cmd log.
 
Initiate Mage
Joined
Sep 11, 2013
Messages
1
Reaction score
0
1.Run Wamp
2.Run Lauch.bat
3.Go into your database-Lithium and double click accounts

where do I find datebase-Lithium so i can create accounts?

Thanks
 
Initiate Mage
Joined
Feb 25, 2013
Messages
2
Reaction score
0
I got everything working somewhat. great guide. The only thing that isn't working for me is the gm status. im not able to use commands or anything.

!item doesn't work, is there another command?
 
Initiate Mage
Joined
Oct 6, 2013
Messages
2
Reaction score
0
I cannot figure out what I'm doing wrong. Help?

None of the other posts with this issue has resolved mine.
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Oct 6, 2013
Messages
2
Reaction score
0
So I've fixed the issue it seems, but I'm having another problem, it seems mobs aren't dropping... well... anything.
 
Newbie Spellweaver
Joined
May 24, 2009
Messages
10
Reaction score
0
When I try to open the Cash Shop it disconnects me and the launch.bat shows this:
Untitled - How To Make A Maplestory v111 (Lithium Based) Private Server - RaGEZONE Forums
How can I fix it?
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Oct 26, 2013
Messages
2
Reaction score
0
what does Unknown EQ Addition mean? 1378311_402163816577628_1086418711_n - How To Make A Maplestory v111 (Lithium Based) Private Server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Oct 26, 2013
Messages
2
Reaction score
0
also is this all that is to it for the launch.bat? 1382832_402163913244285_1501744703_n - How To Make A Maplestory v111 (Lithium Based) Private Server - RaGEZONE Forums

and why does the session IP default to /127.0.0.1 ??
 

Attachments

You must be registered for see attachments list
Joined
Jul 2, 2011
Messages
783
Reaction score
230
also is this all that is to it for the launch.bat?View attachment 139123

and why does the session IP default to /127.0.0.1 ??

Yes, thats it for the bat.
Its 127.0.0.1 because, you set it to 127.0.0.1 o-o

Don't worry about unknown EQ.

-----
When I try to open the Cash Shop it disconnects me and the launch.bat shows this:
View attachment 138976
How can I fix it?

I suppose you updated to 117.2 so, change your operation code to 0x64.
 
Newbie Spellweaver
Joined
May 24, 2009
Messages
10
Reaction score
0
-----
I suppose you updated to 117.2 so, change your operation code to 0x64.

Actually I didn't update my server, is the operation code change still relevant? If so, how do I change it?
 
Initiate Mage
Joined
Nov 19, 2013
Messages
1
Reaction score
0
Hey, do we download JRE or JRE-Server? You never hint at "server", but my intuition (you know, making a server) tells me that regular JRE is a bad assumption.
 
Back
Top