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] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot

Status
Not open for further replies.
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
Re: MoopleDEV | 0.83 Source | *UPDATED*

Today's Rev - Soon.

- Fix for 2 players at a map with monsters crash.
- Fix for 2 players at a map attacking.
- Fix for 2 players at a map with a skill using.
- Fix for Cash Shop buy item [maybe].

and more.
 
Experienced Elementalist
Joined
Jan 10, 2010
Messages
214
Reaction score
20
Re: MoopleDEV | 0.83 Source | *UPDATED*

Sexy sauze to take stuffs, good luck updating.
 
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
Re: MoopleDEV | 0.83 Source | *UPDATED*

I can't get ingame... can anyone help me with this?
kevintjuh93 - [Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot - RaGEZONE Forums
Please make sure you've correctly figured db.properties
Learn to read
 
Newbie Spellweaver
Joined
Jan 21, 2009
Messages
10
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

Today's Rev - Soon.

- Fix for 2 players at a map with monsters crash.
- Fix for 2 players at a map attacking.
- Fix for 2 players at a map with a skill using.
- Fix for Cash Shop buy item [maybe].

and more.

Wow, GL on it! :thumbup1:
 
Newbie Spellweaver
Joined
Nov 27, 2009
Messages
6
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

Please make sure you've correctly figured db.properties
Learn to read

Ok, but i tried making some slight changes to it. Like
Code:
url=jdbc:mysql://localhost:3306/MoopleDEV?autoReconnect=true
user = root
password =
to
Code:
url=jdbc:mysql://localhost:3306/moopledev?autoReconnect=true
user = root
password =

So any changes i need to do to this?
 
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
Re: MoopleDEV | 0.83 Source | *UPDATED*

Ok, take a look here.
Code:
url=jdbc:mysql://localhost:3306/MoopleDEV?autoReconnect=true
user = root
password =

MoopleDEV stands for the Database name.
The original is MoopleDEV so just leave it like that.

User = root
stands for the username, usally it's root.

Password =
stands for the password, usally it's blank.
set your password and after the space enter ur
password like if my pass's root then:

Code:
user = root
password = root
 
Newbie Spellweaver
Joined
Nov 27, 2009
Messages
6
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

Ok, take a look here.
Code:
url=jdbc:mysql://localhost:3306/MoopleDEV?autoReconnect=true
user = root
password =

MoopleDEV stands for the Database name.
The original is MoopleDEV so just leave it like that.

User = root
stands for the username, usally it's root.

Password =
stands for the password, usally it's blank.
set your password and after the space enter ur
password like if my pass's root then:

Code:
user = root
password = root

Mine's a blank. What's a JDBC driver? Do i need to install it? Because it says 'Could not locate the JDBC mysql driver'
 
Junior Spellweaver
Joined
Aug 15, 2008
Messages
192
Reaction score
12
Re: MoopleDEV | 0.83 Source | *UPDATED*

That's your database. MySQL.
 
Newbie Spellweaver
Joined
Nov 27, 2009
Messages
6
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

Does that mean i have something wrong with my MySQL database?
 
Newbie Spellweaver
Joined
Mar 28, 2010
Messages
11
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

How to do? I can not go to the game. Everytime after I login and select my charector I will out to the login page.

Please help me to fix this problem.
 
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
Re: MoopleDEV | 0.83 Source | *UPDATED*

How to do? I can not go to the game. Everytime after I login and select my charector I will out to the login page.

Please help me to fix this problem.
Learn to port forward or just hex edit the client correctly.
 
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
Re: MoopleDEV | 0.83 Source | *UPDATED*

Erm, by the way, this works for Hamachi as well right?
Why won't it?

---------- Post added at 04:37 PM ---------- Previous post was at 04:35 PM ----------

Just skip it, or remove the last line.
I'm not sure about phpmyadmin, so i'm guessing.
Yeah, phpmyadmin is causing it. Always happen why I try to do it too. But in MySQL it's working fine.
 
Newbie Spellweaver
Joined
Mar 28, 2010
Messages
11
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

Learn to port forward or just hex edit the client correctly.


Thanks so much. But hex edit is mean localhost.exe right? If right I already change ip. or do anything else?

"Learn to port forward" I have host already why I should to learn about port forward? I don't understand? Can you tell me what I would like to know? Thanks again.
 
Newbie Spellweaver
Joined
Nov 27, 2009
Messages
6
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

Why won't it?

Oh ok thanks, i'm just scared that the reason why mine was not working is because of hamachi. Until now, i still have no clue why mine won't work.

#Edit: I tried alot sources, v75, v82 and v83. None of them works. All i got was the same error. I think there's a problem with either my Java or MySQL.
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
Re: MoopleDEV | 0.83 Source | *UPDATED*

Thanks so much. But hex edit is mean localhost.exe right? If right I already change ip. or do anything else?

"Learn to port forward" I have host already why I should to learn about port forward? I don't understand? Can you tell me what I would like to know? Thanks again.
Have you port forwarded? And you don't have to hex edit the client if you use localhost. (ip:localhost)
 
Newbie Spellweaver
Joined
Mar 28, 2010
Messages
11
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

Have you port forwarded? And you don't have to hex edit the client if you use localhost. (ip:localhost)

I don't understand about port forwarded. Normally I have server game (not my pc but server) and just change ip in localhost.exe to my server ip. and I give localhost.exe to my customer. (localhost.exe is the file that my customer should to load for go to my server game)

Please and thanks.

(After choose charector I will out to login page and for first time I come to the game it show at login page that this id is in the system and if I go for second time I can go to the choose charector page and after I choose I will out to login page again. How to fix this problem? Thanks. )
 
Newbie Spellweaver
Joined
Jan 9, 2008
Messages
22
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

Hi guys, i've a question.
Right after i tried logging in i get DC-ed.
"insert login > insert password > hit enter > error 38."
any idea why?
 
Status
Not open for further replies.
Back
Top