Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (0)No (0)
Photo

disguise

Posted by themon on 08 November 2013 - 08:15 PM

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.

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
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!!