Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: VS2022: Atualização Main.exe 5.2~6.3 (Otimização e Aprimoramentos)  (Visto 30889 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline bin9xhn2 #60 Posteado: August 30, 2023, 06:00:25 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 117
  • Gracias recibida: 252
  • vn

The login box does not appear. i turned off
NEW_PROTOCOL_SYSTEM in both Main and GS

Gracias:


Offline vcore30 #61 Posteado: September 04, 2023, 11:46:25 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 97
  • Gracias recibida: 909
  • ru

The login box does not appear. i turned off
NEW_PROTOCOL_SYSTEM in both Main and GS

NEW_PROTOCOL_SYSTEM client has errors with #ifndef #else blocks not all functions of the new protocol are disabled.

Gracias:


Offline hoanmaster #62 Posteado: September 23, 2023, 07:11:31 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 31
  • Gracias recibida: 29
  • vn
camera 3d Render full screen:

bool TestFrustrum2D(float x, float y, float Range)
{
if (SceneFlag == SERVER_LIST_SCENE || SceneFlag == WEBZEN_SCENE || SceneFlag == LOADING_SCENE)
return true;

int j = 3;
for (int i = 0; i < 4; j = i, i++)
{
float d = (FrustrumX - x) * (FrustrumY[j] - y) -
(FrustrumX[j] - x) * (FrustrumY - y);
Range -= 70;
if (d <= Range)
{
return false;
}
}
return true;
}

Gracias:


Offline hoanmaster #63 Posteado: September 25, 2023, 10:52:00 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 31
  • Gracias recibida: 29
  • vn
anti lag mu

find

func void RenderCharacter(CHARACTER *c, OBJECT *o, int Select)


   if (o->Kind == KIND_NPC && gMapManager.WorldActive == WD_0LORENCIA && o->Type == MODEL_PLAYER && (o->SubType >= MODEL_SKELETON1 && o->SubType <= MODEL_SKELETON3))
   {
      RenderPartObject(&c->Object, o->SubType, NULL, c->Light, o->Alpha, c->Level << 3, 0, 0, false, false, Translate, Select);
   }
replace

if ( o->Kind == KIND_PLAYER && c != Hero && SceneFlag != CHARACTER_SCENE) {
      return;
   }
if (o->Kind == KIND_NPC && gMapManager.WorldActive == WD_0LORENCIA && o->Type == MODEL_PLAYER && (o->SubType >= MODEL_SKELETON1 && o->SubType <= MODEL_SKELETON3))
   {
      RenderPartObject(&c->Object, o->SubType, NULL, c->Light, o->Alpha, c->Level << 3, 0, 0, false, false, Translate, Select);
   }


. can you add enable / disable in "if"


Offline hoanmaster #64 Posteado: September 25, 2023, 10:53:57 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 31
  • Gracias recibida: 29
  • vn
anti lag mu hide player

find

func void RenderCharacter(CHARACTER *c, OBJECT *o, int Select)


   if (o->Kind == KIND_NPC && gMapManager.WorldActive == WD_0LORENCIA && o->Type == MODEL_PLAYER && (o->SubType >= MODEL_SKELETON1 && o->SubType <= MODEL_SKELETON3))
   {
      RenderPartObject(&c->Object, o->SubType, NULL, c->Light, o->Alpha, c->Level << 3, 0, 0, false, false, Translate, Select);
   }
replace

if ( o->Kind == KIND_PLAYER && c != Hero && SceneFlag != CHARACTER_SCENE) {
      return;
   }
if (o->Kind == KIND_NPC && gMapManager.WorldActive == WD_0LORENCIA && o->Type == MODEL_PLAYER && (o->SubType >= MODEL_SKELETON1 && o->SubType <= MODEL_SKELETON3))
   {
      RenderPartObject(&c->Object, o->SubType, NULL, c->Light, o->Alpha, c->Level << 3, 0, 0, false, false, Translate, Select);
   }


. can you add enable / disable in "if"

Gracias:


Offline xiazaipw #65 Posteado: September 27, 2023, 02:58:16 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 62
  • Gracias recibida: 14
  • cn

The login box does not appear. i turned off
NEW_PROTOCOL_SYSTEM in both Main and GS
Brother, have you solved it?



Offline ADMtec #66 Posteado: September 29, 2023, 10:09:29 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 72
  • Gracias recibida: 17
  • br
Has development stopped?





Atualização: 25/05/2023


Notas de Atualização:
Main
- Adicionado suporte até Windows 11 Última build
- Correções de alguns GlobalText repetidos
- Atualização na linguagem PT-BR com ajuda do ChatGPT (Outras línguas serão adicionadas futuramente)
- Atualização e organização do Shadow system
- Corrigido bug do DarkLord mascote 14 5 (Hawk) crash ao equipar.
- Agora basta pesquisar "IP" e colocar seu IP dentro dos "" ex: "127.0.0.1"



Changelog:
Main
- Added support for Windows 11 latest build
- Fixed some repetitive GlobalTexts
- Updated PT-BR language with the help of ChatGPT (Other languages will be added in the future)
- Updated and organized the Shadow system
- Fixed a bug in DarkLord mascot 14 5 (Hawk) that caused a crash when equipping.
- Now you just need to search "IP" and put your IP address inside the "" e.g. "127.0.0.1"


Registro de cambios:
Main
- Se agregó soporte para Windows 11 Última build
- Correcciones de algunos GlobalText repetidos
- Actualización del idioma PT-BR con la ayuda de ChatGPT (Se agregarán otros idiomas en el futuro)
- Actualización y organización del sistema Shadow
- Se corrigió el error del mascota DarkLord 14 5 (Hawk) que provocaba un bloqueo al equiparlo.
- Ahora solo tienes que buscar "IP" y colocar tu IP dentro de las comillas "" por ejemplo: "127.0.0.1"

Links:
Spoiler for Hiden:

Updated
 Source+Client
 
 
No Updated
MuServer
 
 Source_MuServer
 


Has development stopped?

Gracias:


Offline son1xx2 #67 Posteado: September 29, 2023, 09:57:37 PM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 198
  • Gracias recibida: 2529
  • vn
Has development stopped?





Atualização: 25/05/2023


Notas de Atualização:
Main
- Adicionado suporte até Windows 11 Última build
- Correções de alguns GlobalText repetidos
- Atualização na linguagem PT-BR com ajuda do ChatGPT (Outras línguas serão adicionadas futuramente)
- Atualização e organização do Shadow system
- Corrigido bug do DarkLord mascote 14 5 (Hawk) crash ao equipar.
- Agora basta pesquisar "IP" e colocar seu IP dentro dos "" ex: "127.0.0.1"



Changelog:
Main
- Added support for Windows 11 latest build
- Fixed some repetitive GlobalTexts
- Updated PT-BR language with the help of ChatGPT (Other languages will be added in the future)
- Updated and organized the Shadow system
- Fixed a bug in DarkLord mascot 14 5 (Hawk) that caused a crash when equipping.
- Now you just need to search "IP" and put your IP address inside the "" e.g. "127.0.0.1"


Registro de cambios:
Main
- Se agregó soporte para Windows 11 Última build
- Correcciones de algunos GlobalText repetidos
- Actualización del idioma PT-BR con la ayuda de ChatGPT (Se agregarán otros idiomas en el futuro)
- Actualización y organización del sistema Shadow
- Se corrigió el error del mascota DarkLord 14 5 (Hawk) que provocaba un bloqueo al equiparlo.
- Ahora solo tienes que buscar "IP" y colocar tu IP dentro de las comillas "" por ejemplo: "127.0.0.1"

Links:
Spoiler for Hiden:

Updated
 Source+Client
 
 
No Updated
MuServer
 
 Source_MuServer
 


Has development stopped?

You can use it as a base version and do what you want. If you want it to grow, contribute to it. Don't just expect others to do it for you for free.

Do better, don't try to do the same ;)

Gracias:


Offline kudaomobile #68 Posteado: October 07, 2023, 08:56:19 AM | Modificado: October 07, 2023, 10:38:57 AM by kudaomobile

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 18
  • Gracias recibida: 16
  • vn

Offline kudaomobile #69 Posteado: October 07, 2023, 12:06:43 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 18
  • Gracias recibida: 16
  • vn
Encontré un error al compilar, por favor ayuda


Offline kudaomobile #70 Posteado: October 07, 2023, 12:13:15 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 18
  • Gracias recibida: 16
  • vn

Offline kudaomobile #71 Posteado: October 07, 2023, 11:34:46 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 18
  • Gracias recibida: 16
  • vn
No puedo abrir muhelper ¿Por dónde debo empezar?


Offline vcore30 #72 Posteado: October 09, 2023, 02:31:45 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 97
  • Gracias recibida: 909
  • ru
No puedo abrir muhelper ¿Por dónde debo empezar?


There is no complete code for MuHelper. It won't work.


Offline bogart #73 Posteado: October 29, 2023, 09:26:14 AM | Modificado: October 29, 2023, 09:28:54 AM by bogart

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 15
  • Gracias recibida: 2
  • ph
por favor necesito ayuda con este error (Please I need help with this error) https://ibb.co/bKj1SZj


Offline erickmalfoy #74 Posteado: November 13, 2023, 09:59:49 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 683
  • Gracias recibida: 776
  • ar
Buenas tengo un error al compilar el ConectServer Alguien me puede dar una mano ?


https://ibb.co/znVy7hz


Offline erickmalfoy #75 Posteado: November 13, 2023, 10:05:54 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 683
  • Gracias recibida: 776
  • ar

Offline vcore30 #76 Posteado: November 14, 2023, 08:16:46 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 97
  • Gracias recibida: 909
  • ru
Y esto es normal ? alguien me dice ? 

https://ibb.co/G31y4Vt

This is fine. it simply displays a log of received packets from the client.


Offline francucho28 #77 Posteado: November 17, 2023, 06:08:05 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 1
  • Gracias recibida: 0
  • ar
hola conocen  alguna source de main 6.3 compatible con estos archivos? ?


Offline Bladimir1 #78 Posteado: November 18, 2023, 07:05:25 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 105
  • Gracias recibida: 1848
  • au
Hi, how to fix visual bug to use command add points? no show the point add, in str, ene, agi, vit, cmd... need reload the chacter, and the point no reduce to need uplvl or reload the chacter to. tanks

Gracias:


Online mpy1 #79 Posteado: December 11, 2023, 08:36:29 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 24
  • Gracias recibida: 3
  • ca
Hi, how to fix visual bug to use command add points? no show the point add, in str, ene, agi, vit, cmd... need reload the chacter, and the point no reduce to need uplvl or reload the chacter to. tanks

I think the code it's already done, we just need to refresh the client.
I'm searching where i can do it, but didn't find yet.


Does anyone can explain?


Offline Bladimir1 #80 Posteado: December 12, 2023, 09:23:59 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 105
  • Gracias recibida: 1848
  • au
Hi, how to fix visual bug to use command add points? no show the point add, in str, ene, agi, vit, cmd... need reload the chacter, and the point no reduce to need uplvl or reload the chacter to. tanks

I think the code it's already done, we just need to refresh the client.
I'm searching where i can do it, but didn't find yet.


Does anyone can explain?

apreta C para mantener el inventario de puntos abiertos.. apreta el comando /d /a / e etc para add puntos y veras que tiene error visual.. al adderirlos.. no bajan los puntos y no se muestran los puntos subidos tenes que salir o y entrar de nuevo con el pj.. para ver visualmente los puntos subidos.


Offline phuongcuongmsqm #81 Posteado: July 23, 2024, 12:29:57 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 101
  • Gracias recibida: 30
  • vn

Offline son1xx2 #82 Posteado: July 23, 2024, 01:11:35 PM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 198
  • Gracias recibida: 2529
  • vn
Do better, don't try to do the same ;)

Gracias:


Offline phuongcuongmsqm #83 Posteado: July 25, 2024, 12:03:24 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 101
  • Gracias recibida: 30
  • vn
After /post -> GS Crash.
MuHelper -> don't open.

Share screenshot

This update dont fix muhelper its release latter
I CAN'T WAIT FOR YOU TO COME BACK AND SHARE THIS PROJECT?


Offline erickmalfoy #84 Posteado: August 31, 2024, 06:14:25 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 683
  • Gracias recibida: 776
  • ar

Online usersa #85 Posteado: September 02, 2024, 11:29:21 AM | Modificado: September 02, 2024, 11:30:55 AM by usersa

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 189
  • Gracias recibida: 63
  • gr
Publicar un anuncio Mu Online gratis - Mu Online Community GRATIS.
Post free Mu Online ads - FREE Mu Online Community
https://www.facebook.com/groups/274190243227367/

Offline Bladimir1 #86 Posteado: September 04, 2024, 09:45:56 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 105
  • Gracias recibida: 1848
  • au
hi my friends i recreate this code for fun. customcolor money  for main 5.2.
whit this custom you can change color money in inventory :D

https://imgur.com/a/j50gp3B

faind in main source


unsigned int getGoldColor(DWORD Gold)

and remplace for this code

#ifdef CUSTOMCOLORMONEY
unsigned int getGoldColor(DWORD Gold)//custom
{
   if (Gold >= 10000000)
   {
      return  eAncient;
   }
   else if (Gold >= 1000000)
   {
      return  eExcellent;
   }
   else if (Gold >= 100000)
   {
      return  eColorHealth;
   }

   return  eWhite;
}
#else
unsigned int getGoldColor(DWORD Gold)//base
{
   if (Gold >= 10000000)
   {
      return  (255 << 24) + (0 << 16) + (0 << 8) + (255);
   }
   else if (Gold >= 1000000)
   {
      return  (255 << 24) + (0 << 16) + (150 << 8) + (255);
   }
   else if (Gold >= 100000)
   {
      return  (255 << 24) + (24 << 16) + (201 << 8) + (0);
   }

   return  (255 << 24) + (150 << 16) + (220 << 8) + (255);
}
#endif

now go to  Defined_Global.h and add

#define CUSTOMCOLORMONEY

now go to _enum.h and add it

#define Color4f(r, b, g, o)         ((o << 24) + (g << 16) + (b << 8) + r)

enum ColorMacro
{
   eTextShop = Color4f(0xFFu, 0xDCu, 0x96u, 0xFFu),
   eExcellentS15 = Color4f(67, 204, 65, 255),
   eBlack = Color4f(0, 0, 0, 255),
   eShinyGreen = Color4f(172, 255, 56, 255),
   eShinyGreen100 = Color4f(172, 255, 56, 100),
   eGold = Color4f(255, 189, 25, 255),
   eGold150 = Color4f(255, 189, 25, 150),
   eGold180 = Color4f(255, 189, 25, 180),
   eWhite = Color4f(255, 255, 255, 255),
   eWhite150 = Color4f(255, 255, 255, 150),
   eWhite180 = Color4f(255, 255, 255, 180),
   eOrange = Color4f(255, 105, 25, 255),
   eGray100 = Color4f(211, 211, 211, 100),
   eGray150 = Color4f(50, 50, 50, 150),
   eGray190 = Color4f(50, 50, 50, 190),
   eBlowPink = Color4f(220, 20, 60, 255),
   eRed = Color4f(225, 0, 0, 255),
   eRed2 = Color4f(225, 95, 45, 255),
   eExcellent = Color4f(0, 225, 139, 255),
   eAncient = Color4f(1, 223, 119, 255),
   eSocket = Color4f(153, 102, 204, 255),
   eBlue = Color4f(36, 242, 252, 255),
   eBlue250 = Color4f(36, 242, 252, 250),
   eYellow = Color4f(255, 255, 0, 255),
   eYellow170 = Color4f(255, 255, 0, 170),
   eBrown = Color4f(69, 39, 18, 255),
   eColorAdvance = Color4f(109, 25, 192, 255),
   eColorHealth = Color4f(191, 191, 146, 255),
   //you can add more color if you whish

};

Gracias:


Offline iramondias #87 Posteado: September 10, 2024, 09:50:51 PM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 56
  • Gracias recibida: 69
  • br
Hola a todos!

Quien tienes una lista con todos los errores ?


Offline Bladimir1 #88 Posteado: September 10, 2024, 11:10:00 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 105
  • Gracias recibida: 1848
  • au
Hola a todos!

Quien tienes una lista con todos los errores ?

hi i test this files ummm this files need master skill tree, expanded inventory, fix suport 65k agi, fix friend mail dont see the character and  mu helper.

Gracias:


Offline Amumu #89 Posteado: October 01, 2024, 11:18:02 AM | Modificado: October 01, 2024, 12:08:13 PM by Amumu

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 4
  • Gracias recibida: 0
  • cn
The world is big, but I am small

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
5729 Views
Last post January 17, 2020, 09:30:37 PM
by PRONEXUS
4 Replies
6777 Views
Last post September 28, 2019, 04:58:06 PM
by Ryuno
7 Replies
7717 Views
Last post February 09, 2022, 07:07:00 AM
by skinmuonline
15 Replies
14993 Views
Last post June 08, 2025, 08:28:29 PM
by AlejandrO777
25 Replies
7713 Views
Last post May 06, 2024, 11:10:51 AM
by uhenri