[Help] How to fix Death Stab skill visual effect bug ?

Results 1 to 2 of 2
  1. #1
    Member tammadall is offline
    MemberRank
    Jan 2012 Join Date
    83Posts

    talk [Help] How to fix Death Stab skill visual effect bug ?

    How to fix Death Stab skill visual effect bug Base Source zTeam Season 6

    Example code of MuEMU ---> !! Not Found !! for zTeam
    Code:
    SetByte(0x00556C38,((gProtect.m_MainInfo.DKMaxAttackSpeed>=0xFFFF)?0x02:0x0F));
    Example code of IGCN ---> !! Not Found !! for zTeam
    Code:
    PMSG_SETAGILITYBUG pAgilityBug;
    pAgilityBug.h.c = 0xC1;
    pAgilityBug.h.headcode = 0xFA;
    pAgilityBug.h.size = sizeof(pAgilityBug);
    pAgilityBug.subcode = 0xA2;
    
    if (lpObj->Class == CLASS_RAGEFIGHTER || lpObj->Class == CLASS_ELF)
    {
    pAgilityBug.value = 0x0F;
    }
    else
    {
    pAgilityBug.value = 0x02;
    }
    
    IOCP.DataSend(aIndex, (LPBYTE)&pAgilityBug, sizeof(pAgilityBug));
    Example Video...


  2. #2
    Apprentice SUNIGIE is offline
    MemberRank
    Apr 2015 Join Date
    5Posts

    re: [Help] How to fix Death Stab skill visual effect bug ?

    hi can i ask for the file ? so that i will patch my client only . thanks



Advertisement