Re: Help me about CS Fashion
set effect?
SetItem 44 IDS_PROPITEMETC_INC_000044
{
Elem
{
II_ARM_F_BLA_HELMET_SET_12 PARTS_CAP
II_ARM_F_BLA_SUIT_SET_12 PARTS_UPPER_BODY
II_ARM_F_BLA_GAUNTLET_SET_12 PARTS_HAND
II_ARM_F_BLA_BOOTS_SET_12 PARTS_FOOT
}
Avail
{
DST_DEX 5 4
DST_CHR_CHANCECRITICAL 15 3
DST_ADJDEF 29 3
DST_ADJDEF 26 2
}
}
You need to edit it on propitemetc.inc
Re: Help me about CS Fashion
Quote:
Originally Posted by
jvscrptr
set effect?
SetItem 44 IDS_PROPITEMETC_INC_000044
{
Elem
{
II_ARM_F_BLA_HELMET_SET_12 PARTS_CAP
II_ARM_F_BLA_SUIT_SET_12 PARTS_UPPER_BODY
II_ARM_F_BLA_GAUNTLET_SET_12 PARTS_HAND
II_ARM_F_BLA_BOOTS_SET_12 PARTS_FOOT
}
Avail
{
DST_DEX 5 4
DST_CHR_CHANCECRITICAL 15 3
DST_ADJDEF 29 3
DST_ADJDEF 26 2
}
}
You need to edit it on propitemetc.inc
example i want to make the set effect +150 to all stats 50% hp 50& mp 50% fp and 50% inc. attack ?
how to that?
by the way thank you !
Re: Help me about CS Fashion
Quote:
Originally Posted by
omglike09
example i want to make the set effect +150 to all stats 50% hp 50& mp 50% fp and 50% inc. attack ?
how to that?
by the way thank you !
jvscrptr decribe how to do it. u just need to relace the
red= effect name, green= value of the effect, blue= how many part equipped to get the effect
DST_DEX 5 4
DST_CHR_CHANCECRITICAL 15 3
DST_ADJDEF 29 3
DST_ADJDEF 26 2
to what your desired effects are. in the file scroll up and fine what effect you want to add.
Re: Help me about CS Fashion
Quote:
Originally Posted by
RynoKabbage
jvscrptr decribe how to do it. u just need to relace the
red= effect name, green= value of the effect, blue= how many part equipped to get the effect
DST_DEX 5 4
DST_CHR_CHANCECRITICAL 15 3
DST_ADJDEF 29 3
DST_ADJDEF 26 2
to what your desired effects are. in the file scroll up and fine what effect you want to add.
Thank you man now i understand. :thumbup: keep hard working sir !
Quote:
Originally Posted by
jvscrptr
set effect?
SetItem 44 IDS_PROPITEMETC_INC_000044
{
Elem
{
II_ARM_F_BLA_HELMET_SET_12 PARTS_CAP
II_ARM_F_BLA_SUIT_SET_12 PARTS_UPPER_BODY
II_ARM_F_BLA_GAUNTLET_SET_12 PARTS_HAND
II_ARM_F_BLA_BOOTS_SET_12 PARTS_FOOT
}
Avail
{
DST_DEX 5 4
DST_CHR_CHANCECRITICAL 15 3
DST_ADJDEF 29 3
DST_ADJDEF 26 2
}
}
You need to edit it on propitemetc.inc
SIR AFTER I edit the propitemetc.inc what should i do?
do i need to compiled the source or just save propitemetc.inc?
Re: Help me about CS Fashion
it's resource editing no need to compile.
Re: Help me about CS Fashion