Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: PROJECT EMERSHOW UPDATE 27  (Visto 24518 veces)

0 Miembros and 2 Guests are viewing this topic.

Offline bhramabr #100 Posteado: March 04, 2025, 06:02:35 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 49
  • Gracias recibida: 2
Só não sei como colocar a premiação nos eventos de custom arena :/


Offline dakosmu #101 Posteado: March 04, 2025, 08:36:27 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 784
  • Gracias recibida: 11740
  • ve
Só não sei como colocar a premiação nos eventos de custom arena :/



Dakosmu Colaborador

Gracias:


Offline pokimon #102 Posteado: March 16, 2025, 03:35:36 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 17
  • Gracias recibida: 3
  • th

I want to make the buff display information like this. How do I do that?


Offline pokimon #103 Posteado: March 16, 2025, 03:38:09 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 17
  • Gracias recibida: 3
  • th

Offline skymkt #104 Posteado: May 01, 2025, 10:26:01 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 43
  • Gracias recibida: 12
  • vn
can someone give me scr gameserver and main with deleted license


Offline kini #105 Posteado: May 28, 2025, 04:08:58 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 4
  • Gracias recibida: 1
  • bg
Tengo una pregunta, por qué cuando cambias la interfaz a Legend, aparece este cuadrado blanco? Cambia en el GFX del cliente o en el Main SRC?

llegaste a encontrar las otz ozj?




Buscar

Cambiar por

Con eso solucionas momentáneamente





Segundo Ejemplo


PROJECT EMERSON UPDATE 27\Client_Season_6\Data\Custom\Interface\Legend\Chat
Descargar



¡Hola! Muchas gracias por la solución, pero intenté instalar Visual Studio 2010, compilé e instalé main.dll, y el juego presentó errores al iniciarse. Noté que el archivo main.dll compilado es mucho más pequeño que el del cliente. ¿Podrías subir una solución preparada para este problema, por favor? Una solución que podamos usar en futuras compilaciones, por ejemplo, o un archivo .dll ya preparado. Disculpa. Gracias.


Offline Evangelio #106 Posteado: May 28, 2025, 08:55:37 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 249
  • Gracias recibida: 2090
  • ar
Tengo una pregunta, por qué cuando cambias la interfaz a Legend, aparece este cuadrado blanco? Cambia en el GFX del cliente o en el Main SRC?

llegaste a encontrar las otz ozj?




Buscar

Cambiar por

Con eso solucionas momentáneamente





Segundo Ejemplo


PROJECT EMERSON UPDATE 27\Client_Season_6\Data\Custom\Interface\Legend\Chat
Descargar



¡Hola! Muchas gracias por la solución, pero intenté instalar Visual Studio 2010, compilé e instalé main.dll, y el juego presentó errores al iniciarse. Noté que el archivo main.dll compilado es mucho más pequeño que el del cliente. ¿Podrías subir una solución preparada para este problema, por favor? Una solución que podamos usar en futuras compilaciones, por ejemplo, o un archivo .dll ya preparado. Disculpa. Gracias.
Que errores tienes?


Offline kini #107 Posteado: May 29, 2025, 05:59:21 PM | Modificado: May 29, 2025, 06:08:49 PM by kini

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 4
  • Gracias recibida: 1
  • bg
Tengo una pregunta, por qué cuando cambias la interfaz a Legend, aparece este cuadrado blanco? Cambia en el GFX del cliente o en el Main SRC?

llegaste a encontrar las otz ozj?




Buscar

Cambiar por

Con eso solucionas momentáneamente





Segundo Ejemplo


PROJECT EMERSON UPDATE 27\Client_Season_6\Data\Custom\Interface\Legend\Chat
Descargar



¡Hola! Muchas gracias por la solución, pero intenté instalar Visual Studio 2010, compilé e instalé main.dll, y el juego presentó errores al iniciarse. Noté que el archivo main.dll compilado es mucho más pequeño que el del cliente. ¿Podrías subir una solución preparada para este problema, por favor? Una solución que podamos usar en futuras compilaciones, por ejemplo, o un archivo .dll ya preparado. Disculpa. Gracias.
Que errores tienes?



Hola,

Hice lo siguiente:

1. En Main_EX603 - Emershow, abrí Main.sln con Visual Studio 2010.

2. Encontré esto en Interface.cpp:
if(gProtect.m_MainInfo.CustomInterfaceType == 4)

3. Lo cambié a if(gProtect.m_MainInfo.CustomInterfaceType == 5)

