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] [v116] SourceDev | Rev1 | w/ WZ XML Files | w/ LEN Files

Newbie Spellweaver
Joined
Jun 21, 2008
Messages
99
Reaction score
7
Re: [Source] [v116] SourceDev [Rev1]

So , I use what to connect??the LEN ?? But how , there is a client , isn't .??

Search this forum for LEN. It is not a client, but a redirector. You put the server's ip in the configurationfile, and BAM.
First, learn to spell, then use some hours finding the searchbutton. It's really nice, I promise..
 
Banned
Banned
Joined
Sep 11, 2012
Messages
333
Reaction score
45
Re: [Source] [v116] SourceDev [Rev1]

Lol Silent, you are a coder now? =]
Oh and i didn't knew you helped me with my server xD
Not just with your server. And I coded a lot more updates into the v116 source. Anyways, I miss your server. Sad to see it went down. :(
 
Banned
Banned
Joined
Sep 17, 2012
Messages
80
Reaction score
24
Re: [Source] [v116] SourceDev [Rev1]

Not just with your server. And I coded a lot more updates into the v116 source. Anyways, I miss your server. Sad to see it went down. :(

Dude you can't even compile a source -.-'
 
Elite Diviner
Joined
Aug 29, 2011
Messages
404
Reaction score
8
Re: [Source] [v116] SourceDev [Rev1]

So this server is "100% clean"? What does that even mean? As In jett's working properly along with phantoms and just missing some GM commands and etc...?
 

CEO

Newbie Spellweaver
Joined
Feb 8, 2012
Messages
87
Reaction score
16
Re: [Source] [v116] SourceDev [Rev1]

LEN can't use on v116.
OT: This is MetroMS v117.
 
Banned
Banned
Joined
Sep 11, 2012
Messages
333
Reaction score
45
Re: [Source] [v116] SourceDev [Rev1]

Dude you can't even compile a source -.-'
I've never compiled a maple story source before I looked it up. Doesn't mean I can't code. You can say what you want Jenny. :/
@tacobell It means there's no custom commands added. Or Features.
@CEO Yes it is, but it's the 116 source not 117.
 
Newbie Spellweaver
Joined
Jul 21, 2012
Messages
75
Reaction score
0
Re: [Source] [v116] SourceDev [Rev1]

hi a little question the source is V116 All the job works 100% i the source is at 100%? Everything works fine
 
Banned
Banned
Joined
Sep 11, 2012
Messages
333
Reaction score
45
Re: [Source] [v116] SourceDev [Rev1]

Rev2 Features:


- Faster Console Loading.

- "Create Server" (Adds a launcher that gives you an option to change rates, make it a gm server, and allocate how much memory you want to put into the server.)

- Properties File (Changes rates, IP, auto-register on/off, etc.)

There will be more features added soon!

Release Date: N/A
 
Skilled Illusionist
Joined
Aug 11, 2010
Messages
355
Reaction score
11
Re: [Source] [v116] SourceDev [Rev1]

Hmm..just a question..so what name of schema do i put at mysql query browser?And dist files too..
 
Joined
Aug 8, 2007
Messages
471
Reaction score
82
Re: [Source] [v116] SourceDev [Rev1]

Rev2 Features:


- Faster Console Loading.

- "Create Server" (Adds a launcher that gives you an option to change rates, make it a gm server, and allocate how much memory you want to put into the server.)

- Properties File (Changes rates, IP, auto-register on/off, etc.)

There will be more features added soon!

Release Date: N/A

Well done and keep it up :)
 
Skilled Illusionist
Joined
Aug 11, 2010
Messages
355
Reaction score
11
Re: [Source] [v116] SourceDev [Rev1]

PHP:
ERRORcom.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could
 not create connection to database server. Attempted reconnect 3 times. Giving u
p.
Exception in thread "main" java.lang.ExceptionInInitializerError
        at server.Start.run(Start.java:37)
        at server.Start.main(Start.java:126)
Caused by: java.lang.NullPointerException
        at server.ServerProperties.<clinit>(ServerProperties.java:30)
        ... 2 more
Press any key to continue . . .
after i pressed launch i get this..
I compiled.Wamp server is on
 
Banned
Banned
Joined
Sep 11, 2012
Messages
333
Reaction score
45
WZ Files are now added! Look at the post.

PHP:
ERRORcom.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could
 not create connection to database server. Attempted reconnect 3 times. Giving u
p.
Exception in thread "main" java.lang.ExceptionInInitializerError
        at server.Start.run(Start.java:37)
        at server.Start.main(Start.java:126)
Caused by: java.lang.NullPointerException
        at server.ServerProperties.<clinit>(ServerProperties.java:30)
        ... 2 more
Press any key to continue . . .
after i pressed launch i get this..
I compiled.Wamp server is on

Look-up how to execute the your SQL and it will work.
 
Skilled Illusionist
Joined
Aug 11, 2010
Messages
355
Reaction score
11
Fixed..Put wrong name for schema =(
Btw...
PHP:
[MetroMS]
Loader 1...
Loader 2...
Loader 3...
Loader 4...
Loader 5...
Loader 6...
22630 items loaded.
Loader 7...
Loader 8...
Loader 9...
Loader 10...
Exception in thread "main" java.lang.NumberFormatException: For input string: "1
0003361
"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at provider.MapleDataTool.getIntConvert(MapleDataTool.java:90)
        at server.CashItemFactory.initialize(CashItemFactory.java:58)
        at server.Start.run(Start.java:88)
        at server.Start.main(Start.java:126)
Press any key to continue . . .
I got this..I check cashitemfactory.java but i couldnt find anything wrong
 
Newbie Spellweaver
Joined
Jun 20, 2009
Messages
35
Reaction score
2
Fixed..Put wrong name for schema =(
Btw...
PHP:
[MetroMS]
Loader 1...
Loader 2...
Loader 3...
Loader 4...
Loader 5...
Loader 6...
22630 items loaded.
Loader 7...
Loader 8...
Loader 9...
Loader 10...
Exception in thread "main" java.lang.NumberFormatException: For input string: "1
0003361
"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at provider.MapleDataTool.getIntConvert(MapleDataTool.java:90)
        at server.CashItemFactory.initialize(CashItemFactory.java:58)
        at server.Start.run(Start.java:88)
        at server.Start.main(Start.java:126)
Press any key to continue . . .
I got this..I check cashitemfactory.java but i couldnt find anything wrong
Go to your wz folder and find that "10003361", i assure you can carry on from there, trust me.
 
Back
Top