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 Mobile (Miracle/Origin) - Vr 1.4.3

Newbie Spellweaver
Joined
Sep 15, 2013
Messages
79
Reaction score
7
I have already noticed, the 4th day of agony! A tip is not the one! Already tried everything!
 
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
79
Reaction score
7
IP stands such as in the configs. Since doing on Hyper-V. Path to GameRes registered. But no use. If someone is not difficult to help on Teamwiver. I would be grateful for your help.


MySQL server I took partativny with server build, because if I put the other he does not want to work with him.


If possible lay out the image of the virtual machine.

Config AppConfig.xml GameDBServer:
Code:
<?xml version="1.0" encoding="utf-8"?><Config>
  <Server EventLevel="3" LogType="2" />
  <Socket ip="127.0.0.1" port="31270" capacity="100" />
  <Database names="latin1" codePage="936" maxConns="50" ip="127.0.0.1" port="3306" dname="mu_game_1270" uname="39D151A0ACD963CCC961EDA64BBC46C7" upasswd="33AB2C9DBF336B0B0D5EF8C8E6249821" />
  <GameServer>
    <Line ID="1" ip="127.0.0.1" port="3001" />
  </GameServer>
  <DBLog DBLogEnable="0" Path="D:\MU_Server\Server\Server1270\GameDBServer_ru\" />
  <Zone ID="1270" />
</Config>
Config GameServer.xml GameDBServer:
Code:
<?xml version="1.0" encoding="utf-8" ?><Config>
    <GameServer>
        <Line ID="1" ip="192.168.1.3" port="4403"/>
    </GameServer>
</Config>
Config AppConfig.xml LogDBServer:
Code:
<?xml version="1.0" encoding="utf-8"?><Config>
  <Server EventLevel="0" LogType="0" />
  <Socket ip="127.0.0.1" port="41270" capacity="100" />
  <Database names="latin1" codePage="936" maxConns="10" ip="127.0.0.1" port="3306" dname="mu_item_log_1270" uname="39D151A0ACD963CCC961EDA64BBC46C7" upasswd="33AB2C9DBF336B0B0D5EF8C8E6249821" />
  <GameServer>
    <Line ID="1" ip="127.0.0.1" port="4603" />
  </GameServer>
  <DBLog DBLogEnable="0" Path="D:\MU_Server\Server\Server1270\GameDBServer_ru\" />
  <Zone ID="1270" />
</Config>
Config AppConfig.xml GameServer:
Code:
<?xml version="1.0" encoding="utf-8" ?><Config>
    <Server LineID="1"  EventLevel="0" LogType="0"/>
    <Socket ip="192.168.1.3" port="4403" capacity="1000"/>
    <DBServer pool="10" ip="127.0.0.1" port="31270"/>
    <LogDBServer pool="10" ip="127.0.0.1" port="41270"/>
    <NameServer IP="127.0.0.1" Port="7878" PingTaiID="0"/>
    <Token count="10000" randseed="123456" sha1="12345" data="12345" webkey="9377(*)#mst9"/>
    <GameManager SuperUserNames="test1" UserNames="*" IPs="*" />
    <Map Code="1" MainCode="1" />
    <Goods GoodsIDs="410001,411001,412001" />
    <Resource Path="D:\MU_Server\" />
    <DBLog DBLogEnable="0" Path="D:\MU_Server\Server\Server1270\GameServer_x64\" />

    <CacheMemoryParam CacheMemoryBlocks="40,20000|100,100|600,80|2014,40|4096,10|100000,2400"/>
    <SendDataParam SendDataIntervalTicks="50" MaxSingleSocketSendBufferSize="100000"  SendDataTimeOutTicks="5000"/>
    <Lua InitNum="5"/>
</Config>
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
79
Reaction score
7
The problem with regional languages. Separator change is necessary. )))
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
if you cant run the GameServer just do this!

RED = YOUR PC IP OR LOCAL IP CHANGE IT!
BLUE = OFFLINE IP JUST LEAVE THAT!
GREEN = FOR PORT. YOU WILL SEE I GREEN THE WORD PORT TOO, SO YOU KNOW WERE IT IS!
ORANGE = Change this to your server location for Res Folder and folder of each [ DBServer/LogServer/GameServer ] file folder


