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!

Looking for Developer in MU Mobile

Newbie Spellweaver
Joined
May 6, 2018
Messages
6
Reaction score
0
Looking for Developer for MU MOBILE
VERSION 7.3
It Just few things to fix like the MALL EDITOR
specially this one :

[h=1]Server Error in '/' Application.
[/h][h=2]An item with the same key has already been added.[/h]
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: An item with the same key has already been added.

Source Error:

Line 20:
Line 21: var data =
Line 22: HTML.Raw(@JsonConvert.SerializeObject(Global.Xmls.Mall.Items.Select(c => c).ToDictionary(c => c.ID, c => c)));
Line 23: var good =
Line 24: HTML.Raw(@JsonConvert.SerializeObject(Global.Xmls.Goods.Items.Where(c => (c.ExecMagic.Length > 2 && c.Categoriy > 21) || (mallitemsidarray.Contains(c.ID))).Select(c => c).ToDictionary(c => c.ID, c => c)));

Source File: c:\Mu_Server\WWW\extensionmuorigin.online\Views\Xml\MallEditor.cshtml Line: 22

Stack Trace:

anyone can help ?

Bound items cant purchase too..

PLEASE!!!
 
Back
Top