Mu Origin Server Suit EX800
MuOrigin.Ex800
A custom Mu Origin version with features and characters up to the latest version and a bunch of unique custom features and fixes
Features
- All features from previous version
- New classes DarkLord and Grow Lancer
- Includeds all Zythe Custom Features
- New version feature unlock every update
Pre-Requisite (Server)
- x64 Windows Server 2012 or above
- RAM at least 16GB or above
- Storage at lest 200GB or above
Setup (1/3) - Machine Preparation
Download and Install all C++ Redistributable Runtime; 2008-2015 and 2017-2019
Download abd install Framework 4.8
Install IIS in Server Manager
Download and Install [DotNET 5.0] and [DotNET 6.0] runtime
- .NET Desktop Runtime
- .NET Runtime
- ASP.NET Core Runtime
Configure Advance Firewall Inbound rule for ports
80,443,3001-3009,9001
default game and web portsOptional Programs:
Server Suite:
- Download latest release from [Client Area]
- Extract to
D:/MuOriginEx800/
(you can choose any location but I recommend this)
Setup (2/3) - Server Files Configuration
Database Configuration, Watch Video Guide
- Start the 1. Start MySQL.bat and open Navicat create MySql connection with default root password:
123456
and port:3388
- Restore database scripts located at
/MySQL/scrips/
as follows;mu_serverdata
mu_game_1
mu_item_log_1
mu_kuafu
mu_game_9001
mu_item_log_9001
- Modify
ServerURL
in databasemu_serverdata.t_serverdata
table - Modify
ip
in databasemu_kuafu.t_serverinfo
table
- Start the 1. Start MySQL.bat and open Navicat create MySql connection with default root password:
License Activation, Watch Video Guide
- Browse to your Licenses in [Client Area] to get your User Token and Serial for activation
- Start the 2. Start Server.bat path
/Tools/ServerManager/
and activate your license
ServerManager setup, Watch Video Guide
- Add Servers as follows; KF-Hosting, KF-Line 9001 and Server 1
- Edit all Server Info and AppConfigs
- Start all server and confirm no errors
IIS Website Configuration, Watch Video Guide
- Open IIS add websites;
- Web API select
/WWW/Api/
as physical path - Website select
/WWW/Web/
as physical path - Static Resource select
/WWW/Static/
as physical path
- Web API select
- Browse to created website and confirm it work
- Open IIS add websites;
Setup (3/3) - Client Files Recompiling
Android Client
Watch Video Guide
- Open Client Patcher from ServerManager Tools->Portables
- Open folder
/Client/Android/
then drag and drop the package folder to Client Patcher - Modify the fields make sure its not in red color before applying
- Recompile with ReSign the package folder using ApkEasyTool
IOS Client
Watch Video Guide
- Open Client Patcher from ServerManager
- Open folder /Client/IOS/ then extract the package for the first time.
- Drag and drop the extracted package folder to Client Patcher
- Modify the fields make sure it's not in red color before applying.
- Resign IPA with 3uTools or what you prepared.
Release (v8.20.241013-Update) N
v800.20.240921
- Added RankingFilter in GameDBServer to filter ranking (see attached video preview)
- Added ItemDropModule this module is to be replace CustomDropModule (see
ItemDropModule.xml
for details) - Deprecated CustomDropModule (this module will be remove in the future update)
- Fixed SoulStone bug where player get disconnected when equipping stone and cannot login again
- Added 0.5s delay on Aquire SoulGem as requested to prevent abuse on auto-clicker
- Fixed SoulGem bug when trying to level up gem with 0 combat force
v800.20.241013
- Removed useless Warning logs that causes huge Warning log file
- Fixed DC bug on Reverse Refine (added disabled function message)
- Added BulkUseItem Feature, refer to
ScythusParams.xml
(see attached demo Video) - Added MultiWarehouse Feature, refer to
ScythusParams.xml
(see attached demo Video)- To apply this feature you need to replace all Warehouse npc with the new npc
200001
- To apply this feature you need to replace all Warehouse npc with the new npc
- Added FragmentModule this module convert fashion items to fragment (see attached demo Video)
- Fixed negative Diamonds bug (see attached demo Video)
- Fixed negative Bound-Diamonds bug (see attached demo Video)
- Fixed negative Gold bug (see attached demo Video)
- Fixed negative Bound-Gold bug (see attached demo Video)
- Refined Fix for negative Crystal/Gem bug
- Fixed KF.Hosting exceptions (on MySql DateTime)
v800.20.241018 (HotFix)
- Fix DC when purchase in Market (cause by previous update)
- Fix GameDBServer cannot exit using exit command (cause by previous update)
Apply this HotFix update after v800.20.241013 is applied
Release (v8.20.240910-Update) O
v800.20.240724
- Fixed Lag issue on Fashion Level Up (due to huge number of fashions)
- Fixed Lucky Star exchange on first draw in Lucky Wheel and Mount draw
v800.20.240815
- Added bypass check for CC in t_money when CC is empty
- Added ServerConfig at AppLogic to control server entry
- Added DiamondOnCrystalMine in CommonFeatures to convert bound diamonds to diamonds in crystal mine
- Added GameActivitySettings Module (new module to control game activities)
- Fixed IPN exception on Payment ipn process in ServerHosting
- Added CMTimeDiamondAward attribute in CrystalMonster.xml to control diamond award for crystal mine on double time
v800.20.240826
- Added AutoChangeLife Feature (automatically change life after reaching max level, see included
GameFeatureSettings.xml
sample) - Added AutoMailEventReward Module (automatically send mail rewards after the event ends)
- Fixed DC bug where player get dc when sending PM to player with double spaces after player name
- Fixed Soul Stone Inventory bug where player get full inventory message even if there is still space in inventory
- Added DynamicBossModule (dynamically applied monster attribute multiplier and coefficient per server)
v800.20.240909
- Added Runtime Cleaner at GameDBServer (automatically collect GC and cached roles)
- Add this to GameDBServer/AppConfig.xml just before
</Config>
closing tag
<!--Runtime: Auto cleanup task config, all values are minutes, 0 means disabled--> <Runtime GCTime="30" CacheReleaseTime="90" />
- Add this to GameDBServer/AppConfig.xml just before
- Fixed Parameter error on Soul Stone when equipping stone (this was cause by v800.20.240826 update)
- Fixed All traces of new classes weapon category for
WeaponMaster
and other classes
v800.20.240910
- Added ScythusParams Config (see
Config/ScythusParams.xml
)- Transfer
AutoChangeLife
switch under ScythusParams from GameFeatureSettings, (refer toScythusParams.xml->AutoChangeLife
description) - Added
CLMaxMoney
under ScythusParams, currently applied only for Recycled Crystal Token aka. Gems (refer toScythusParams.xml->CLMaxMoney
) - Added
HideBroadCast
under ScythusParams (refer toScythusParams.xml->HideBroadCast
description)
- Transfer
- Added
CastleSiege_Members
to AutoMailEventReward, this will automatically send reward to all members of winning guild (refer toAutoMailEventReward.xml
) - Added
CastleSiege_Participants
to AutoMailEventReward, this will automatically send reward to all non-winning guild members (refer toAutoMailEventReward.xml
)
Release (v8.20.240606-Repack) O
- Added WebNoticeHelper Module (see Config/ZytheModules/WebNoticeHelper.xml)
- Added Missing Toolkit in ServerManager
Release (v8.20.240303 -Update) O
- Added IOS Client Patcher Tool in ServerManager
- Fixed Guild Join Request Bug (Where request is not received by guild leader)
- Added GameFeatureSettings Module
- Fixed Talent Negative Points Bug (See Feature config GameFeatureSettings.xml)
- Fixed Reborn Stamp Bug (Where Stamp feature is not working)
Note: v20-EN-Update-Only.zip, only contains files that are updated since the last release.
Release (v8.0.0.20 -Ultimate) O
- Stable release for re-worked MuOrigin Ex800 Server Suite
You can write a review
after you made a purchase for this product.