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!

[Source]How to create your own v83 MapleStory Private Server!

Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
just asking whether am i possible to use Harepacker to extract MSEA 1.0.6.2 and place the source files using ur ways of creating my own private server?

It should be fine....I'm not 100% sure how MSEA works but most maplestory tutorial threads follow the same function and steps
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Someone know how to fix this unable to connect to game server problem -.-
There are many errors that may contribute to it....first portforward and make sure you have all JCE and JDK files placed correctly + compiled
 
Newbie Spellweaver
Joined
Jul 27, 2011
Messages
9
Reaction score
0
i need help with my PS. im using hellyms source . but when i click the hellyms launcher , and went to the login page , i type my id and pw i straight away dc may i know the prob thanks !

Regards,
Error5
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
i need help with my PS. im using hellyms source . but when i click the hellyms launcher , and went to the login page , i type my id and pw i straight away dc may i know the prob thanks !

Regards,
Error5

Any errors in your .bat files....make sure you've compiled
 
Newbie Spellweaver
Joined
Jul 27, 2011
Messages
9
Reaction score
0
Any errors in your .bat files....make sure you've compiled

i just realise i do not know how to operate that source. i now using ZenthosDev repack. but i need help from you !!!!
why i could'nt use gm commands ? i posted a thread just a mins ago at help section do help me thanks !
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
i just realise i do not know how to operate that source. i now using ZenthosDev repack. but i need help from you !!!!
why i could'nt use gm commands ? i posted a thread just a mins ago at help section do help me thanks !

Did you make yourself GM? For GM commands, look in GMcommands.java to see what commands you get
 
Newbie Spellweaver
Joined
Jul 27, 2011
Messages
9
Reaction score
0
Did you make yourself GM? For GM commands, look in GMcommands.java to see what commands you get

Er I did make myself a gm haha. But nvm I change to moopledev repack . However my player dc after clicking the start button during the char selection page and they dc straight away mayi know the reason and how to solve ?
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Er I did make myself a gm haha. But nvm I change to moopledev repack . However my player dc after clicking the start button during the char selection page and they dc straight away mayi know the reason and how to solve ?

What .bat error do you have?
 
Newbie Spellweaver
Joined
Jul 27, 2011
Messages
9
Reaction score
0
What .bat error do you have?

i found out the cause of it . is cause of my serverconstants i didnt edit it . btw you know how to add commands to moopledev ? like player commands and gm commands
 
Initiate Mage
Joined
Aug 1, 2011
Messages
2
Reaction score
0
hey guy's can someone help me i get "unable to connect to login server" or something like that. i'm using mapleblade repack and my server constents...
package constants;

public class ServerConstants {
// Rate Configuration
public static int EXP_RATE = 250;
public static int MESO_RATE = 25;
public static final byte DROP_RATE = 2;
public static final byte BOSS_DROP_RATE = 1;
public static int GODLY_ITEMS = 6;
public static int RESPAWN_RATE = 1;
public static final boolean GODLY_ITEMS_ENABLE = true;
public static int ITEM_STAT_MULTIPLIER = 27;
// Login Configuration
public static final byte NUM_WORLDS = 1;
public static final byte FLAG = 3;
public static final int CHANNEL_NUMBER = 3;
public static final int CHANNEL_LOAD = 150;
public static final boolean ENABLE_PIC = false;
public static final String EVENT_MESSAGE = "Welcome to \r\n#rMapleBlade V.83 BETA#k\r\n#bFake PIC Works!#k";
public static final long RANKING_INTERVAL = 3600000;
public static final boolean IS_TEST = false;
public static final boolean enableCooldowns = true;
// Channel Configuration
public static String SERVER_MESSAGE = "Welcome to MapleBlade V.83! The rates are: Exp 500x, Meso 250x, Drop 2x for 1 WEEK! Latest Updates: Godly Stats Item Drop Rate Feature Added :D, AntiKS System Added by Doing @antiks.";
public static final String EVENTS = "automsg";
// IP Configuration
public static String HOST = "5.7.202.78"; //
// Debug Configuration
public static final boolean DEBUG = false;
// Database Configuration // We don't need it since its loading from db.properties
//public static String url = "jdbc:mysql://localhost:3306/shootsouce?autoReconnect=true";
//public static String user = "root";
//public static String password = "ljj8424";
i compiled and did everything. help please? :D
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
hey guy's can someone help me i get "unable to connect to login server" or something like that. i'm using mapleblade repack and my server constents...
package constants;

public class ServerConstants {
// Rate Configuration
public static int EXP_RATE = 250;
public static int MESO_RATE = 25;
public static final byte DROP_RATE = 2;
public static final byte BOSS_DROP_RATE = 1;
public static int GODLY_ITEMS = 6;
public static int RESPAWN_RATE = 1;
public static final boolean GODLY_ITEMS_ENABLE = true;
public static int ITEM_STAT_MULTIPLIER = 27;
// Login Configuration
public static final byte NUM_WORLDS = 1;
public static final byte FLAG = 3;
public static final int CHANNEL_NUMBER = 3;
public static final int CHANNEL_LOAD = 150;
public static final boolean ENABLE_PIC = false;
public static final String EVENT_MESSAGE = "Welcome to \r\n#rMapleBlade V.83 BETA#k\r\n#bFake PIC Works!#k";
public static final long RANKING_INTERVAL = 3600000;
public static final boolean IS_TEST = false;
public static final boolean enableCooldowns = true;
// Channel Configuration
public static String SERVER_MESSAGE = "Welcome to MapleBlade V.83! The rates are: Exp 500x, Meso 250x, Drop 2x for 1 WEEK! Latest Updates: Godly Stats Item Drop Rate Feature Added :D, AntiKS System Added by Doing @antiks.";
public static final String EVENTS = "automsg";
// IP Configuration
public static String HOST = "5.7.202.78"; //
// Debug Configuration
public static final boolean DEBUG = false;
// Database Configuration // We don't need it since its loading from db.properties
//public static String url = "jdbc:mysql://localhost:3306/shootsouce?autoReconnect=true";
//public static String user = "root";
//public static String password = "ljj8424";
i compiled and did everything. help please? :D

What specific .bat error do you have?
 
Initiate Mage
Joined
Aug 1, 2011
Messages
2
Reaction score
0
What specific .bat error do you have?
None- i just go to my client it opens perfect i try to sign in. then i click my person enter pic.. wait's about 30 second's then say's (unable to connect to login server" i get no error's :S
 
Newbie Spellweaver
Joined
Aug 5, 2011
Messages
5
Reaction score
0
hey guys i was wondering. when you have finish making your private server . wat account do u log in. is there some admin account already created? or something. and can someone explain to me in steps on how to change your gm level
 
Newbie Spellweaver
Joined
Jul 13, 2011
Messages
34
Reaction score
3
Go to "accounts" see gm? set that higher than 0, like 5 for owner I believe. :D
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
i go into accounts with mysql right? can u explain to me in steps
? on how to change the gm level

Yes...go to accounts and find your character name. Scroll across to find the 'GM level' column and then change the number value to 5
Do this for your 'characters' table as well
 
Newbie Spellweaver
Joined
Jul 13, 2011
Messages
34
Reaction score
3
Lol I was going to post but you added b4 me xD, and yea what he said.
 
Newbie Spellweaver
Joined
Aug 5, 2011
Messages
5
Reaction score
0
i am still confused. i have no idea how to change the gm level. i am using zenthosDev source . can someone give me exact steps on how to change the gm level?
 
Back
Top