Config AppConfig.xml GameDBServer
<?xml version="1.0" encoding="utf-8"?><Config> <Server EventLevel="3" LogType="2" />
<Socket ip="" port="31270" capacity="100" />
<Database names="latin1" codePage="936" maxConns="50" ip="127.0.0.1" port="3306" dname="mu_game_1270" uname="39D151A0ACD963CCC961EDA64BBC46C7" upasswd="33AB2C9DBF336B0B0D5EF8C8E6249821" />
<GameServer>
<Line ID="1" ip="127.0.0.1" port="3001" />
</GameServer>
<DBLog DBLogEnable="0" Path="D:\MU_Server\Server\Server1270\GameDBServer_ru\" />
<Zone ID="1270" /> </Config>

Config AppConfig.xml LogDBServer
<?xml version="1.0" encoding="utf-8"?><Config> <Server EventLevel="0" LogType="0" />
<Socket ip="" port="41270" capacity="100" />
<Database names="latin1" codePage="936" maxConns="10" ip="127.0.0.1" port="3306" dname="mu_item_log_1270" uname="39D151A0ACD963CCC961EDA64BBC46C7" upasswd="33AB2C9DBF336B0B0D5EF8C8E6249821" />
<GameServer>
<Line ID="1" ip="127.0.0.1" port="4603" />
</GameServer>
<DBLog DBLogEnable="0" Path="D:\MU_Server\Server\Server1270\GameDBServer_ru\" />
<Zone ID="1270" /> </Config>

Config AppConfig.xml GameServer
<?xml version="1.0" encoding="utf-8" ?><Config> <Server LineID="1" EventLevel="0" LogType="0"/>
<Socket ip="192.168.1.3" port="4403" capacity="1000"/>
<DBServer pool="10" ip="127.0.0.1" port="31270"/>
<LogDBServer pool="10" ip="127.0.0.1" port="41270"/>
<NameServer IP="127.0.0.1" Port="7878" PingTaiID="0"/>
<Token count="10000" randseed="123456" sha1="12345" data="12345" webkey="9377(*)#mst9"/>
<GameManager SuperUserNames="test1" UserNames="*" IPs="*" />
<Map Code="1" MainCode="1" />
<Goods GoodsIDs="410001,411001,412001" />
<Resource Path="D:\MU_Server\" />
<DBLog DBLogEnable="0" Path="D:\MU_Server\Server\Server1270\GameServer_x64\" />

<CacheMemoryParam CacheMemoryBlocks="40,20000|100,100|600,80|2014,40|4096,10|100000,2400"/>
<SendDataParam SendDataIntervalTicks="50" MaxSingleSocketSendBufferSize="100000" SendDataTimeOutTicks="5000"/>
<Lua InitNum="5"/> </Config>

about this part of GameServer
<Socket ip="192.168.1.3" port="4403" capacity="1000"/> Leave this port only you need is change the ip address on this one! in my try i did not put ip on this one it's work without ip to! <DBServer pool="10" ip="127.0.0.1" port="31270"/> make sure this part of port are the same of DBServer folder xml <LogDBServer pool="10" ip="127.0.0.1" port="41270"/> make sure this part of port are the same of LogDBServer folder xml
To understand why you need to add your ip on this server file your ip is the gate to enter on your database system and the 127.0.0.1 is the real IP ADDRESS of your server!!!!
hope you understand this part i notice on this game!
and
hope will work on you to! Good Luck!!!!!!
 
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
79
Reaction score
7
if you cant run the GameServer just do this!

RED = YOUR PC IP OR LOCAL IP CHANGE IT!
BLUE = OFFLINE IP JUST LEAVE THAT!
GREEN = FOR PORT. YOU WILL SEE I GREEN THE WORD PORT TOO, SO YOU KNOW WERE IT IS!
ORANGE = Change this to your server location for Res Folder and folder of each [ DBServer/LogServer/GameServer ] file folder


Config AppConfig.xml GameDBServer


Config AppConfig.xml LogDBServer


Config AppConfig.xml GameServer


about this part of GameServer

To understand why you need to add your ip on this server file your ip is the gate to enter on your database system and the 127.0.0.1 is the real IP ADDRESS of your server!!!!
hope you understand this part i notice on this game!
and
hope will work on you to! Good Luck!!!!!!
All of this is not being all there was the right thing! The matter at all in regional settings windows !!! Windows => Rus setting to China!!!
We need to change the separator to "," to "."


lucastx - [Development] Mu Online Mobile (Miracle/Origin) - Vr 1.4.3 - RaGEZONE Forums


After this modification, I immediately lost the mistake!
 
Newbie Spellweaver
Joined
Jan 25, 2014
Messages
42
Reaction score
14
Someone teaches configure and connect?
 
Skilled Illusionist
Joined
Sep 15, 2009
Messages
343
Reaction score
149
any news about this project ?

