Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Files S6 Upgrade pyke UP30  (Visto 86778 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline erickmalfoy #220 Posteado: January 16, 2023, 06:33:35 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 669
  • Gracias recibida: 714
  • ar
Le Aparece asi porque cambio de cliente deberia de usar el cliente actual porque yo no tengo ese problema ...! con el cliente origianal que esta posteado aqui ...modifico la carpeta data lo mas seguro

el problema se da cuando estas jugar y resteas dentro del juego o seleccionas pj te aparesera blanco como el zen y ruud eso se debe a que hay conflicos en los SRC por una letra tenes que buscar la linea y arreglarlo y ya no te dara ese problema saludos . magia2


Offline erickmalfoy #221 Posteado: January 19, 2023, 07:32:26 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 669
  • Gracias recibida: 714
  • ar
Alguien sabe algo del Sky Evento xD ? please


Offline Betell Host #222 Posteado: January 20, 2023, 12:00:52 AM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 548
  • Gracias recibida: 3644
  • br
Alguien sabe algo del Sky Evento xD ? please

oque vc precisa do skye evento amigo?

Gracias:


Offline Betell Host #223 Posteado: January 20, 2023, 09:20:39 AM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 548
  • Gracias recibida: 3644
  • br
Hi guys, I’m testing these files and I notice somethings if any one manage to fix them.
First, gold dragon not flying in maps and can’t fix it and second in character panel sometimes I got this visual bug

A white box in stats!
Does anyone have a fix for these things?

Estba viendo el codigo y el problema que vi fue este noce si te servira saludos


antes:

if (gInterface.m_ResetStats == 1)
   {
      int StatPoints = ViewStrength + ViewDexterity + ViewVitality + ViewEnergy + (ViewLeadership-(gResetSystem.m_BonusCommand*ViewReset)+(gGRSystem.m_BonusCommand*ViewGReset));

      //console.Log("", "[%d] %d %d %d %d %d", StatPoints, ViewStrength,ViewDexterity,ViewVitality,ViewEnergy,ViewLeadership);

      //StatPoints -= (gConfig.Strength + gConfig.Dexterity + gConfig.Vitality + gConfig.Energy + gConfig.Leadership);
      StatPoints -= (gObjUser.d_Strength + gObjUser.d_Dexterity + gObjUser.d_Vitality + gObjUser.d_Energy + gObjUser.d_Leadership-(gResetSystem.m_BonusCommand*ViewReset)+(gGRSystem.m_BonusCommand*ViewGReset));

      gInterface.DrawButton(eCHARINFO_BTN_RESSTAT, 473, 94, 0, 0);
      gInterface.DrawFormat(eShinyGreen, 492, 97, 100, 1, "Resetear Puntos");
      pDrawGUI(0x9306, 565, 94, 50, 16);

      char Value2[50];
      ZeroMemory(Value, sizeof(Value2));
      pGetMoneyFormat((double)StatPoints, Value2, 0);
      GetFormat(Value2, ',', ' ');

      gInterface.DrawFormat(eBlue, 540, 98, 100, 3, "%s", Value2);

      if (gInterface.IsWorkZone(eCHARINFO_BTN_RESSTAT))
      {
         if (gInterface.Data[eCHARINFO_BTN_RESSTAT].OnClick)
         {
            gInterface.DrawButton(eCHARINFO_BTN_RESSTAT, 473, 94, 0, 14);
         }
      }
   }
   else


Fix
if (gInterface.m_ResetStats == 1)
   {
      int StatPoints = ViewStrength + ViewDexterity + ViewVitality + ViewEnergy + (ViewLeadership-(gResetSystem.m_BonusCommand*ViewReset)+(gGRSystem.m_BonusCommand*ViewGReset));

      //console.Log("", "[%d] %d %d %d %d %d", StatPoints, ViewStrength,ViewDexterity,ViewVitality,ViewEnergy,ViewLeadership);

      //StatPoints -= (gConfig.Strength + gConfig.Dexterity + gConfig.Vitality + gConfig.Energy + gConfig.Leadership);
      StatPoints -= (gObjUser.d_Strength + gObjUser.d_Dexterity + gObjUser.d_Vitality + gObjUser.d_Energy + gObjUser.d_Leadership-(gResetSystem.m_BonusCommand*ViewReset)+(gGRSystem.m_BonusCommand*ViewGReset));

      gInterface.DrawButton(eCHARINFO_BTN_RESSTAT, 473, 94, 0, 0);
      gInterface.DrawFormat(eShinyGreen, 492, 97, 100, 1, "Resetear Puntos");
      pDrawGUI(0x9306, 565, 94, 50, 16);

      char Value2[50];
      ZeroMemory(Value2, sizeof(Value2));
      pGetMoneyFormat((double)StatPoints, Value2, 0);
      GetFormat(Value2, ',', ' ');

      gInterface.DrawFormat(eBlue, 540, 98, 100, 3, "%s", Value2);

      if (gInterface.IsWorkZone(eCHARINFO_BTN_RESSTAT))
      {
         if (gInterface.Data[eCHARINFO_BTN_RESSTAT].OnClick)
         {
            gInterface.DrawButton(eCHARINFO_BTN_RESSTAT, 473, 94, 0, 14);
         }
      }
   }
   else

El conflicto fue
ZeroMemory(Value, sizeof(Value2));

Fix:
ZeroMemory(Value2, sizeof(Value2));

Espero que ayude Suerte  aplausos

Aqui não funcionou meu amigo foi feito auemto de textura e nao mudou o erro aocntece deois de algusm moves pelo server tem outra ideia


Offline vcore30 #224 Posteado: January 20, 2023, 05:16:31 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 97
  • Gracias recibida: 898
  • ru
Hi guys, I’m testing these files and I notice somethings if any one manage to fix them.
First, gold dragon not flying in maps and can’t fix it and second in character panel sometimes I got this visual bug

A white box in stats!
Does anyone have a fix for these things?

Estba viendo el codigo y el problema que vi fue este noce si te servira saludos


antes:

if (gInterface.m_ResetStats == 1)
   {
      int StatPoints = ViewStrength + ViewDexterity + ViewVitality + ViewEnergy + (ViewLeadership-(gResetSystem.m_BonusCommand*ViewReset)+(gGRSystem.m_BonusCommand*ViewGReset));

      //console.Log("", "[%d] %d %d %d %d %d", StatPoints, ViewStrength,ViewDexterity,ViewVitality,ViewEnergy,ViewLeadership);

      //StatPoints -= (gConfig.Strength + gConfig.Dexterity + gConfig.Vitality + gConfig.Energy + gConfig.Leadership);
      StatPoints -= (gObjUser.d_Strength + gObjUser.d_Dexterity + gObjUser.d_Vitality + gObjUser.d_Energy + gObjUser.d_Leadership-(gResetSystem.m_BonusCommand*ViewReset)+(gGRSystem.m_BonusCommand*ViewGReset));

      gInterface.DrawButton(eCHARINFO_BTN_RESSTAT, 473, 94, 0, 0);
      gInterface.DrawFormat(eShinyGreen, 492, 97, 100, 1, "Resetear Puntos");
      pDrawGUI(0x9306, 565, 94, 50, 16);

      char Value2[50];
      ZeroMemory(Value, sizeof(Value2));
      pGetMoneyFormat((double)StatPoints, Value2, 0);
      GetFormat(Value2, ',', ' ');

      gInterface.DrawFormat(eBlue, 540, 98, 100, 3, "%s", Value2);

      if (gInterface.IsWorkZone(eCHARINFO_BTN_RESSTAT))
      {
         if (gInterface.Data[eCHARINFO_BTN_RESSTAT].OnClick)
         {
            gInterface.DrawButton(eCHARINFO_BTN_RESSTAT, 473, 94, 0, 14);
         }
      }
   }
   else


Fix
if (gInterface.m_ResetStats == 1)
   {
      int StatPoints = ViewStrength + ViewDexterity + ViewVitality + ViewEnergy + (ViewLeadership-(gResetSystem.m_BonusCommand*ViewReset)+(gGRSystem.m_BonusCommand*ViewGReset));

      //console.Log("", "[%d] %d %d %d %d %d", StatPoints, ViewStrength,ViewDexterity,ViewVitality,ViewEnergy,ViewLeadership);

      //StatPoints -= (gConfig.Strength + gConfig.Dexterity + gConfig.Vitality + gConfig.Energy + gConfig.Leadership);
      StatPoints -= (gObjUser.d_Strength + gObjUser.d_Dexterity + gObjUser.d_Vitality + gObjUser.d_Energy + gObjUser.d_Leadership-(gResetSystem.m_BonusCommand*ViewReset)+(gGRSystem.m_BonusCommand*ViewGReset));

      gInterface.DrawButton(eCHARINFO_BTN_RESSTAT, 473, 94, 0, 0);
      gInterface.DrawFormat(eShinyGreen, 492, 97, 100, 1, "Resetear Puntos");
      pDrawGUI(0x9306, 565, 94, 50, 16);

      char Value2[50];
      ZeroMemory(Value2, sizeof(Value2));
      pGetMoneyFormat((double)StatPoints, Value2, 0);
      GetFormat(Value2, ',', ' ');

      gInterface.DrawFormat(eBlue, 540, 98, 100, 3, "%s", Value2);

      if (gInterface.IsWorkZone(eCHARINFO_BTN_RESSTAT))
      {
         if (gInterface.Data[eCHARINFO_BTN_RESSTAT].OnClick)
         {
            gInterface.DrawButton(eCHARINFO_BTN_RESSTAT, 473, 94, 0, 14);
         }
      }
   }
   else

El conflicto fue
ZeroMemory(Value, sizeof(Value2));

Fix:
ZeroMemory(Value2, sizeof(Value2));

Espero que ayude Suerte  aplausos

Aqui não funcionou meu amigo foi feito auemto de textura e nao mudou o erro aocntece deois de algusm moves pelo server tem outra ideia


I don't know why this happens, the data in memory gets corrupted. I know only one solution to this problem, you need to change the number under which the image is loaded. CTRL+SHIFT+F find all 0x9306 and replace them all with another number like 0x86470


Gracias:


Offline oxey.mu #225 Posteado: January 21, 2023, 10:02:14 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 499
  • Gracias recibida: 536
  • ar
Alguien sabe porque al usar el comando /reset o resetear desde el npc el pj se resetea normal pero no se visualizan dichos reset en el panel?

https://tuservermu.com.ve/index.php?topic=55176.msg283840;topicseen#new


Offline Betell Host #226 Posteado: January 21, 2023, 03:16:40 PM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 548
  • Gracias recibida: 3644
  • br
Alguien sabe porque al usar el comando /reset o resetear desde el npc el pj se resetea normal pero no se visualizan dichos reset en el panel?

https://tuservermu.com.ve/index.php?topic=55176.msg283840;topicseen#new

Reveja seu banco de dados

na tabela Character se tem ResetCount


Offline BrayanMix2016 #227 Posteado: January 22, 2023, 08:09:27 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 179
  • Gracias recibida: 40
  • cl
hola chicos como estan miren tengo este problema si alguien me pueda ayudar muchas gracias ya tengo 4 meses con estos files no los quiero cambiar por que ya e editado muchas cosas ayuda plissss

espero su ayuda gracias please


Offline oxey.mu #228 Posteado: January 22, 2023, 09:02:25 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 499
  • Gracias recibida: 536
  • ar
Alguien sabe porque al usar el comando /reset o resetear desde el npc el pj se resetea normal pero no se visualizan dichos reset en el panel?

https://tuservermu.com.ve/index.php?topic=55176.msg283840;topicseen#new

Reveja seu banco de dados

na tabela Character se tem ResetCount

Si mi amigo, esta normal. Por lo que sigo sin saber cual es el problema :/


Offline erickmalfoy #229 Posteado: January 22, 2023, 11:52:12 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 669
  • Gracias recibida: 714
  • ar
hola chicos como estan miren tengo este problema si alguien me pueda ayudar muchas gracias ya tengo 4 meses con estos files no los quiero cambiar por que ya e editado muchas cosas ayuda plissss

espero su ayuda gracias please

Ese bug no presenta los files si en caso moviste los src sin saber ...

Gracias:


Offline BrayanMix2016 #230 Posteado: January 23, 2023, 01:09:06 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 179
  • Gracias recibida: 40
  • cl
hola chicos como estan miren tengo este problema si alguien me pueda ayudar muchas gracias ya tengo 4 meses con estos files no los quiero cambiar por que ya e editado muchas cosas ayuda plissss

espero su ayuda gracias please

Ese bug no presenta los files si en caso moviste los src sin saber ...

hola amigo gracias por tu respuesta mira instale todo de 0 funciona bien hasta que le puse un pet y se crea el bug sola pasa cuando
el pet se esta muriendo se pone amarillo te dejo la foto y por ultimo el DL con el cuervo cuando esta muriendo pasa lo mismo gracias




yo no ocupo el inv pet tiene muchos bug alguna ayuda gracias please


Offline erickmalfoy #231 Posteado: January 23, 2023, 09:12:46 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 669
  • Gracias recibida: 714
  • ar
hola chicos como estan miren tengo este problema si alguien me pueda ayudar muchas gracias ya tengo 4 meses con estos files no los quiero cambiar por que ya e editado muchas cosas ayuda plissss

espero su ayuda gracias please

Ese bug no presenta los files si en caso moviste los src sin saber ...

hola amigo gracias por tu respuesta mira instale todo de 0 funciona bien hasta que le puse un pet y se crea el bug sola pasa cuando
el pet se esta muriendo se pone amarillo te dejo la foto y por ultimo el DL con el cuervo cuando esta muriendo pasa lo mismo gracias




yo no ocupo el inv pet tiene muchos bug alguna ayuda gracias please

pusiste en Data/item/MuunOption
hay agregas para que puedas usarlo con la L


Offline oxey.mu #232 Posteado: January 23, 2023, 10:29:25 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 499
  • Gracias recibida: 536
  • ar
hola chicos como estan miren tengo este problema si alguien me pueda ayudar muchas gracias ya tengo 4 meses con estos files no los quiero cambiar por que ya e editado muchas cosas ayuda plissss

espero su ayuda gracias please

Tu no tienes el problema del reset? que no se te visualizan ni acumulan dentro del juego?


Offline vcore30 #233 Posteado: January 24, 2023, 04:17:18 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 97
  • Gracias recibida: 898
  • ru
It displays reset for me. I didn't do anything with him.




Offline usersa #234 Posteado: January 26, 2023, 06:51:42 PM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 189
  • Gracias recibida: 60
  • gr
Does anyone notice that bull fighter does not attack to player?

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/

Online esteban #235 Posteado: January 26, 2023, 08:50:01 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 480
  • Gracias recibida: 4435
  • pe
Does anyone notice that bull fighter does not attack to player?

monster.txt
AttackType  0   
AttackType  150


Offline usersa #236 Posteado: January 26, 2023, 11:28:52 PM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 189
  • Gracias recibida: 60
  • gr
Does anyone notice that bull fighter does not attack to player?

Thank you my friend, I already know that but shouldn’t this work with “0” instead of “150”?

monster.txt
AttackType  0   
AttackType  150

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 erickmalfoy #237 Posteado: January 28, 2023, 02:16:48 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 669
  • Gracias recibida: 714
  • ar
Holas que tal Alguien puede implementar el widescreen. que se encuentra en estas SRC: https://tuservermu.com.ve/index.php?topic=53763.0
si no fuera mucho pedir
Lo estoy intentando pero tengo muchos errores :(
 please please please


Offline erickmalfoy #238 Posteado: January 29, 2023, 11:20:43 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 669
  • Gracias recibida: 714
  • ar
hola chicos como estan miren tengo este problema si alguien me pueda ayudar muchas gracias ya tengo 4 meses con estos files no los quiero cambiar por que ya e editado muchas cosas ayuda plissss

espero su ayuda gracias please
Solucionaste tu problema por que viendo cuando utilizo el helper no se puede hablar habla de rato en rato te sucede igual ?


Offline BrayanMix2016 #239 Posteado: February 03, 2023, 07:33:53 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 179
  • Gracias recibida: 40
  • cl
hola chicos como estan miren tengo este problema si alguien me pueda ayudar muchas gracias ya tengo 4 meses con estos files no los quiero cambiar por que ya e editado muchas cosas ayuda plissss

espero su ayuda gracias please
Solucionaste tu problema por que viendo cuando utilizo el helper no se puede hablar habla de rato en rato te sucede igual ?
no mi amigo me cambie a files season 17 estas estan muy buenas pero demasiados bug en la season 17 funciona todo XD


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
5 Replies
2932 Views
Last post June 05, 2022, 01:24:45 PM
by vaneavanea31
0 Replies
524 Views
Last post February 04, 2023, 12:47:31 AM
by Cheke
5 Replies
1769 Views
Last post May 24, 2023, 03:43:21 AM
by oxey.mu
0 Replies
617 Views
Last post May 28, 2023, 02:57:03 AM
by oxey.mu
5 Replies
3648 Views
Last post September 01, 2025, 11:11:27 PM
by vttcue