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 Launcher + Autoupdate + webzen template

Experienced Elementalist
Joined
Jan 11, 2010
Messages
284
Reaction score
19
i tried the launcher ... but not autoupdate files from subfolders lie Data/local / item.bmd.... or i miss something ?
 
Newbie Spellweaver
Joined
Dec 6, 2018
Messages
72
Reaction score
3
Hi, can anyone re-upload the source code for this? The previous link is broken.

Thanks
 
Initiate Mage
Joined
Mar 14, 2019
Messages
3
Reaction score
0
no source for this one cause seems this launcher is infected with viruses

myheart - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums

Avast Lol
no virus in kaspersky,nice launcher thank you
 
Newbie Spellweaver
Joined
May 3, 2010
Messages
49
Reaction score
3
This launcher not working with https:// , is good if working with https , how i made working this launcher with https?

When i edit the link with https: the launcher closed.

(dont download update. ) I fixed this problem.

Good release of launcher.

How i configurated the version of update, to when the users dont download the same files the old version again if right now haved the last version?
 
Last edited:
Initiate Mage
Joined
Mar 9, 2019
Messages
3
Reaction score
0
I'm trying to run for ss6 Titan, but it's only repeated. Can anybody help me?


55ifTc - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums

I'm trying to run for ss6 Titan, but it's only repeated. Can anybody help me?
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Mar 14, 2014
Messages
17
Reaction score
1
I would very much like to use this launcher, but I have not been able to make it work correctly from my hosting, I don't know if any DLL will be missing to add
Someone gives me a hand? Please

hwCPP3j - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
May 22, 2010
Messages
3
Reaction score
0
hi dude, i placed it in IGCdllmain.cpp? and i was able to compile it, place it in the client and run main.exe. It still run without prompting for the launcher. Did i miss something?

d6vQkZ9 - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


o4CqRC1 - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums



myheart

i also tried using the Launchertype=1

4TWEkdV - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


the main.exe checks for the launcher but when i run the launcher i think it just looped it:

7yJ5CUa - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


do i need to modify something here ?:

eRw1R07 - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums



myheart

Thank You very much dude, i did not know i just need to put it there :D

AjFcJHV - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


Now Worked!!!

saSCCOA - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums

please reup source code , thanks !



I'm trying to run for ss6 Titan, but it's only repeated. Can anybody help me?


55ifTc - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums

I'm trying to run for ss6 Titan, but it's only repeated. Can anybody help me?

reup source please !
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 27, 2015
Messages
91
Reaction score
11
After Antihack launch main window crash, I test with muemu s6 1.0.4.E, any help?
Other launcher working fine tho.
 
Last edited:
Experienced Elementalist
Joined
Oct 31, 2006
Messages
282
Reaction score
82
I send new folder Map and no upload files. Only existing files update. Fix Source PLZ?
 
Last edited:
Junior Spellweaver
Joined
Dec 21, 2011
Messages
193
Reaction score
92
use this:

Code:
void CheckLauncher()
{
	HANDLE hMutex = CreateMutex(NULL, FALSE, "#32770");
	
	if (GetLastError() != ERROR_ALREADY_EXISTS)
	{
  WinExec("launcher.exe", 0);

  ExitProcess(0);
	}
	
	//CloseHandle(hMutex);
}

I have source IGC.dll IGCN s9 but nohave elixe.DLL can you help me add this source, please dude
 
Back
Top