this project is already dead for support. but the files is working fine. one of the user who is already included in the credits is already started his business called MU Origin-PH Titan that's why this project does no longer been supported by those who started this thread.
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
i found this tutorial about creating a Register system for android hope will help this one to create our own sql database system for MYSQL
 
Newbie Spellweaver
Joined
Oct 17, 2013
Messages
8
Reaction score
1
hi guys, can anyone help me?
Screenshot_2016-10-02-11-28-48 - [Development] Mu Online Mobile (Miracle/Origin) - Vr 1.4.3 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Jun 3, 2009
Messages
975
Reaction score
282
this project is already dead for support. but the files is working fine. one of the user who is already included in the credits is already started his business called MU Origin-PH Titan that's why this project does no longer been supported by those who started this thread.
Yeah and i'm the owner of that server lol,. Lucastx left us without any help but I do personally setup the server myself :cool:

Guy you just need to know how to properly setup the IIS,SQL,MySQL and other serverside setup including repacking/unpacking of APK there's some guide on how if you use 64bit operating system you just need to set the apppool to support 32bit apppool on IIS! you need to enable 32bit app on 64bit operating system on IIS. Goodluck
 
Junior Spellweaver
Joined
Sep 24, 2008
Messages
183
Reaction score
110
Yeah and i'm the owner of that server lol,. Lucastx left us without any help but I do personally setup the server myself :cool:

Guy you just need to know how to properly setup the IIS,SQL,MySQL and other serverside setup including repacking/unpacking of APK there's some guide on how if you use 64bit operating system you just need to set the apppool to support 32bit apppool on IIS! you need to enable 32bit app on 64bit operating system on IIS. Goodluck

i'm sorry, things on my university got badass.
Many and many test and i just moved to live alone without my parents, i should be back soon
 
King of the bongo
Joined
Oct 17, 2009
Messages
829
Reaction score
214
What kind of encryption does these use ?
uname="39D151A0ACD963CCC961EDA64BBC46C7" upasswd="33AB2C9DBF336B0B0D5EF8C8E6249821"
 
Joined
Jun 3, 2009
Messages
975
Reaction score
282
What kind of encryption does these use ?
uname="39D151A0ACD963CCC961EDA64BBC46C7" upasswd="33AB2C9DBF336B0B0D5EF8C8E6249821"
I already did give you the enc.exe to encrypt MySQL Password on SKype



i'm sorry, things on my university got badass.
Many and many test and i just moved to live alone without my parents, i should be back soon
It's ok just continue your studies my friend just come back if you can goodluck :cool:
 
Newbie Spellweaver
Joined
Jul 2, 2012
Messages
60
Reaction score
6
Does anyone know how to fix this? any help would be greatly appreciated

Client:
1dCGIxq - [Development] Mu Online Mobile (Miracle/Origin) - Vr 1.4.3 - RaGEZONE Forums



Server:

System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 120.132.73.169:4000

Server stack trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(EndPoint ipEndPoint)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at KF.Contract.Interface.IKuaFuService.InitializeClient(IKuaFuClient callback, KuaFuClientContext clientInfo)
at KF.Client.HuanYingSiYuanClient.GetKuaFuService(Boolean force, Boolean noWait) in e:\workspace\MUServerRoot\branches\1.4\GameServer_1.4.1\KF.Client\HuanYingSiYuanClient.cs:line 319
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Oct 25, 2007
Messages
120
Reaction score
16
hello team..

i tried to play with the files but to no success.. i have a a bit of knowledge on setting up private servers but i guess i fail on this one.

anyways, here's what i did:

1.) downloaded the MuServerNoSetup.rar on the first page
2.) Ran mysql and it seem to be working as I am able to navigate using mysql workbench
3.) installed IIS and enabled ASP support (i did not enable CGI) tho.. then, i copied all contents of the web folder which contains the muconn.asp to the wwwroot

NOTE: i have set IIS to use port 81

4.) configured all server IPs to match my computer's local IP
5.) all server seem to run fine without any errors
6.) Installed MSSQL 2008 and loaded account.bak
7.) setup odbc for MSSQL under UserDSN (I chose SQL Native Client)
8.) Modified the APK assets (serverip.txt and version.txt)
9.) installed the APK on the same machine where the servers are running (on bluestacks ofc) and it fails to connect. im sure no firewalls blocking the connection

Im not sure if i missed anything but I will be happy if someone can shed some light on this. Im pretty sure it help everyone having issues as well.

