Issue Information
-
#007808
-
0 - None Assigned
-
Invalid
Issue Confirmations
-
Yes (0)No (0)
please try to confirm this
I maid some modification in the item_db.txt so that every time I equip a costume I will change to a monster for example here.
every time I equip "Costume: Full Moon" my character will change to Eclipse.
but the problem is after some level up my job will be Eclipse and all my skill will be gone and my character will become novice and I cannot put skill in it.
I maid some modification in the item_db.txt so that every time I equip a costume I will change to a monster for example here.
19538,Full_Moon,Costume: Full Moon,5,0,,0,,0,,0,0xFFFFFFFF,63,2,1024,,0,0,780,{ bonus bUnbreakableHelm,0;},{disguise 1093;},{undisguise;}<br />
every time I equip "Costume: Full Moon" my character will change to Eclipse.
but the problem is after some level up my job will be Eclipse and all my skill will be gone and my character will become novice and I cannot put skill in it.
changed status to: Invalid
This is invalid because this isn't a bug related incident towards the specific item.
try this
I used Monster transform instead of disguise
19538,Full_Moon,Costume: Full Moon,5,0,,0,,0,,0,0xFFFFFFFF,63,2,1024,,0,0,780,{ bonus bUnbreakableHelm,0; },{ montransform "Eclipse",-1,SC_MTF_CRIDAMAGE;},{ montransform "Eclipse",1,SC_MTF_CRIDAMAGE;}
I used Monster transform instead of disguise
Edited by sevenzz23, 12 November 2013 - 03:40 AM.
try this
19538,Full_Moon,Costume: Full Moon,5,0,,0,,0,,0,0xFFFFFFFF,63,2,1024,,0,0,780,{ bonus bUnbreakableHelm,0; },{ montransform "Eclipse",-1,SC_MTF_CRIDAMAGE;},{ montransform "Eclipse",1,SC_MTF_CRIDAMAGE;}I used Monster transform instead of disguise
solved!!