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!

[Release] Mu Editor MUeMU 2017

Junior Spellweaver
Joined
Apr 21, 2005
Messages
154
Reaction score
126
Muemu updated 2017.

Updates:
-Fix pentagram equiped on char.
-Add multiwarehouses system
-Another fix for remote conections.
-Editor s6 with sockets.

Image:
1eEtziO - [Release] Mu Editor MUeMU 2017 - RaGEZONE Forums

Rh3NIj5 - [Release] Mu Editor MUeMU 2017 - RaGEZONE Forums



Download:

Editor Season 8


Editor Season 6 v2 (with sockets)


Editor Season 4


Credits:
MuEmu
Luis_Br(louis)
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Apr 21, 2005
Messages
154
Reaction score
126
dude can you share how you fix remote connection?

example(remove red text):
string[] mUSERVER = new string[] { "SELECT [AC].[GameIDC], [AC].[GameID1], [AC].[GameID2], [AC].[GameID3], [AC].[GameID4], [AC].[GameID5], [AC].[ExtWarehouse] FROM [dbo].[MEMB_INFO] LEFT OUTER JOIN [", frmMain.MU_SERVER, "].[", frmMain.MU_DB, "].[dbo].[AccountCharacter] AS [AC] ON [MEMB_INFO].[memb___id] = [AC].[Id] COLLATE Chinese_PRC_CS_AS_KS_WS WHERE ([AC].[Id] = '", account, "')" };

to:
string[] mUSERVER = new string[] { "SELECT [AC].[GameIDC], [AC].[GameID1], [AC].[GameID2], [AC].[GameID3], [AC].[GameID4], [AC].[GameID5], [AC].[ExtWarehouse] FROM [dbo].[MEMB_INFO] LEFT OUTER JOIN [AccountCharacter] AS [AC] ON [MEMB_INFO].[memb___id] = [AC].[Id] COLLATE Chinese_PRC_CS_AS_KS_WS WHERE ([AC].[Id] = '", account, "')" };
 
Junior Spellweaver
Joined
Jun 24, 2012
Messages
135
Reaction score
16
Support 2 database ?

MuOnline and Me_MuOnline
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
example(remove red text):


to:

Are you saying that just removing this one in red will make the remote connection work?
Voce esta dizendo que é só remover esse em vermelho que a conexão remota dele funcionará?
¿Estás diciendo que es sólo eliminar esta roja que la conexión remota funciona?
Jy sê dit is net hierdie rooi wat die afgeleë verband dit werk verwyder?
你是说这只是移除这个红色的远程连接工作?
คุณกำลังจะบอกว่ามันเป็นเพียงแค่เอาสีแดงที่เชื่อมต่อระยะไกลมันทำงานอย่างไร
Vous dites qu'il est simplement supprimer ce rouge que la connexion à distance ça marche?
 
Back
Top