• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[VIP+](Update=All Fix+New Link) Mu Legend H5 (%95ENG) Commercial Version

Joined
Jan 13, 2011
Messages
775
Reaction score
177
so me try work with this VM it so harm...
why not installed Midnight Commander? So beautiful tool for navigation, edit and view data?
why file /www/wwwroot/192.168.200.129/.user.ini blocked for editing trough set some attributes on FS?
And it's can be run in webcombine like Larogon or xampp

And VM type selected so old, without possibilities use CPU's VM enhancers ans speedup and virtual HDD size 80Gb in Split mode, so hard use it...

And in MySQL DB more strange settings for accounts, so not clean DB...
 
Last edited:
Newbie Spellweaver
Joined
May 1, 2018
Messages
21
Reaction score
3
so me try work with this VM it so harm...
why not installed Midnight Commander? So beautiful tool for navigation, edit and view data?
why file /www/wwwroot/192.168.200.129/.user.ini blocked for editing trough set some attributes on FS?
And it's can be run in webcombine like Larogon or xampp

And VM type selected so old, without possibilities use CPU's VM enhancers ans speedup and virtual HDD size 80Gb in Split mode, so hard use it...

And in MySQL DB more strange settings for accounts, so not clean DB...
can run with xampp?
 
Junior Spellweaver
Joined
Oct 3, 2017
Messages
165
Reaction score
15
hello

I have downloaded it and opened it to see

There is no source code here, just server-side files
@bigpatreon

QQ截图20240111133209 - [VIP+](Update=All Fix+New Link) Mu Legend H5 (%95ENG) Commercial Version - RaGEZONE Forums
QQ截图20240111133209.jpg
@

bigpatreon

 
Junior Spellweaver
Joined
Sep 5, 2008
Messages
156
Reaction score
41
lmao, I think some of people here dont know what is H5 game :ROFLMAO::ROFLMAO:

can run with xampp?
if using xampp, you need extract server file from VM, and instal manual (apache, mysql) and config it to work.
H5 game is easy to know how it working, only web page + js
I never try it before :v
 
Last edited:
Newbie Spellweaver
Joined
Dec 19, 2020
Messages
27
Reaction score
0
Могу ли я получить исходные файлы без виртуальной машины? Скачал этот 15-гигабайтный архив, но в итоге не могу разобраться, все на китайском, а инструкция неправильная!
 
Junior Spellweaver
Joined
Jun 5, 2009
Messages
144
Reaction score
19
Video containing the necessary tutorial to play the game online.

This is not running over HTTPS. I've tried running it over HTTPS but I'm currently stuck with the websocket. bigpatreon do you happen to know where is the websocket server? This is the only part that I need to configure (secure the websocket server), already done changing ws:// to wss://. Some of the js files are minified and hard to read but can be deminified.
 
Newbie Spellweaver
Joined
Sep 16, 2023
Messages
64
Reaction score
180
This is not running over HTTPS. I've tried running it over HTTPS but I'm currently stuck with the websocket. bigpatreon do you happen to know where is the websocket server? This is the only part that I need to configure (secure the websocket server), already done changing ws:// to wss://. Some of the js files are minified and hard to read but can be deminified.
No. I haven't set up an online server yet
 
Newbie Spellweaver
Joined
Aug 1, 2017
Messages
25
Reaction score
2
can you tell me which version of the vm is needed? it doesn't work on oracle vm 7.0.

*Could not get the storage format of the medium 'D:\RAGEZONE-MuLegendH5-bigpatreon\VM\CentOS 7.2 64 位-s001.vmdk' (VERR_NOT_SUPPORTED).
*
 
Junior Spellweaver
Joined
Feb 2, 2013
Messages
128
Reaction score
4
can you tell me which version of the vm is needed? it doesn't work on oracle vm 7.0.

*Could not get the storage format of the medium 'D:\RAGEZONE-MuLegendH5-bigpatreon\VM\CentOS 7.2 64 位-s001.vmdk' (VERR_NOT_SUPPORTED).
*
Executivo Program ADM
 
Junior Spellweaver
Joined
Sep 5, 2008
Messages
156
Reaction score
41
Simple Run and Stop.sh for all Server and Clear All Log, save it in root or any folder if you one
Run.sh
Code:
#!/bin/bash
bash ./stop.sh
sleep 5

