Someone got an idea what is happening here ? My server was running just fine, and I could login to my server with the client. I don't know what exactly happened, but for some reason the login server is reporting the following now, and nothing seems to work anymore :
The parameters I run the game with are : "C:\Mu Legend Client\Binaries\Win64\MULegend.exe" -StudioTest ForceConnectIp=192.168.2.15012/22/22 12:05:14 [13804] INFO - onEclReqServerVersion >Major:0, Minor:0, Patch:54 [mu2::LoginRunner::onEclReqServerVersion][LoginRunner.cpp][1189]
12/22/22 12:05:14 [13804] INFO - users(0), AuthLeft(0), AuthTotal(0) [mu2::LoginRunner::update][LoginRunner.cpp][98]
12/22/22 12:05:14 [13804] INFO - onReqLogin> [mu2::LoginRunner::onEclReqLogin][LoginRunner.cpp][135]
12/22/22 12:05:14 [6184] INFO - login otp check. ProviderCode = [mu2::UrlAuth::SetParam][UrlAuth.cpp][69]
12/22/22 12:05:14 [6184] INFO - UrlAuth. URL : http://MyIPAddress/api/member/checkOTP.php [mu2::UrlAuth::SetParam][UrlAuth.cpp][70]
12/22/22 12:05:14 [6184] INFO - UrlAuth. INPUT : £¬req={"channeling_index":0,"client_ip":"192.168.2.150","locale":"jp","service_code":"mulegend-jp","user_key":"henk","user_otp":"test"}
[mu2::UrlAuth::SetParam][UrlAuth.cpp][71]
12/22/22 12:05:17 [6184] INFO - UrlAuth. OUTPUT : [mu2::UrlAuth::Finish][UrlAuth.cpp][86]
12/22/22 12:05:17 [6184] ERROR - Auth : error 3 [json parsing error] [mu2::UrlAuth::Finish][UrlAuth.cpp][125]
12/22/22 12:05:17 [13804] INFO - onEclReqLogin >Auth Result 0 [mu2::LoginRunner::onEclReqLogin][LoginRunner.cpp][193]
12/22/22 12:05:17 [13804] ERROR - onReqLogin> Failed 0 [mu2::LoginRunner::onEclReqLogin][LoginRunner.cpp][223]
12/22/22 12:05:17 [13804] INFO - onEclReqActiveWorldList >> active world server list REQUEST [mu2::LoginRunner::onEclReqActiveWorldList][LoginRunner.cpp][938]
the password is in clear text in the database in the table MuAuth.
Edit: In the meanwhile i've got it working again. I had played around with ports, but forgot to change it in one of the yaml files.
Only issue i've got left is the registration webpage. I can get it running locally, but as soon i'm trying to reach it over the internet, it falls back to the root http://mywebsite.com everytime instead of : http://mywebsite.com/API/
In this way I get the error in the browser The requested URL was not found on this server.
This is because the /API/ is deleted everytime. No idea why that is happening.
Edit 2: The second problem is also solved now. Somewhere in the index.php, the website was going one step back with the following command: $relative_url = '../';
Now i've commented this part out, and it seems to work now.
Last edited by phoenix083; 2 Weeks Ago at 08:52 AM.
Next Question
Does anyone know why the part "Create Equipment Item" in the MU2RC is not working ?
I can create all kinds of wings without any problem, I can create all the generic items, but Equipment items is not working for some reason.
Also when I try to create the item manually from the console ingame, nothing appears in my inventory....
For example : /create 10852150 1, nothing happens at all.
![]()
Last edited by phoenix083; 2 Weeks Ago at 10:31 AM. Reason: Picture was not working....
The command "/create" does not work if item does not exist in "data/item_info.csv"
![]()
Thanks, I think I also found out whenever trying to create an object with the remote Control, you can't exceed level 100. Now I'm receiving the items in my inventory. Tonight I will try to get the shop working, for some reason it is not working :-( looks like it has no connection with the mysql database. But not sure what to check to find out what is the exact problem.
Edit: I've checked several options to get the ingame shop working, but I don't know why it is not working.
I've added the "127.0.0.1 api.leegm.dev.valofe.com" line to the hosts file already, but ingame i keep getting the error popup : Legend Shop: Failed to process on FCSA end.
Any ideas ? Would be nice if I get that working too.
Last edited by phoenix083; 2 Weeks Ago at 10:51 PM. Reason: Extra Information
Good morning.
I tried to add another drop to Dungeon in: D:\server\resource\data\Drop_index.csv (server vmware), but the server does not start after the change, so I also put the same item_ID in the database in: MSSQL - Mu2GameCode - dbo - Talbes - Drop_index but the error still continues.
So I wonder if I have to change some other file or if it’s not even possible to put more rewards on a Dungeon?
Example: Dungeon Magic Gem Mine = receive the reward box + a custom reward.
The item ID is correct, because I can create one in the game: /create 71251 1
Thank you and good work/day