-
Costume
Hello,
Is there any way to enchant talisman for Costume suit ?
Inititem.txt
PHP Code:
;#2Swimsuit
(item (name 4940) (Index 3430) (desc 3428) (Image "Cost3") (Action 1 1) (class defense cost) (code 2 3 4 0) (country 0 1 2) (wear 1) (limit mage 1) (buy 0) (sell 0)(level 1) (specialty (Dex 1)(hp 30)(mp 30)))
inititem.dat
PHP Code:
;#2Swimsuit #b[Mage]
(item (name 4940) (Index 3430) (desc 3428) (Image "Cost3") (Action 1 1) (class defense cost) (code 2 3 4 0) (country 0 1 2) (wear 1) (limit mage 1) (buy 0) (sell 0)(level 1) (own2) (ignorepart 0 1 2 3 5) (costumetype 1)(specialty (Dex 1)(hp 30)(mp 30)))
Inititem.txt Talisman
PHP Code:
;Talisman
(item (name 10271) (Index 10271) (Image "item892") (desc 10271) (class general charm) (code 3 6 18 0) (country 2)(plural 1)(buy 0)(sell 0)(specialty(Changeprefix defense 100 10271)))
what about (class general charm) and (Changeprefix defense 100 10271) ?
is there another class charm and changeprefix for suits?
thank you.