Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source Louis Emulator S4 S6 S8 (update 4)  (Visto 21988 veces)

0 Miembros and 2 Guests are viewing this topic.

Offline chuckhai #60 Posteado: August 29, 2018, 09:24:14 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 134
  • Gracias recibida: 1063
  • vn
Disculpen edite el msj xq no me explique bien... mejor subo los sources corregidos del main
You can share me very much waiting for it thanks

Gracias:


Offline .:DragonSeth:. #61 Posteado: September 18, 2018, 06:07:50 PM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 104
  • Gracias recibida: 3006
  • 00
Como consertar novo GameServer compilado com atualização do Source Louis emulator update 4

Citar
GameServer.exe <GameServer_EX603>

Error
Nao autorizado (#1).
Verifique sua licença com mosso suporte!

Just in case if anyone is having this error to fix this do this

Code: [Select]
#ifndef PROTECT_STATE
#define PROTECT_STATE 1 << Change 1 to  0
#endif

Code: [Select]
#if(Protect_State==1) < Change 1 to 0

Gracias:


Offline seedmaker #62 Posteado: September 21, 2018, 02:11:57 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 140
  • Gracias recibida: 573
  • ph
When will you release update 6? :v


Online djagripnos #63 Posteado: September 21, 2018, 03:36:51 AM

  • MAESTRO

  • US. DE HONOR

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 824
  • Gracias recibida: 27494
  • gr

Offline onlinezajzaj #64 Posteado: September 21, 2018, 11:40:30 AM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 700
  • Gracias recibida: 18231
  • vn
Please share me the client and server for louis souce, thanks!

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Offline onlinezajzaj #65 Posteado: October 03, 2018, 07:43:37 AM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 700
  • Gracias recibida: 18231
  • vn
Code: [Select]
#define WIN32_LEAN_AND_MEAN

#define _WIN32_WINNT _WIN32_WINNT_WINXP


#define GAMESERVER_CLIENT "LOUIS MS EMULATOR"

#define GAMESERVER_CLIENTE_UPDATE 4
#define GAMESERVER_CLIENTE_PREMIUM 0


#if(GAMESERVER_TYPE==0)
#define GAMESERVER_VERSION "GS"
#else
#define GAMESERVER_VERSION "GSCS"
#endif

#ifndef GAMESERVER_TYPE
#define GAMESERVER_TYPE 0
#endif

#ifndef GAMESERVER_EXTRA
#define GAMESERVER_EXTRA 1
#endif

#ifndef GAMESERVER_UPDATE
#define GAMESERVER_UPDATE 803
#endif

#ifndef GAMESERVER_LANGUAGE
#define GAMESERVER_LANGUAGE 1
#endif

#ifndef PROTECT_STATE
#define PROTECT_STATE 0
#endif

#ifndef ENCRYPT_STATE
#define ENCRYPT_STATE 1
#endif

#if(PROTECT_STATE==1)
#define GAMESERVER_NAME "Free"
#else
#define GAMESERVER_NAME "Premium"
#endif
I do not see the character information
Please help me, wrong somewhere, please help me
thank you

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Offline onlinezajzaj #66 Posteado: October 03, 2018, 06:45:40 PM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 700
  • Gracias recibida: 18231
  • vn

Eu não consigo me conectar ao jogo usando Main.dll, onde eu errei?
por favor me ajude!
Code: [Select]
#if(GAMESERVER_PREMIUM==1)
if(gProtect.ReadMainFile("mainfire.premium") == 0)
{
ExitProcess(0);
}
#else
if(gProtect.ReadMainFile("main.free") == 0)
{
ExitProcess(0);
}
#endif

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Offline ZabiinoOo #67 Posteado: October 03, 2018, 06:50:06 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Administrador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 7.270
  • Gracias recibida: 125163
  • pe
@onlinezajzaj and wath is the problem or error my friend?




Prohibido pedir soporte via MP
Leer las reglas de cada seccion
we trust god

Gracias:


Offline onlinezajzaj #68 Posteado: October 03, 2018, 07:41:47 PM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 700
  • Gracias recibida: 18231
  • vn
@onlinezajzaj and wath is the problem or error my friend?

I use "Souce Main", after build "Main.dll" can not enter the game
Maybe I do not know how to fix in "Souce Main", please help me!
Thank you !



Code: [Select]
#if(GAMESERVER_PREMIUM==1)
if(gProtect.ReadMainFile("mainfire.premium") == 0)
{
ExitProcess(0);
}
#else
if(gProtect.ReadMainFile("main.free") == 0)
{
ExitProcess(0);
}
#endif

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Offline onlinezajzaj #69 Posteado: October 05, 2018, 07:19:50 PM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 700
  • Gracias recibida: 18231
  • vn
souce "Main" after compiling "Main.dll" can not activate Main.exe in game, please help me, thanks!

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Offline Ryukendo #70 Posteado: October 05, 2018, 09:56:38 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 85
  • Gracias recibida: 41
  • ve
Saludos comunidad, alguien me podría informar si "los Files Season 8 con su cliente" correspondientes a estas Sources fueron aportados en el Foro?

"El conocimiento es poder!"

Offline ZabiinoOo #71 Posteado: October 05, 2018, 10:27:55 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Administrador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 7.270
  • Gracias recibida: 125163
  • pe
Saludos comunidad, alguien me podría informar si "los Files Season 8 con su cliente" correspondientes a estas Sources fueron aportados en el Foro?

http://tuservermu.com.ve/index.php?topic=9042.0




Prohibido pedir soporte via MP
Leer las reglas de cada seccion
we trust god

Gracias:


Offline xuanthanhyt #72 Posteado: October 15, 2018, 10:50:04 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 13
  • Gracias recibida: 111
  • vn

Please feel free to build into GameServer-FirePremium and JoinServer-FirePremium, ConnectServer-FirePremium, DataServer-FirePremium.
thank you


Offline Cheke2 #73 Posteado: October 15, 2018, 11:36:49 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 93
  • Gracias recibida: 40
  • ar
Yo quiero la hora local en mi cliente, tengo el update 13 original de Louis y no esta activa la hora :(


Offline xuanthanhyt #74 Posteado: October 16, 2018, 03:39:26 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 13
  • Gracias recibida: 111
  • vn
I build all the files in the scoure replaced when the main click, main does not work, who only fix with.


Offline str1ker #75 Posteado: October 16, 2018, 01:46:30 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 6
  • Gracias recibida: 24
  • es
Tampoco funciona a mi, despues de compilar y meter main.dll, el main.exe ya no funciona.... Alguien tiene solucion?


Offline jhoancito #76 Posteado: November 13, 2018, 07:06:34 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 247
  • Gracias recibida: 646
  • bo
si o si es nesesario tener visualstudio 2010 yo tengo el 2015 o alguna source que compile con 2015


Online djagripnos #77 Posteado: November 16, 2018, 04:24:20 AM

  • MAESTRO

  • US. DE HONOR

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 824
  • Gracias recibida: 27494
  • gr
Rf Skill Bugs Uppercut



Do you know guys fix ??? Share source


Offline onlinezajzaj #78 Posteado: November 23, 2018, 10:14:58 AM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 700
  • Gracias recibida: 18231
  • vn
Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Online djagripnos #79 Posteado: November 23, 2018, 10:57:15 AM

  • MAESTRO

  • US. DE HONOR

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 824
  • Gracias recibida: 27494
  • gr




How can I fix it, please help me!

i dont know fix friend search fix shared forum free


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
211 Replies
33979 Views
Last post August 27, 2023, 01:38:23 AM
by OBBY
54 Replies
11390 Views
Last post October 29, 2019, 11:10:42 AM
by hiep
3 Replies
1877 Views
Last post February 28, 2020, 11:17:49 PM
by ConejoMalo
4 Replies
2087 Views
Last post September 16, 2023, 07:35:12 PM
by Evangelio
1 Replies
1296 Views
Last post August 01, 2020, 11:39:48 AM
by FAKUS