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 v117 (ExiledMS Based) Private Server

Newbie Spellweaver
Joined
Oct 29, 2013
Messages
6
Reaction score
0
1000000000000000 is not an integer

Hm i got it fixed but im facing another problem ... i open my launcher and it becomes black screen with maple cursor and loading cursor, after sometime the sound comes out and then i dced.
 
Initiate Mage
Joined
Mar 25, 2012
Messages
4
Reaction score
0
Can anybody here help with the illegal start of map thingy i got ?
ant -f C:\\Users\\acer\\Desktop\\ExiledMSv117 jar
init:
deps-jar:
Created dir: C:\Users\acer\Desktop\ExiledMSv117\build
Updating property file: C:\Users\acer\Desktop\ExiledMSv117\build\built-jar.properties
Created dir: C:\Users\acer\Desktop\ExiledMSv117\build\classes
Created dir: C:\Users\acer\Desktop\ExiledMSv117\build\empty
Created dir: C:\Users\acer\Desktop\ExiledMSv117\build\generated-sources\ap-source-output
Compiling 405 source files to C:\Users\acer\Desktop\ExiledMSv117\build\classes
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacter.java:3171: illegal start of type
Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacter.java:3393: illegal start of type
final Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacter.java:3415: illegal start of type
final Map<Skill, SkillEntry> list = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacter.java:3465: illegal start of type
final Map<Skill, SkillEntry> newL = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacter.java:3978: illegal start of type
final Map<Skill, SkillEntry> skilz = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacter.java:8060: illegal start of type
final Map<Byte, Integer> eq = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacter.java:8170: illegal start of type
Map<MapleStat, Integer> stat = new EnumMap<>(MapleStat.class);
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacterCards.java:38: illegal start of type
private Map<Integer, CardData> cards = new LinkedHashMap<>(); // order
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacterCards.java:39: illegal start of type
private List<Pair<Integer, Integer>> skills = new LinkedList<>(); // id, level
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacterCards.java:57: illegal start of type
List<Integer> cardids1 = new LinkedList<>();
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacterCards.java:58: illegal start of type
List<Integer> cardids2 = new LinkedList<>();
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacterCards.java:65: illegal start of type
skills.add(new Pair<>(skillData.getMid(), skillData.getRight()));
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacterCards.java:74: illegal start of type
skills.add(new Pair<>(skillData.getMid(), skillData.getRight()));
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacterCards.java:86: illegal start of type
skills.add(new Pair<>(ii, GameConstants.getSkillLevel(lowD1))); // we can have more than 1 unique skills
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacterCards.java:88: illegal start of type
skills.add(new Pair<>(CharacterCardFactory.getInstance().getRankSkill(lowD1), 1));
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacterCards.java:93: illegal start of type
skills.add(new Pair<>(ii, GameConstants.getSkillLevel(lowD2)));
C:\Users\acer\Desktop\NightLightMS\src\client\MapleCharacterCards.java:95: illegal start of type
skills.add(new Pair<>(CharacterCardFactory.getInstance().getRankSkill(lowD2), 1));
C:\Users\acer\Desktop\NightLightMS\src\client\MapleClient.java:105: illegal start of type
private Map<Integer, Pair<Short, Short>> charInfo = new LinkedHashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\MapleClient.java:156: illegal start of type
charInfo.put(chr.getId(), new Pair<>(chr.getLevel(), chr.getJob())); // to be used to update charCards
C:\Users\acer\Desktop\NightLightMS\src\client\PlayerStats.java:59: illegal start of type
private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\PlayerStats.java:59: illegal start of type
private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\PlayerStats.java:59: illegal start of type
private Map<Integer, Integer> setHandling = new HashMap<>(), skillsIncrement = new HashMap<>(), damageIncrease = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\PlayerStats.java:60: illegal start of type
private EnumMap<Element, Integer> elemBoosts = new EnumMap<>(Element.class);
C:\Users\acer\Desktop\NightLightMS\src\client\PlayerStats.java:61: illegal start of type
private List<Equip> durabilityHandling = new ArrayList<>(), equipLevelHandling = new ArrayList<>();
C:\Users\acer\Desktop\NightLightMS\src\client\PlayerStats.java:61: illegal start of type
private List<Equip> durabilityHandling = new ArrayList<>(), equipLevelHandling = new ArrayList<>();
C:\Users\acer\Desktop\NightLightMS\src\client\PlayerStats.java:206: illegal start of type
final Map<Skill, SkillEntry> sData = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\client\PlayerStats.java:2506: illegal start of type
List<Equip> all = new ArrayList<>(equipLevelHandling);
C:\Users\acer\Desktop\NightLightMS\src\client\PlayerStats.java:2549: illegal start of type
List<Equip> all = new ArrayList<>(durabilityHandling);
C:\Users\acer\Desktop\NightLightMS\src\client\PlayerStats.java:3340: illegal start of type
return new Pair<>(localmaxhp_x, localmaxmp_x);
C:\Users\acer\Desktop\NightLightMS\src\client\messages\CommandProcessor.java:58: illegal start of type
ArrayList<String> cL = new ArrayList<>();
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:90: '{' expected
try (PreparedStatement ps = con.prepareStatement("INSERT INTO wz_customlife (dataid, f, hide, fh, cy, rx0, rx1, type, x, y, mid) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)")) {
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:90: ')' expected
try (PreparedStatement ps = con.prepareStatement("INSERT INTO wz_customlife (dataid, f, hide, fh, cy, rx0, rx1, type, x, y, mid) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)")) {
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:90: ';' expected
try (PreparedStatement ps = con.prepareStatement("INSERT INTO wz_customlife (dataid, f, hide, fh, cy, rx0, rx1, type, x, y, mid) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)")) {
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:88: 'try' without 'catch' or 'finally'
try {
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:110: 'else' without 'if'
} else {
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:146: '{' expected
try (PreparedStatement ps = con.prepareStatement("INSERT INTO wz_customlife (dataid, f, hide, fh, cy, rx0, rx1, type, x, y, mid, mobtime) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)")) {
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:146: ')' expected
try (PreparedStatement ps = con.prepareStatement("INSERT INTO wz_customlife (dataid, f, hide, fh, cy, rx0, rx1, type, x, y, mid, mobtime) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)")) {
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:146: ';' expected
try (PreparedStatement ps = con.prepareStatement("INSERT INTO wz_customlife (dataid, f, hide, fh, cy, rx0, rx1, type, x, y, mid, mobtime) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)")) {
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:144: 'try' without 'catch' or 'finally'
try {
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:166: 'else' without 'if'
} else {
C:\Users\acer\Desktop\NightLightMS\src\client\messages\commands\AdminCommand.java:360: reached end of file while parsing
}
C:\Users\acer\Desktop\NightLightMS\src\constants\OccupationConstants.java:93: illegal start of type
return new Pair<>(chance, drops);
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\InventoryHandler.java:442: illegal start of type
final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\InventoryHandler.java:476: illegal start of type
final List<List<StructItemOption>> pots = new LinkedList<>(ii.getAllPotentialInfo().values());
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\InventoryHandler.java:990: illegal start of type
final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\InventoryHandler.java:2297: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\InventoryHandler.java:2580: illegal start of type
final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(rank).values());
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\InventoryHandler.java:3450: illegal start of type
final List<String> lines = new LinkedList<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\ItemMakerHandler.java:691: illegal start of type
final Map<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\MobHandler.java:106: illegal start of type
/* 122 */ final List<Pair<Integer, Integer>> unk3 = new ArrayList<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\MobHandler.java:112: illegal start of type
/* 148 */ final List<Integer> unk2 = new ArrayList<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\MovementParse.java:37: illegal start of type
final List<LifeMovementFragment> res = new ArrayList<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\PlayersHandler.java:535: illegal start of type
final List<Integer> newDrops = new ArrayList<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\PlayersHandler.java:675: illegal start of type
List<Pair<Integer, String>> players1 = new LinkedList<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\channel\handler\PlayersHandler.java:677: illegal start of type
players1.add(new Pair<>(players.get(xx).getId(), players.get(xx).getName()));
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:49: '{' expected
try (PreparedStatement ipc = con.prepareStatement("SELECT SessionIP FROM accounts WHERE SessionIP = ?")) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:49: ')' expected
try (PreparedStatement ipc = con.prepareStatement("SELECT SessionIP FROM accounts WHERE SessionIP = ?")) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:49: ';' expected
try (PreparedStatement ipc = con.prepareStatement("SELECT SessionIP FROM accounts WHERE SessionIP = ?")) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:54: '{' expected
try (PreparedStatement ps = con.prepareStatement("INSERT INTO accounts (name, password, email, birthday, macs, SessionIP) VALUES (?, ?, ?, ?, ?, ?)")) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:54: ')' expected
try (PreparedStatement ps = con.prepareStatement("INSERT INTO accounts (name, password, email, birthday, macs, SessionIP) VALUES (?, ?, ?, ?, ?, ?)")) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:54: ';' expected
try (PreparedStatement ps = con.prepareStatement("INSERT INTO accounts (name, password, email, birthday, macs, SessionIP) VALUES (?, ?, ?, ?, ?, ?)")) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:53: 'try' without 'catch' or 'finally'
try {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:73: 'catch' without 'try'
} catch (SQLException ex) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:73: ')' expected
} catch (SQLException ex) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:73: not a statement
} catch (SQLException ex) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:73: ';' expected
} catch (SQLException ex) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:49: 'try' without 'catch' or 'finally'
try (PreparedStatement ipc = con.prepareStatement("SELECT SessionIP FROM accounts WHERE SessionIP = ?")) {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:47: 'try' without 'catch' or 'finally'
try {
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\AutoRegister.java:77: reached end of file while parsing
}
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:170: illegal start of type
final Map<Integer, Integer> cids = new LinkedHashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:258: illegal start of type
final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:264: illegal start of type
final Map<Skill, SkillEntry> ss1 = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:272: illegal start of type
final Map<Skill, SkillEntry> ss2 = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:278: illegal start of type
final Map<Skill, SkillEntry> ss3 = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:284: illegal start of type
final Map<Skill, SkillEntry> ss4= new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:290: illegal start of type
final Map<Skill, SkillEntry> ss5 = new HashMap<>();
^
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:306: illegal start of type
final Map<Skill, SkillEntry> ss6 = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:337: illegal start of type
final Map<Skill, SkillEntry> ss7 = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:361: illegal start of type
final Map<Skill, SkillEntry> ss8 = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:369: illegal start of type
final Map<Skill, SkillEntry> ss9 = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\login\handler\CharLoginHandler.java:491: illegal start of type
final Map<Skill, SkillEntry> ss = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\handling\world\CharacterTransfer.java:81: illegal start of type
public final Map<Integer, CardData> cardsInfo = new LinkedHashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\scripting\NPCConversationManager.java:572: illegal start of type
final List<StructItemOption> pots = new LinkedList<>(ii.getAllSocketInfo(grade).values());
C:\Users\acer\Desktop\NightLightMS\src\scripting\NPCConversationManager.java:678: illegal start of type
final Map<Skill, SkillEntry> skills = new HashMap<>(getPlayer().getSkills());
C:\Users\acer\Desktop\NightLightMS\src\scripting\NPCConversationManager.java:679: illegal start of type
final Map<Skill, SkillEntry> newList = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\scripting\NPCConversationManager.java:1559: illegal start of type
HashMap<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\scripting\NPCConversationManager.java:1569: illegal start of type
HashMap<Skill, SkillEntry> sa = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\scripting\NPCConversationManager.java:1604: illegal start of type
List<Integer> list = new ArrayList<>();
C:\Users\acer\Desktop\NightLightMS\src\server\CashItemFactory.java:27: illegal start of type
private final Map<Integer, List<Integer>> openBox = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\server\CashItemFactory.java:83: illegal start of type
List<Integer> availableSN = new LinkedList<>();
C:\Users\acer\Desktop\NightLightMS\src\server\CashItemFactory.java:93: illegal start of type
availableSN = new LinkedList<>();
C:\Users\acer\Desktop\NightLightMS\src\server\CashItemFactory.java:104: illegal start of type
availableSN = new LinkedList<>();
C:\Users\acer\Desktop\NightLightMS\src\server\CashItemFactory.java:113: illegal start of type
availableSN = new LinkedList<>();
C:\Users\acer\Desktop\NightLightMS\src\server\CharacterCardFactory.java:49: illegal start of type
private final Map<Integer, Integer> cardEffects = new HashMap<>(); // cardid, skillid
C:\Users\acer\Desktop\NightLightMS\src\server\CharacterCardFactory.java:50: illegal start of type
private final Map<Integer, List<Integer>> uniqueEffects = new HashMap<>(); // skillid, cardids
C:\Users\acer\Desktop\NightLightMS\src\server\CharacterCardFactory.java:86: illegal start of type
return new Triple<>((skillid - 71000000), skillid, GameConstants.getSkillLevel(level));
C:\Users\acer\Desktop\NightLightMS\src\server\CharacterCardFactory.java:90: illegal start of type
final List<Integer> uis = new LinkedList<>();
C:\Users\acer\Desktop\NightLightMS\src\server\CharacterCardFactory.java:114: illegal start of type
Map<Integer, CardData> cards = new LinkedHashMap<>(); // order
C:\Users\acer\Desktop\NightLightMS\src\server\CharacterCardFactory.java:152: illegal start of type
Map<Integer, Pair<Short, Short>> chars = new HashMap<>();
C:\Users\acer\Desktop\NightLightMS\src\server\CharacterCardFactory.java:160: illegal start of type
chars.put(rs.getInt("id"), new Pair<>(rs.getShort("level"), rs.getShort("job")));
100 errors
C:\Users\acer\Desktop\ExiledMSv117\nbproject\build-impl.xml:926: The following error occurred while executing this line:
C:\Users\acer\Desktop\ExiledMSv117\nbproject\build-impl.xml:268: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 10 seconds)

I've done everything shown in the tutorial . Does this have to do with my downloading with ExiledDev.rar ? But I've tried re-downloading it and it still doesn't works. Please help me .After showing this the file was created to my desktop but in the file there's no dist file .
 
Newbie Spellweaver
Joined
Oct 25, 2013
Messages
16
Reaction score
0
-\ Section Five /-

Section 5A:
Opening Structure (Main).SQL

1. Open MySQL Query Browser.
2. Hit Menu and Click Add SQL.
3. Open Structure (Main).SQL
*Located In (C:\Users\Username\Desktop\ExiledMS\SQL)*

Section 5B:
Editing Structure (Main).SQL

1. Goto Line 3 And Press Enter TWICE.
2. Paste In This Code

Code:
--
-- Create schema v117
--

CREATE DATABASE IF NOT EXISTS v117;
USE v117;

3. Press Enter ONCE.

Section 5C:
Executing Structure (Main).SQL

1. Press Execute In Top Right Corner.
2. Wait For It To Finish.

I don't understand this. I cannot find the menu buttom and also i have this problem . I cannot connect to the port. Help please.
Add me skype : zxc.colours or fb : hafizam let'sbe. thx :) !
 
Skilled Illusionist
Joined
Oct 16, 2012
Messages
386
Reaction score
90
I don't understand this. I cannot find the menu buttom and also i have this problem . I cannot connect to the port. Help please.
Add me skype : zxc.colours or fb : hafizam let'sbe. thx :) !

Your second problem: Check whether MySQL is launched/is online.
 
Newbie Spellweaver
Joined
Oct 25, 2013
Messages
16
Reaction score
0
Your second problem: Check whether MySQL is launched/is online.

I only have MYSQL Query Browser is on. I cannot find MYSQL ( just MYSQL ) launcher. I only have Query Browser, Administrator and Migration tool.
 
Skilled Illusionist
Joined
Oct 16, 2012
Messages
386
Reaction score
90
I only have MYSQL Query Browser is on. I cannot find MYSQL ( just MYSQL ) launcher. I only have Query Browser, Administrator and Migration tool.

ie. Make sure WAMP is fully online (Green).
 
Newbie Spellweaver
Joined
Oct 25, 2013
Messages
16
Reaction score
0
ie. Make sure WAMP is fully online (Green).

Okay i followed everything. Now my current problem is, when i click Launcher.exe to launch the game, 1 window appeared. It says unable to connect.... It's something about the firewall. I off-ed my firewall and my virus scanner is also offed. What is my problem yeah ? WAMP server is on also.
 
Initiate Mage
Joined
Nov 17, 2013
Messages
2
Reaction score
0


-\ Section Five /-

Section 5A:
Opening Structure (Main).SQL

1. Open MySQL Query Browser.
2. Hit Menu and Click Add SQL.
3. Open Structure (Main).SQL
*Located In (C:\Users\Username\Desktop\ExiledMS\SQL)*

Section 5B:
Editing Structure (Main).SQL

1. Goto Line 3 And Press Enter TWICE.
2. Paste In This Code

Code:
[SIZE=3]--
-- Create schema v117
--

CREATE DATABASE IF NOT EXISTS v117;
USE v117;[/SIZE]

3. Press Enter ONCE.

Section 5C:
Executing Structure (Main).SQL

1. Press Execute In Top Right Corner.
2. Wait For It To Finish.

Section 5D:
Adding Accounts

1. A V117 Should Be On The Right Screen On The Bar.
2. Press The Arrow To The Left Of It.
3. Double Click 'Accounts' TWICE.
4. Hit Edit On Bottom.
5. ID Should Be 1.
6. Name Can Be Anything. (Example: Owner, Admin...)
7. Password Is Different And Does Not Use Letters Like A-Z, a-z Or 1-0.
8. Password Use SHA1 Hash Code.

*Link Above Is A SHA1 Hash Code Generator*
9. Copy And Paste Password After You Convert It Into SHA1 Hash Code.
10. Scroll Left And Find GM Tab, And Add The Digit 6.
11. Rank Are Listed From 1 - 6.
1 = Normal
2 = Donator
3 = Intern
4 = GM
5 = Super GM
6 = Admin
12. Minimize Window and Your DONE! :D n-yay~!


So i'm totally confused in this section.
1-Where is the menu button?
2-What do i use to log in?(Screen where it asks the username and password and ports and stuff)
Help plz?
 
Experienced Elementalist
Joined
May 10, 2013
Messages
213
Reaction score
6
So i'm totally confused in this section.
1-Where is the menu button?
2-What do i use to log in?(Screen where it asks the username and password and ports and stuff)
Help plz?

With the workbench all you do is open your connection, there will be a default open tab of Query 1, all you do is press the Folder button and find your file, then you press the lightning bolt button and it will execute the sql file and voila, your done! Have fun aceisjason.
 
Initiate Mage
Joined
Nov 17, 2013
Messages
2
Reaction score
0
ingame why cant i use commands? like !shop?my gm tabs number is 6 which should mean im a admin so i should be able to use commands?
 
Last edited:
Experienced Elementalist
Joined
May 10, 2013
Messages
213
Reaction score
6
ingame why cant i use commands? like !shop?my gm tabs number is 6 which should mean im a admin so i should be able to use commands?

Do !help to get all the commands ingame. There you will find what commands there are.
 
Initiate Mage
Joined
Nov 28, 2013
Messages
3
Reaction score
1
I was wondering can i use another source like XeniaStory 117.2(GMS) for this tutorial.?
 
Last edited:
Back
Top