[Help] Death Stab Visual BUG IGCN s9
Maby someone has fixed this problem and can share with this fix? When you hit to monster Skill not Visualizate but DMG work!
https://i.imgur.com/STDrPeJ.jpg
Re: [Help] Death Stab Visual BUG IGCN s9
Look for similar code in source:
Code:
SetByte(0x00556C38,((gProtect.m_MainInfo.DKMaxAttackSpeed>=0xFFFF)?0x0F:0x0F));
Re: [Help] Death Stab Visual BUG IGCN s9
Quote:
Originally Posted by
DragonSeth
Look for similar code in source:
Code:
SetByte(0x00556C38,((gProtect.m_MainInfo.DKMaxAttackSpeed>=0xFFFF)?0x0F:0x0F));
I look for similar code in client source but i couldn't find something.
Οf course when you can not find something, it does not mean it does not exist!
Re: [Help] Death Stab Visual BUG IGCN s9
Quote:
Originally Posted by
DragonSeth
Look for similar code in source:
Code:
SetByte(0x00556C38,((gProtect.m_MainInfo.DKMaxAttackSpeed>=0xFFFF)?0x0F:0x0F));
IGC.dll dont hawe nothink similar in source! This is from ExTeam source fix for Main.dll i gues!
Re: [Help] Death Stab Visual BUG IGCN s9