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 24338 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: 111
  • Gracias recibida: 105
  • 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: 96
  • Gracias recibida: 853
  • 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: Principiante
  • Posts: 28
  • Gracias recibida: 28
  • 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: Principiante
  • Posts: 28
  • Gracias recibida: 28
  • 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: Principiante
  • Posts: 28
  • Gracias recibida: 28
  • 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: 67
  • Gracias recibida: 13
  • 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: 67
  • Gracias recibida: 16
  • 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: 2255
  • 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: 96
  • Gracias recibida: 853
  • 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


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

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


https://ibb.co/znVy7hz


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

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 623
  • Gracias recibida: 566
  • ar

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

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 96
  • Gracias recibida: 853
  • 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: 1701
  • 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:


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

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 20
  • Gracias recibida: 0
  • br
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?


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
4961 Views
Last post January 17, 2020, 09:30:37 PM
by PRONEXUS
4 Replies
5648 Views
Last post September 28, 2019, 04:58:06 PM
by Ryuno
7 Replies
6446 Views
Last post February 09, 2022, 07:07:00 AM
by skinmuonline
14 Replies
13853 Views
Last post November 24, 2023, 03:25:35 PM
by jeferson11
25 Replies
6465 Views
Last post May 06, 2024, 11:10:51 AM
by uhenri