echo "Cleaning Log ..."
rm -f /data/mu_s1/log/*.txt
rm -f /data/mu_s2/log/*.txt
rm -f /data/mu_s99/log/*.txt
rm -f /www/wwwlogs/*.log
echo "All Log file has been cleaned"
sleep 5

cd /data/mu_s1
cd $(cd "$(dirname "$0")" && pwd)
path=`pwd`
echo "Starting Server 1 ..."
sleep 2
datetime='date "+%Y-%m-%d.%H:%M:%S"'
echo $datetime" Start Data Server..."
$path/dbserver/dbserver_1 > /dev/null
echo $datetime" Start Game Server..."
$path/gameworld/gameworld_1 > /dev/null
echo $datetime" Start Gateway Server..."
$path/gateway/gateway_qiji_1 > /dev/null
echo $datetime" Server 1 has started !"
sleep 5

cd /data/mu_s2
cd $(cd "$(dirname "$0")" && pwd)
path=`pwd`
echo "Starting Server 2 ..."
sleep 2
datetime='date "+%Y-%m-%d.%H:%M:%S"'
echo $datetime" Start Data Server..."
$path/dbserver/dbserver_2 > /dev/null
echo $datetime" Start Game Server..."
$path/gameworld/gameworld_2 > /dev/null
echo $datetime" Start Gateway Server..."
$path/gateway/gateway_qiji_2 > /dev/null
echo $datetime" Server 2 has started !"
sleep 5

cd /data/mu_s99
cd $(cd "$(dirname "$0")" && pwd)
path=`pwd`
echo "Starting Cross-Server ..."
sleep 2
datetime='date "+%Y-%m-%d.%H:%M:%S"'
echo $datetime" Start Data Server..."
$path/dbserver/dbserver_99 > /dev/null
echo $datetime" Start Game Server..."
$path/gameworld/gameworld_99 > /dev/null
echo $datetime" Start Gateway Server..."
$path/gateway/gateway_99 > /dev/null
echo $datetime" Crross-Server has started !"
sleep 2
echo "All Server Started" !

Stop.sh
Code:
#! /bin/sh
echo "Stop Game Server"
echo 'Stop GateWay Server'
pkill -e 'gateway_*'
sleep 2
echo 'Stop Game Server'
pkill -e 'gameworld_*'
sleep 2
echo 'Stop Data Server'
pkill -e 'dbserver_*'
echo "All Server Stopped !"

Edit server startime to make Daily Ranking System work
/data/mu_s1/gameworld/runtime/opentime.txt
Set to server open time, like 2024-1-13 00:00:00 (start time, 0h Jan 13 - 2024)
 
Last edited:
Joined
Jan 13, 2011
Messages
775
Reaction score
177
yes and no , is not only a www folder , there is also data folder , game cannot run just in xamp
Xampp include PHP, Nginx, MySQL
Могу ли я получить исходные файлы без виртуальной машины? Скачал этот 15-гигабайтный архив, но в итоге не могу разобраться, все на китайском, а инструкция неправильная!
In Ingles plz...

No. I haven't set up an online server yet
Me have some problem:
- me can't use LAN 192.168.200.xxx, so it;
- me try fix settings in DB MySQL, by editing it and replace 192.168.200.129 by accessible IP in my LAN, like 172.16.200.239
- my install Midnight Commander and completely search and replace 192.168.200.129 in files of folder /www and rename .config files
but:
- game server starts
- trough Chrome me try create account and login
- after "initial data loading" message at 90% me see new message "Server has disconnected, tap to confirm reconnect" and endless loading data cycle in 90%
How fix it?
 
Last edited:
Junior Spellweaver
Joined
Jun 5, 2009
Messages
144
Reaction score
19
So Ez making it online from local to public, spent $4.89 for domain name in Cloudflare and used Cloudflare Zero Trust, no need VPS or dedi server.. :cool::bird:
1705078608647 - [VIP+](Update=All Fix+New Link) Mu Legend H5 (%95ENG) Commercial Version - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Sep 16, 2023
Messages
64
Reaction score
180
So Ez making it online from local to public, spent $4.89 for domain name in Cloudflare and used Cloudflare Zero Trust, no need VPS or dedi server.. :cool::bird:
View attachment 254677
Can you give me server ip? I want to check

Xampp include PHP, Nginx, MySQL

In Ingles plz...


Me have some problem:
- me can't use LAN 192.168.200.xxx, so it;
- me try fix settings in DB MySQL, by editing it and replace 192.168.200.129 by accessible IP in my LAN, like 172.16.200.239
- my install Midnight Commander and completely search and replace 192.168.200.129 in files of folder /www and rename .config files
but:
- game server starts
- trough Chrome me try create account and login
- after "initial data loading" message at 90% me see new message "Server has disconnected, tap to confirm reconnect" and endless loading data cycle in 90%
How fix it?
Have you changed the ip with SQL?
 
Junior Spellweaver
Joined
Sep 5, 2008
Messages
156
Reaction score
41
Change IP in:
MySQL:
DB H5 -> table name: h5_server
DB kf -> all table
Web file:
ver/209/entry.min.js
api/game.php
pass4/js/jssdk/h5sdk.js
 
Back
Top