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 [Tutorial] How to setup a MUOnline Server for Mobile

Joined
Jan 6, 2005
Messages
500
Reaction score
79
A. What do you need?
* Webserver with (ASP,ASPX,PHP) Support.. i prefer IIS
*.NET Framework 4+
* APKIDE (for editing APK file)
* DnSpy - for editing unencrypted Assembly-Charp.dll and other exe/dll *if needed)
* AssetBundleExtractor (ABE) - for extracting .unity3d file
* MySQL
* Nox - for testing your APK (with installed Packet Capture apps and make sure Nox is rooted)
* Navicat - for management of mysql db
* and what important is the
- Server Files
- Web Files
- Correct Client (APK) for your server files
- sql files

B. How to setup IIS (make sure your OS support IIS)
* Control Panel -> Program and Features -> Turn Windows Features on or off
* On windows features dialog box, check Internet Information Services
* On Internet Information Services, go to World Wide Web and check all Application Development Features
* Click [Ok] and your done.
- How to check?? open your browser and browser or your

C. How to setup your Web Files
* Delete all unnecessary files inside "C:\inetpub\wwwroot"
* Copy your web files inside "C:\inetpub\wwwroot"
* Right click on your "Computer Icon" then select "Manage"
* On Computer Management, select Services and Applications -> Internet information Services
* Select your Application Pools (make sure it is .NET 4.0+ and Enable 32bit is True )

D. How to make some of the folder in your www as Application?
* On Computer Management, select Services and Applications -> Internet information Services
* Select your default website, select the folder
* Right click to the selected folder, then select Convert to Application
* All folder with "bin" must be convert to application

E. How to import your db to mysql
* Open navicat
* create your localhost settings
* change the password of the root
* create database
* import your sql to database created

F. How to setup your server (make sure your port is correct and match to each other)
* GameDBServer
Edit your AppConfig.xml
Edit your GameServer.xml
* GameLogServer
Edit your AppConfig.xml
* GameServer
Edit your AppConfig.xml
(check your ports)
(check your gameres location)

G. How to edit your client
* open your client with APKIDE
* change the IP's inside version.xml
- make sure it is links are correct and link to your webserver)
* for the logins and registration links.. run the client while the Packet Capture is open to check the existing link, then search it on APKIDE then change with your own IP;s (For 1.4.3 and other clients, usually it is located on "RPCService.smali"
* Compile the client

H. Install the client on Nox

I. How to make your xml compatible with your clients
* Extract the .unity3d inside Gamesite folder using ABE
* Usually the extracted is in TXT format so you need to rename all of it with XML
* copy this files in your server (Gameres)

-=-=-=-=
I hope this will help you, i hope i didn't forgot something, ahaha any questions?
 
Banned
Banned
Joined
Aug 17, 2017
Messages
58
Reaction score
0
B. How to setup IIS (make sure your OS support IIS)
* Control Panel -> Program and Features -> Turn Windows Features on or off
* On windows features dialog box, check Internet Information Services
* On Internet Information Services, go to World Wide Web and check all Application Development Features
* Click [Ok] and your done.
- How to check?? open your browser and browser or your

bro this tutorial. i have problem with this. when i browse . its just white blank page
 
Joined
Jan 6, 2005
Messages
500
Reaction score
79
B. How to setup IIS (make sure your OS support IIS)
* Control Panel -> Program and Features -> Turn Windows Features on or off
* On windows features dialog box, check Internet Information Services
* On Internet Information Services, go to World Wide Web and check all Application Development Features
* Click [Ok] and your done.
- How to check?? open your browser and browser or your

bro this tutorial. i have problem with this. when i browse . its just white blank page

what is the files inside your C:\inetpub\wwwroot??
 
Banned
Banned
Joined
Aug 17, 2017
Messages
58
Reaction score
0
what is the files inside your C:\inetpub\wwwroot??

nBDboM5 - [Tutorial] How to setup a MUOnline Server for Mobile - RaGEZONE Forums


thats whats inside



here's my screenshot of localhost
oxJNslA - [Tutorial] How to setup a MUOnline Server for Mobile - RaGEZONE Forums


but this is working
qpFzFKY - [Tutorial] How to setup a MUOnline Server for Mobile - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Jan 6, 2005
Messages
500
Reaction score
79
its basic, delete those (iistart...) and try to put a default or index file.. e.g. "default.aspx" or "index.html" or "index.php" or "index.aspx" and put something inside that file...
 
Joined
Oct 2, 2006
Messages
1,562
Reaction score
372
Hello,

I am new with this mobile version of MUOnline i want to ask if do i need a VPS to run this? or i can run this on webhosting?

Thank you!
 
Last edited:
Joined
Nov 10, 2011
Messages
72
Reaction score
15
i use AssetBundleExtractor for extracting sharedassets0.assets.split
but how do i put those .split files back together?
 
Banned
Banned
Joined
Aug 17, 2017
Messages
58
Reaction score
0
@nhed57
bro can you add a thread for tutorial how to make giftcode and how to be a gm user? :D


nhed57
can you help me with this? Its fully 1.5 english client. And thats the error. I edit the ip/link in Assembly-CSharp.dll under CLi. When i run client and login in, while running packet capture i see a link that i cant find where it is located. Even in kunlun.smali theres no ip/link inside like i was see on packet capture.

F3uJGm - [Tutorial] How to setup a MUOnline Server for Mobile - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Aug 17, 2017
Messages
58
Reaction score
0
@nhed57
bro how to fix this? Thanks in advance.
VkurrUK - [Tutorial] How to setup a MUOnline Server for Mobile - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Jan 6, 2005
Messages
500
Reaction score
79
nhed57
bro how to fix this? Thanks in advance.
VkurrUK - [Tutorial] How to setup a MUOnline Server for Mobile - RaGEZONE Forums

check the ip inside the Assembly-Csharp.dll (use dnspy)



nhed57 do you have discord because i want to know and confirm your the one chating me

i only use this forum for answering things.... no fb, no skype, no discord and no whatsoever. i build and try server as a hobby, it a bit challenge for me. I don't have even a VPS "to bad"... my first contribution in ragezone was RFOnline and GunboundTH wayback 2005
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Jul 27, 2016
Messages
123
Reaction score
19
I need the working server files only him has it

actually the files he give even other people have it they work on it from the scratch fix the bug we also start from 0 no idea about this game to setup and fix the bug but we have programming IQ better learn by yourself so in the next time you can get credits by your own work
 
Banned
Banned
Joined
Aug 17, 2017
Messages
58
Reaction score
0
check the ip inside the Assembly-Csharp.dll (use dnspy)
nhed57
ips on Assembly-CSharp.dll is done. Actually that client works from ackemina shared server. But when i try it from the other server files (given by oxlove) thats what happen. Even other client.
 
Back
Top