PS: Here's my version.txt. I'm not sure if im doing it right.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Config URL="http://10.0.0.11:81/Android/mu14x/">
    <Application VerText="Beta 1" VerCode="20150515" />
    <Resource VerText="Beta 1" VerCode="20150515" />
    <PackageType IsMiniPack="false" />
    <AppLevelUp VerCode="1410" linkurl="" isOpen="1" msg="" />
    <Info serverip="10.0.0.11" voiceserverip="10.0.0.11:81/yy/audiochat/" pushserverip="115.159.75.99:28461/2/" serverlisturl="10.0.0.11:81/ServerList/GetServerList.aspx" verifyaccountserverip="10.0.0.11:81/" versionurl="http://10.0.0.11:81/QMQJLogin/" bakurl="http://10.0.0.11:81/QMQJLogin/" updateclientname="mg_qmqj_1505_265_1.apk" serverid="1" gameid="local" login="1" lang="0" isolateresid="1" roleNum="0" deleteRole="1" loginport="3001" gameport="6601" />
    <Test TestURL="http://10.0.0.11:81/NewVersion/QMQJ/" />
</Config>

Last thing, i saw a web_api folder inside the MU Server folder. Im not sure where to put it.


Thank you very much
 
Newbie Spellweaver
Joined
Sep 4, 2014
Messages
41
Reaction score
2
Any news about the project? when the .apk FULL english will be release? i waiting for that :D



Do you edit the RCPservice.smali? maybe that is the problem.



hello team..

i tried to play with the files but to no success.. i have a a bit of knowledge on setting up private servers but i guess i fail on this one.

anyways, here's what i did:

1.) downloaded the MuServerNoSetup.rar on the first page
2.) Ran mysql and it seem to be working as I am able to navigate using mysql workbench
3.) installed IIS and enabled ASP support (i did not enable CGI) tho.. then, i copied all contents of the web folder which contains the muconn.asp to the wwwroot

NOTE: i have set IIS to use port 81

4.) configured all server IPs to match my computer's local IP
5.) all server seem to run fine without any errors
6.) Installed MSSQL 2008 and loaded account.bak
7.) setup odbc for MSSQL under UserDSN (I chose SQL Native Client)
8.) Modified the APK assets (serverip.txt and version.txt)
9.) installed the APK on the same machine where the servers are running (on bluestacks ofc) and it fails to connect. im sure no firewalls blocking the connection

Im not sure if i missed anything but I will be happy if someone can shed some light on this. Im pretty sure it help everyone having issues as well.

PS: Here's my version.txt. I'm not sure if im doing it right.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Config URL="http://10.0.0.11:81/Android/mu14x/">
    <Application VerText="Beta 1" VerCode="20150515" />
    <Resource VerText="Beta 1" VerCode="20150515" />
    <PackageType IsMiniPack="false" />
    <AppLevelUp VerCode="1410" linkurl="" isOpen="1" msg="" />
    <Info serverip="10.0.0.11" voiceserverip="10.0.0.11:81/yy/audiochat/" pushserverip="115.159.75.99:28461/2/" serverlisturl="10.0.0.11:81/ServerList/GetServerList.aspx" verifyaccountserverip="10.0.0.11:81/" versionurl="http://10.0.0.11:81/QMQJLogin/" bakurl="http://10.0.0.11:81/QMQJLogin/" updateclientname="mg_qmqj_1505_265_1.apk" serverid="1" gameid="local" login="1" lang="0" isolateresid="1" roleNum="0" deleteRole="1" loginport="3001" gameport="6601" />
    <Test TestURL="http://10.0.0.11:81/NewVersion/QMQJ/" />
</Config>

Last thing, i saw a web_api folder inside the MU Server folder. Im not sure where to put it.


Thank you very much


Do you edit the RCPservice.smali? maybe that is the problem.



hi guys, can anyone help me?
View attachment 158264

Check the IIS configuration and remember make the OBDC.
 
Newbie Spellweaver
Joined
Nov 22, 2011
Messages
17
Reaction score
0
Any news about the project? when the .apk FULL english will be release? i waiting for that :D



Do you edit the RCPservice.smali? maybe that is the problem.






Do you edit the RCPservice.smali? maybe that is the problem.





Check the IIS configuration and remember make the OBDC.


I can login,but does not enter the game

DCNV6B4 - [Development] Mu Online Mobile (Miracle/Origin) - Vr 1.4.3 - RaGEZONE Forums

bm5SOff - [Development] Mu Online Mobile (Miracle/Origin) - Vr 1.4.3 - RaGEZONE Forums

zvsK4Uk - [Development] Mu Online Mobile (Miracle/Origin) - Vr 1.4.3 - RaGEZONE Forums


please help !!!
 

Attachments

You must be registered for see attachments list
Back
Top