4. Después:
if(gProtect.m_MainInfo.CustomInterfaceType == 5) {

Agregué esto (según la publicación anterior del compañero que lo describió):

LoadBitmapA("Custom\\Interface\\Legend\\Chat\\chat_bg03.tga", 51545, GL_LINEAR, GL_CLAMP, 1, 0);

LoadBitmapA("Personalizada\\Interfaz\\Leyenda\\Chat\\newui_Scrollbar_stretch.tga", 31275, 9729, 10496, 1, 0);
LoadBitmapA("Personalizada\\Interfaz\\Leyenda\\Chat\\Chat_Main01.tga", 51529, GL_LINEAR, GL_CLAMP, 1, 0);
LoadBitmapA("Personalizada\\Interfaz\\Leyenda\\Chat\\Chat_Main02.tga", 51541, GL_LINEAR, GL_CLAMP, 1, 0); for (int i = 51530; i < 51534; ++i)
{
LoadBitmapA("Interfaz personalizada\\Leyenda\\Chat\\Botón de chat.tga", i, GL_LINEAR, GL_CLAMP, 1, 0);
}
LoadBitmapA("Interfaz personalizada\\Leyenda\\Chat\\Botón de chat WBack.tga", 51538, GL_LINEAR, GL_CLAMP, 1, 0);
LoadBitmapA("Interfaz personalizada\\Leyenda\\Chat\\Botón de chat Tamaño.tga", 51539, GL_LINEAR, GL_CLAMP, 1, 0); LoadBitmapA("Personalizado\\Interfaz\\Leyenda\\Chat\\Chat_ButtonTransparencyA.tga", 51540, GL_LINEAR, GL_CLAMP, 1, 0);
LoadBitmapA("Personalizado\\Interfaz\\Leyenda\\Chat\\Chat_ButtonHide01.tga", 51542, GL_LINEAR, GL_CLAMP, 1, 0);
LoadBitmapA("Personalizado\\Interfaz\\Leyenda\\Chat\\Chat_ButtonHide02.tga", 51543, GL_LINEAR, GL_CLAMP, 1, 0);
LoadBitmapA("Personalizado\\Interfaz\\Leyenda\\Chat\\Chat_ButtonHide03.tga", 51544, GL_LINEAR, GL_CLAMP, 1, 0);

5. Compilé y obtuve un nuevo archivo Main.dll, que copié y coloqué en el directorio del cliente.

6. Coloco la carpeta necesaria con los archivos cha en el cliente

Inicié el juego y me apareció este error: https://imgur.com/a/WE4gwBi

Había configurado Main con la herramienta y añadido mi dirección IP.

Gracias:


Offline pokimon #108 Posteado: May 30, 2025, 12:59:53 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 17
  • Gracias recibida: 3
  • th
Can you please fix the buff icon so that it shows when the time is up? Where can I fix it?


Online sanlp #109 Posteado: June 15, 2025, 05:58:12 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 61
  • Gracias recibida: 9
  • ar
Al iniciar el cliente, se cierra en la ventana de carga, le sucede a alguien mas?


Offline skymkt #110 Posteado: August 07, 2025, 05:10:45 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 43
  • Gracias recibida: 12
  • vn


How to turn off this information in blood castle


Offline KhongGianOL #111 Posteado: August 07, 2025, 09:29:51 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 246
  • Gracias recibida: 701
  • vn


How to turn off this information in blood castle

GameServer/Data/GameServerInfo-Event.dat.....----->Switch custom BloodCastle....

Be kind, for everyone you meet is fighting their hard battle

Gracias:


Offline skymkt #112 Posteado: August 07, 2025, 10:05:45 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 43
  • Gracias recibida: 12
  • vn


How to turn off this information in blood castle

GameServer/Data/GameServerInfo-Event.dat.....----->Switch custom BloodCastle....

Mình tìm trong getmain tắt được rồi nhưng mà vẫn hiện Blood, Devil Master dù mình đã tắt nó trong getmain rồi

;====================================================================================
;-> Disable Master Events Buttom (BC, DS, CC)
;====================================================================================
DisableMasterEvents = 1


Offline jeffzkie69 #113 Posteado: August 09, 2025, 12:42:14 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 155
  • Gracias recibida: 42
  • ph
anyone can help to put buff time on this source? thank you!


Offline skymkt #114 Posteado: August 14, 2025, 07:34:46 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 43
  • Gracias recibida: 12
  • vn
@T-LEGENDARY Do you have EncryptBMD for this source?


Offline T-LEGENDARY #115 Posteado: August 14, 2025, 10:43:31 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 776
  • Gracias recibida: 12495
  • br
@T-LEGENDARY Do you have EncryptBMD for this source?

no bro m this just have in takumi update 15


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
237 Replies
49100 Views
Last post November 24, 2024, 02:44:19 AM
by Mutime1
48 Replies
20862 Views
Last post April 29, 2025, 11:21:43 PM
by johantttt
10 Replies
6911 Views
Last post June 23, 2021, 04:01:13 AM
by judes
6 Replies
8359 Views
Last post April 14, 2024, 07:35:39 AM
by T-LEGENDARY
16 Replies
6152 Views
Last post February 20, 2025, 06:14:37 AM
by T-LEGENDARY