Implement The Shadows System

Napster

New member
Messages
20
Points
0
I hope to find it in Hercules 
default_happy.png


detail

http://gmvylow.com/blog/2012/12/11/kro-update-shadow-system-full-costume/

 
Last edited by a moderator:
New Equipment costume

https://www.dropbox.com/s/4i3y8tgkw90q6qj/Shadows.jpg

Code:
enum equip_index {	EQI_ACC_L = 0,	EQI_ACC_R,	EQI_SHOES,	EQI_GARMENT,	EQI_HEAD_LOW,	EQI_HEAD_MID,	EQI_HEAD_TOP,	EQI_ARMOR,	EQI_HAND_L,	EQI_HAND_R,	EQI_COSTUME_TOP,						EQI_COSTUME_MID,						EQI_COSTUME_LOW,	    EQI_COSTUME_GARMENT,	#if PACKETVER >= 20111122 && PACKETVER < 20121205									EQI_COSTUME_FLOOR,#endif					EQI_AMMO,#if PACKETVER >= 20121205	EQI_SHADOW_ARMOR,			EQI_SHADOW_WEAPON,	EQI_SHADOW_SHIELD,	EQI_SHADOW_SHOES,	EQI_SHADOW_ACC_R,	EQI_SHADOW_ACC_L,#endif	EQI_MAX};
 
Last edited by a moderator:
Can you clarify on how this is supposed to work? I didn't understand from just glancing the image.

 
Can you clarify on how this is supposed to work? I didn't understand from just glancing the image.
its just an extension of your equipment..like having 2 armor and having benefits on both...

default_ani_meow.gif


 
Can you clarify on how this is supposed to work? I didn't understand from just glancing the image.
its just an extension of your equipment..like having 2 armor and having benefits on both...
default_ani_meow.gif
@__@ that sounds so stupid O_O~ how one uses it? any item can be used?
 
Last edited by a moderator:
Can you clarify on how this is supposed to work? I didn't understand from just glancing the image.
Costume Tab on new clients has slots from head up to accessories, headgears on costume tab (top, mid, low) overrides the general tab's headgear view (sprite), i think also true on the garment slot, while the rest are just plain slots which doesn't show anything (maybe will on future) but has stats/effects (a new feature for gravity to earn cash)
default_happy.png


Shadow System = Costume tab expansion/Extra Cash Items Slots

 
Its pretty simple to get the slots to work but i haven't done it myself because I still don't understand how this thing is supposed to work, what conditions are there for items to be used in this category, etca, need more info.

 
So the special items which go into those slots, have stats/bonuses?

So they're not costumes, but essentially.. it is now a 2nd equipment setup?

As Ind said, this needs further clarification, because it's stil a bit vague.

 
Last edited by a moderator:
shadow system is an event held in kRO. Information about it are entirely rare.

 
So the special items which go into those slots, have stats/bonuses?

So they're not costumes, but essentially.. it is now a 2nd equipment setup?

As Ind said, this needs further clarification, because it's stil a bit vague.
yes it has...

24x1f1g.jpg


@__@ that sounds so stupid O_O~ how one uses it? any item can be used?
in official this items can only be obtain by killing event mobs....and same with equips you need to identify it first before in use..but I don't know if you can get it in quest since I can't understand Hangul...

default_ani_meow.gif


 
Back
Top