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!

Mu Mobile [Development] MU Online Origin/Miracle v1.5.1 BD

Joined
Jan 6, 2005
Messages
500
Reaction score
79
MU ONLINE ORIGIN/MIRACLE v1.5.1 BD

What have in this version?
- Magic Gladiator
- The Login/Register System works via Baidu/DK/9

Need Development?
- Translation
- Assembly-Charp
- Login/Registration
- Kindly figure out other developments of this version.

How setup it?

Install C++ Redistributable Packages 2008/2010/2012 (Both, 32x 64x)
Install MySql (Install Navicat for view tables etc)
Install Internet Information Services Manager (IIS)
Install .NET 4.5 or higher
Install Nox for testing of the client
Install APKIDE for de/compiling APK

You will need config the IP located in
- GameDBServer folder
- LogDBServer folder
- GameServer folder
- WebFolder folder
- assets/version.xml (edit only the versionurl)

Download Link : rar password: nhed57


Warning: For educational use only. Use at your own risk. :w00t:
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
May 26, 2014
Messages
116
Reaction score
46
@nhed57, i saw your youube video, so these are the files that are still missing DB things and are incomplete? please rename the post with (Incomplete) or whatever is missing
and thank you very much for your work! much appreciated!
 
Joined
Jan 6, 2005
Messages
500
Reaction score
79
nhed57, i saw your youube video, so these are the files that are still missing DB things and are incomplete? please rename the post with (Incomplete) or whatever is missing
and thank you very much for your work! much appreciated!

no need to rename my post because same as 1.4.3, still need fixing on db and translations... just figure it out.. :w00t:
 
Joined
Jul 2, 2012
Messages
60
Reaction score
6
Error please help :(
B6Erxvb - [Development] MU Online Origin/Miracle v1.5.1 BD - RaGEZONE Forums


<?xml version="1.0" encoding="utf-8"?>
<Config URL="http://qmqj.static.xyimg.net/Android/mu14x/">
<Application VerText="Beta 1" VerCode="20150630" />
<Resource VerText="Beta 1" VerCode="20150631" />
<PackageType IsMiniPack="false" />
<AppLevelUp VerCode="1500" linkurl="" isOpen="1" msg="" />
<Info serverip="61.174.52.92" voiceserverip="yy.qj.tianmashikong.com/yy/audiochat/" pushserverip="115.159.75.99:28461/2/" serverlisturl="api1.android.qmqj.xy.com/serverlist/GetServerList.aspx" verifyaccountserverip="api1.android.qmqj.xy.com/" versionurl="192.168.254.100:81/Version/Android/" bakurl="api1.android.qmqj.xy.com/BDLogin/" updateclientname="ANZHImini_2015_4_22_15_56.apk" serverid="1" gameid="local" login="1" lang="0" isolateresid="1" roleNum="0" deleteRole="1" loginport="4402" gameport="6601" />
<Test TestURL="http://qmqj.static.xyimg.net/NewVersion/ANZHI/" />
</Config>
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jan 7, 2013
Messages
10
Reaction score
0
hi try to connect DBServer but everytime i get error.
Please help me
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jan 26, 2017
Messages
14
Reaction score
0
I got the same message exactly as thief
Code:
http://imgur.com/WmhtsNC
[The message means: Warrior , your network has beed disconneced , please check your network is normal!]
I'm using localhost(127.0.0.1:3306 for Database and for Server ip 127.0.0.1) . I activated IIS on Windows and created a default WWW directory and uploaded there all files from MU_Web and edited all version.xml with 127.0.0.1:8080 ( i setted in Internet Information Services[IIS] this port and ip for WWW)

So all version.xml from MU_Web looks similar to this:
Code:
[PHP]<?xml version="1.0" encoding="utf-8"?><Config URL="http://127.0.0.1:8080/update/Android/bbs.hnyinrui.com">  <Application VerText="Beta 1" VerCode="20150630" />  <Resource VerText="Beta 1" VerCode="20150631" />  <PackageType IsMiniPack="false" />  <Info serverip="127.0.0.1" voiceserverip="yy.qj.tianmashikong.com/yy/audiochat/" pushserverip="115.159.75.99:28461/2/" serverlisturl="127.0.0.1:8080/serverlist/GetUserServerList.aspx" verifyaccountserverip="127.0.0.1:8080/" versionurl="127.0.0.1:8080/Version/Android/" bakurl="127.0.0.1:8080/BDLogin/" updateclientname="mg_qmqj_1504_241_1.apk" serverid="1" gameid="local" login="1" lang="0" isolateresid="1" roleNum="0" deleteRole="1" loginport="4402" gameport="6601" />  <Test TestURL="http://qmqj.static.xyimg.net/NewVersion/ANZHI/" /></Config>[/PHP]

An also this is the setting in Client assets/version.xml
Code:
[PHP]<?xml version="1.0" encoding="utf-8"?><Config URL="http://qmqj.static.xyimg.net/Android/mu14x/">  <Application VerText="Beta 1" VerCode="20150630" />  <Resource VerText="Beta 1" VerCode="20150631" />  <PackageType IsMiniPack="false" />  <AppLevelUp VerCode="1500" linkurl="" isOpen="1" msg="" />  <Info serverip="61.174.52.92" voiceserverip="yy.qj.tianmashikong.com/yy/audiochat/" pushserverip="115.159.75.99:28461/2/" serverlisturl="api1.android.qmqj.xy.com/serverlist/GetServerList.aspx" verifyaccountserverip="api1.android.qmqj.xy.com/" versionurl="127.0.0.1:8080/Version/Android/" bakurl="api1.android.qmqj.xy.com/BDLogin/" updateclientname="ANZHImini_2015_4_22_15_56.apk" serverid="1" gameid="local" login="1" lang="0" isolateresid="1" roleNum="0" deleteRole="1" loginport="4402" gameport="6601" />  <Test TestURL="http://qmqj.static.xyimg.net/NewVersion/ANZHI/" /></Config>[/PHP]
P.S: I tryied it with WAMP too, but same results , maybe i did something wrong.
 
Back
Top