Issue information

Issue ID
#7808
Status
Invalid
Severity
None
Started
themon
Nov 8, 2013 20:15
Last Post
themon
Jan 10, 2014 2:46
Confirmation
N/A

themon - Nov 8, 2013 20:15

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.

[cbox]19538,Full_Moon,Costume: Full Moon,5,0,,0,,0,,0,0xFFFFFFFF,63,2,1024,,0,0,780,{ bonus bUnbreakableHelm,0;},{disguise 1093;},{undisguise;}
[/cbox]

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.

This post has been edited by themon on Nov 8, 2013 20:15

Mysterious - Nov 12, 2013 2:06

This is invalid because this isn't a bug related incident towards the specific item.

sevenzz23 - Nov 12, 2013 3:39

try this[code=auto:0]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;}[/code]

I used Monster transform instead of disguise

This post has been edited by sevenzz23 on Nov 12, 2013 3:40

themon - Jan 10, 2014 2:46

[quote name="sevenzz23" timestamp="1384227554"]
try this[code=auto:0] 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;}[/code]
I used Monster transform instead of disguise[/quote]

solved!!