IGCN Season 9.5 (src-x9.5 9.5.1.15) Death Stab Wind Effect Visual Bug

Results 1 to 8 of 8
  1. #1
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    743Posts

    IGCN Season 9.5 (src-x9.5 9.5.1.15) Death Stab Wind Effect Visual Bug

    Does anyone has a solution about Death Stab Wind Effect Visual Bug?
    Skill work but without effect!


  2. #2
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    Re: IGCN Season 9.5 (src-x9.5 9.5.1.15) Death Stab Wind Effect Visual Bug

    upppp

  3. #3
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: IGCN Season 9.5 (src-x9.5 9.5.1.15) Death Stab Wind Effect Visual Bug

    Quote Originally Posted by spacein View Post
    upppp
    Already been a fix: https://mega.nz/#!z9UChCrC!XNEFovjA5...5eVNv1WoZCjios Update 3 By EvilEk.

    The Fix Was By @solarismu here is the source

    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));
    In DLL Source
    Code:
    void GCSetAgilityFix(PMSG_SETAGILITYBUG* lpMsg)
    {
    DWORD OldProtect;
    VirtualProtect((LPVOID)0x00562A0B, 1, PAGE_EXECUTE_READWRITE, &OldProtect); // S9
    *(BYTE*)(0x00562A0B) = lpMsg->value;
    The thread were the fix came from: http://forum.ragezone.com/f197/igcn-...1/index78.html

  4. #4
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    Re: IGCN Season 9.5 (src-x9.5 9.5.1.15) Death Stab Wind Effect Visual Bug

    Quote Originally Posted by DragonSeth View Post
    Already been a fix: https://mega.nz/#!z9UChCrC!XNEFovjA5...5eVNv1WoZCjios Update 3 By EvilEk.

    The Fix Was By @solarismu here is the source

    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));
    In DLL Source
    Code:
    void GCSetAgilityFix(PMSG_SETAGILITYBUG* lpMsg)
    {
    DWORD OldProtect;
    VirtualProtect((LPVOID)0x00562A0B, 1, PAGE_EXECUTE_READWRITE, &OldProtect); // S9
    *(BYTE*)(0x00562A0B) = lpMsg->value;
    The thread were the fix came from: http://forum.ragezone.com/f197/igcn-...1/index78.html
    Sir how about season 6 same issue ..

  5. #5
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: IGCN Season 9.5 (src-x9.5 9.5.1.15) Death Stab Wind Effect Visual Bug

    Quote Originally Posted by spacein View Post
    Sir how about season 6 same issue ..
    You mean muemu "IGCN files " their can't really be a fix for it unless the source is released.

  6. #6
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    Re: IGCN Season 9.5 (src-x9.5 9.5.1.15) Death Stab Wind Effect Visual Bug

    Quote Originally Posted by DragonSeth View Post
    You mean muemu "IGCN files " their can't really be a fix for it unless the source is released.
    i mean igcn season 6 sir

  7. #7
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: IGCN Season 9.5 (src-x9.5 9.5.1.15) Death Stab Wind Effect Visual Bug

    Quote Originally Posted by spacein View Post
    i mean igcn season 6 sir
    If it's premium files then message IGCN to fix the bug. But if your using "IGCN "files from another forum for free they are muemu files that they took from IGCN

  8. #8
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    Re: IGCN Season 9.5 (src-x9.5 9.5.1.15) Death Stab Wind Effect Visual Bug

    Quote Originally Posted by DragonSeth View Post
    If it's premium files then message IGCN to fix the bug. But if your using "IGCN "files from another forum for free they are muemu files that they took from IGCN

    i guest does not tha files



Advertisement