[Release] Enable Excellent Glow S9
code + offset for Season 9, but same method for higher Season... Pls Don't ask me to help you find offset on higher Season main ^.^
"Hell" ... Credits :
VICIOUS - Me
IGCN - keep borrowing their released DLL source base. :)
Webzen main Season 9
Fix 0.3 - Stable Now - I can't find anything else need to fix
- Fix Option.
- Fix Ancient / Excellent priority (Ancient is higher tier, Exc Ancient : only display ancient glow).
- Script Updated.
Fix 0.2
- Fix Excellent Divine (AA) Weapons Display Behaviour
- Script Updated
DllMain.cpp
Code:
/...
#define HOOK_EXC_GLOW 0x006116F6
#define JMPBACK_EXC_GLOW 0x00611700
void __declspec(naked) VicExcGlow()
{
_asm
{
cmp dword ptr[ebp + 0x20], 0x00;
jne _jmpback;
cmp dword ptr[ebp + 0x1C], 0x01;
jne jmpback;
mov edx, 0x00611735;
jmp edx;
jmpback:
mov eax, dword ptr[ebp + 0x1C];
and eax, 0x3F;
cmp eax , 0x00;
jg jmpback_;
_jmpback:
mov edx, 0x00611C26;
jmp edx;
jmpback_:
mov edx, JMPBACK_EXC_GLOW;
jmp edx;
}
}
void SetHook()
{
HookThis((DWORD)&VicExcGlow, HOOK_EXC_GLOW);
MemSet(0x00949685, 0x90, 2); //ignore itm.IsItemType(6) (type 6 : AA) result
//...
}
https://i.imgur.com/TbcdcTS.jpg
https://i.imgur.com/UTaeXau.jpg
re: [Release] Enable Excellent Glow S9
You are very kind, I on behalf of everyone who use ss9 igc send a deep thanks to you!
But the problem is that now all the regular items, Excellent items, accessories and PET have the perfect color effect except Wing, need to edit how to perfect it like yours?
https://i.imgur.com/b7uRdpI.jpg
re: [Release] Enable Excellent Glow S9
Quick script updated !
- - - Updated - - -
Wings should not have excellent glow right? I remember that...
https://i.imgur.com/gpI3m38.jpg
re: [Release] Enable Excellent Glow S9
can you fix glow regular item +16op or higher ? this glow is like the glow of excellent item
re: [Release] Enable Excellent Glow S9
Quote:
Originally Posted by
vietanhlsl
can you fix glow regular item +16op or higher ? this glow is like the glow of excellent item
I don't remember... very long since the last time I played Season 6.
Will check it later.
Anyway, in my opinion... just keep +16 opt item like that... easier to notice between Exc and non Exc
re: [Release] Enable Excellent Glow S9
Great release @solarismu keep up the good work!
re: [Release] Enable Excellent Glow S9
re: [Release] Enable Excellent Glow S9
Can someone share it compiled?
re: [Release] Enable Excellent Glow S9
Quote:
Originally Posted by
Forces
Can someone share it compiled?
IGCN_9.5.1.15
re: [Release] Enable Excellent Glow S9
Quote:
Originally Posted by
DaoVanTrong
i tried to apply that. but gserver cant find commonserver.cfg
re: [Release] Enable Excellent Glow S9
Can u compile on Evilek last update GS s9.5?
re: [Release] Enable Excellent Glow S9
Quote:
Originally Posted by
jhesociety
i tried to apply that. but gserver cant find commonserver.cfg
Copy All file On "Data" to "IGCData"
re: [Release] Enable Excellent Glow S9
Quote:
Originally Posted by
Forces
Can u compile on Evilek last update GS s9.5?
check evilek new update. 3.2 on compile s9 post
- - - Updated - - -
Quote:
Originally Posted by
DaoVanTrong
Copy All file On "Data" to "IGCData"
i already did it . .thank you :*
re: [Release] Enable Excellent Glow S9
Quick Script updated :
Fix Excellent Divine (AA) Weapons Display Behaviour.
Problem : Game considers AA weapons are not Excellent items, even it has exc opts.
https://i.imgur.com/wk3fkgw.jpg
https://i.imgur.com/DzoZvU1.jpg
re: [Release] Enable Excellent Glow S9
There's still one more problem
Ordinary items +16 options or more are placed in character bags will have Excellent effects, but when equipped on the character, it is still a normal color.
The error is that ordinary items +16 option or more placed in the character bag will have Excellent effect
You can create a normal item +12 option and +16 option in the character bag to get a better understanding.
https://i.imgur.com/g0hHgbv.jpg