can't see your link, can you share agaein plz!
Printable View
https://imgur.com/a/bQ8jc0Bhow to change price of npc shop?
https://imgur.com/a/bQ8jc0B
Thank you very much:love:
MU Legend - Ark 3 solo Dark Lord with Chalk Release skill - YouTube
Hi Guys! how are you?
I have a problem...someone can help me?
After inicialize the VM, and Start all services for the server, I'm go back in the host, and inicialize Mu2.exe It starts, but when the game opens, my computer logs off. It doesn't turn off, it just logs off...
Has anyone had this problem?
first go to auth database and TblAccounts , and then remove the md5 password and type your plain text password without hash for your account
like this ( 1234567 )
make bat file in Win64 folder
start MULegend.exe -StudioTest ForceConnectIp=192.168.0.103
change the ip to your server ip. now you can play
Hi everyone.
Wanted to test things out and run some local server but faced issues.
Everything seemed alright up to the client launch point.
SO Ive tried:
-StudioTest ForceConnectIp=192.168.1.148
This got me to the error code -3 upon login.
Then I tried:
H:\Games\Mu2\Binaries\Win64\MULegend.exe valofe.mul.launcher::123123|4297f44b13955235245b2497399d7a93|VALOFE|0|1|192.168.1.148|1001|JP|live
This got me to the Empty world list and soon after got kicked out with error: Disconnected from Game Guard.
And this is what I found in Login Server:
looks like it got error auth fail from web. ( I might be wrong ) Web API provided in repack somewhere in middle in this thread did not work as I thought .Followed instructions and on account creation moment it says :Quote:
11/04/21 14:03:25 [8812] INFO - onEclReqServerVersion >Major:0, Minor:0, Patch:54 [mu2::LoginRunner::onEclReqServerVersion][LoginRunner.cpp][1189]11/04/21 14:03:25 [8812] INFO - onReqLogin> [mu2::LoginRunner::onEclReqLogin][LoginRunner.cpp][135]11/04/21 14:03:25 [15072] INFO - login otp check. ProviderCode = 0 [mu2::UrlAuth::SetParam][UrlAuth.cpp][69]11/04/21 14:03:25 [15072] INFO - UrlAuth. URL : http://127.0.0.1/api/member/checkOTP.php [mu2::UrlAuth::SetParam][UrlAuth.cpp][70]11/04/21 14:03:25 [15072] INFO - UrlAuth. INPUT : 0£¬req={"channeling_index":0,"client_ip":"192.168.1.148","locale":"jp","service_code":"mulegend-jp","user_key":"devilangel","user_otp":"4297f44b13955235245b2497399d7a93"} [mu2::UrlAuth::SetParam][UrlAuth.cpp][71]11/04/21 14:03:25 [15072] INFO - UrlAuth. OUTPUT : <br /><b>Fatal error</b>: Uncaught Error: Non-static method Database::getData() cannot be called statically in G:\Mu2Repak\wwwroot\api\member\checkOTP.php:30Stack trace:#0 {main} thrown in <b>G:\Mu2Repak\wwwroot\api\member\checkOTP.php</b> on line <b>30</b><br /> [mu2::UrlAuth::Finish][UrlAuth.cpp][86]11/04/21 14:03:25 [15072] ERROR - Auth : error 3 [json parsing error] [mu2::UrlAuth::Finish][UrlAuth.cpp][125]11/04/21 14:03:25 [8812] INFO - onEclReqLogin >Auth Result 0 [mu2::LoginRunner::onEclReqLogin][LoginRunner.cpp][193]11/04/21 14:03:25 [8812] ERROR - onReqLogin> Failed 3 [mu2::LoginRunner::onEclReqLogin][LoginRunner.cpp][223]
You are awesome. You can login and save the world now. It don`t add account to the database.
I am confused :/ Maybe someone knows and can point to what ive done wrong ?
Thanks In advance.
Got this error and I cant figure out what's wrong with it.
Uncaught Error: Non-static method Database::getData() cannot be called statically
PHP Code:require '../vendor/autoload.php';
include_once('../config/database.php');
include_once('../config/config.php');
include_once('../config/helper.php');
$config = new Config();
$request_params = getRequests();
$user_key = $request_params->user_key;
$user_otp = $request_params->user_otp;
$channeling_index = $request_params->channeling_index;
$client_ip = $request_params->client_ip;
$locale = $request_params->locale;
$service_code = $request_params->service_code;
$db_user = $config->db_user;
$sql = "SELECT * FROM dbo.TblAccount WHERE accountid = '$user_key'";
$user_data = Database::getData($db_user, $sql, 'row'); <--- This Line Here
if ($user_data) {
$check_password = $user_otp;
if ($check_password === $user_data['passwd']) {
$result_array = array(
'result_code' => 1,
'user_no' => (int) $user_data['fcsaccountguid'],
'user_id' => $user_key,
'channeling_index' => $channeling_index
hello i just setup server & my shop is empty , how to fix it ?