Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Enable Excellent Glow S9

Experienced Elementalist
Joined
May 4, 2017
Messages
219
Reaction score
314
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
    {
[COLOR=#ff0000]        cmp dword ptr[ebp + 0x20], 0x00;[/COLOR]
[COLOR=#ff0000]        jne _jmpback;[/COLOR]
[COLOR=#ff0000]        cmp dword ptr[ebp + 0x1C], 0x01;[/COLOR]
[COLOR=#ff0000]        jne jmpback;[/COLOR]
[COLOR=#ff0000]        mov edx, 0x00611735;[/COLOR]
[COLOR=#ff0000]        jmp edx;[/COLOR]
[COLOR=#ff0000]    jmpback:[/COLOR]
[COLOR=#ff0000]        mov eax, dword ptr[ebp + 0x1C];[/COLOR]
[COLOR=#ff0000]        and eax, 0x3F;[/COLOR]
[COLOR=#ff0000]        cmp eax , 0x00;[/COLOR]
[COLOR=#ff0000]        jg jmpback_;[/COLOR]
[COLOR=#ff0000]    _jmpback:[/COLOR]
[COLOR=#ff0000]        mov edx, 0x00611C26;[/COLOR]
[COLOR=#ff0000]        jmp edx;[/COLOR]
[COLOR=#ff0000]    jmpback_:[/COLOR]
[COLOR=#ff0000]        mov edx, JMPBACK_EXC_GLOW;[/COLOR]
[COLOR=#ff0000]        jmp edx;[/COLOR]
    }
}
void SetHook()
{
    HookThis((DWORD)&VicExcGlow, HOOK_EXC_GLOW);
    [COLOR=#0000ff]MemSet(0x00949685, 0x90, 2);  //ignore itm.IsItemType(6) (type 6 : AA) result[/COLOR]
    //...
}

TbcdcTS - [Release] Enable Excellent Glow S9 - RaGEZONE Forums

UTaeXau - [Release] Enable Excellent Glow S9 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Dec 25, 2012
Messages
43
Reaction score
2
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?

b7uRdpI - [Release] Enable Excellent Glow S9 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
May 4, 2017
Messages
219
Reaction score
314
Quick script updated !



Wings should not have excellent glow right? I remember that...
gpI3m38 - [Release] Enable Excellent Glow S9 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jan 11, 2013
Messages
57
Reaction score
12
can you fix glow regular item +16op or higher ? this glow is like the glow of excellent item
 
Experienced Elementalist
Joined
May 4, 2017
Messages
219
Reaction score
314
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
 
Experienced Elementalist
Joined
May 4, 2017
Messages
219
Reaction score
314
Quick Script updated :
Fix Excellent Divine (AA) Weapons Display Behaviour.

Problem : Game considers AA weapons are not Excellent items, even it has exc opts.

wk3fkgw - [Release] Enable Excellent Glow S9 - RaGEZONE Forums

DzoZvU1 - [Release] Enable Excellent Glow S9 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Dec 25, 2012
Messages
43
Reaction score
2
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.

g0hHgbv - [Release] Enable Excellent Glow S9 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
May 4, 2017
Messages
219
Reaction score
314
There's still one more problemOrdinary 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 effectYou can create a normal item +12 option and +16 option in the character bag to get a better understanding.
g0hHgbv - [Release] Enable Excellent Glow S9 - RaGEZONE Forums
I'll never fix that. You can try make it by yourself.Reason: I'm making Exc glow, not opt+16 glow. Clear-cut
 

Attachments

You must be registered for see attachments list
Joined
Dec 25, 2012
Messages
43
Reaction score
2
I'll never fix that. You can try make it by yourself.Reason: I'm making Exc glow, not opt+16 glow. Clear-cut

I just want to help you complete the sharing because I see you have an update, I do not want to do it for myself, if you feel I am causing you trouble then I will not say anything more, I thank you for Your contribution to SS9 and it also helped me and the people a lot, you seem to have bad thoughts about me.

I will stop everything here!
 
Experienced Elementalist
Joined
May 4, 2017
Messages
219
Reaction score
314
I just want to help you complete the sharing because I see you have an update, I do not want to do it for myself, if you feel I am causing you trouble then I will not say anything more, I thank you for Your contribution to SS9 and it also helped me and the people a lot, you seem to have bad thoughts about me.I will stop everything here!
Thanks, But you don't have my trust as you have seen after last incident.Ps: anyway, sorry all. I'll check this release 1 more time carefully when I have free time.
 
Last edited:
Back
Top