Attack Skill search move bug fixed 1.04e Source Mu

Publicado por Dakosmu, Feb 27, 2023, 03:02 AM

Tema anterior - Siguiente tema

Dakosmu

INFORMACION
Attack Skill search move bug fixed 1.04e Source Mu


VIDEO

IMAGENES
Los visitantes no pueden visualizar imágenes en los mensajes, por favor Regístrate o Inicia Sesión
Los visitantes no pueden visualizar imágenes en los mensajes, por favor Regístrate o Inicia Sesión
Los visitantes no pueden visualizar imágenes en los mensajes, por favor Regístrate o Inicia Sesión



DESCARGAS

Codigo:
MemorySet(0x005AD691, 0x90, 0x05); //fix move skill
bool CheckPathFinding2(int sx, int sy, int tx, int ty, PATH_t *a, float fDistance, int iDefaultWall)
{

   int Class = pGetCharClass(*(BYTE *)(oUserPreviewStruct + 19));

   if( gObjUser.GetActiveSkill() == 41
      || gObjUser.GetActiveSkill() == 330
      || gObjUser.GetActiveSkill() == 332
      || gObjUser.GetActiveSkill() == 481
   )
   {
      if( Class == MagicGladiator || Class == DuelMaster)
      {
         if (SkillMove.Method == false)
         {
            *(BYTE *)(*(DWORD*)0x007BC4F04 + 120) = 0;
            return false;
         }
      }
   }

   if (pPathFinding2(sx, sy, tx, ty, a, fDistance, iDefaultWall)) {
      pSendMove(*(DWORD*)0x007BC4F04, *(DWORD*)0x007BC4F04 + 776);
      return true;
   }

   *(BYTE *)(*(DWORD*)0x007BC4F04 + 120) = 0;
   return false;
}


SetCompleteHook(0xE8, 0x005B13BF, &CheckPathFinding2); //skill Other   MG twisting slash


CONTRASEÑA
muserverfiles.com


CREDITOS
muxteam.com


Virustotal
Bon Dia

🡱 🡳