Jump to content

Orion Project - Lineage II Server Files

Sign in to follow this  
epicWhite

Achievements - RECIPE_LEARN

Recommended Posts

Hi

You must be signed in to view the link content in this post. Please Sign In or Sign Up.
,

so you I found a mistake or what?

Inside achivements.xml file we have something like this:

    <achievement type="RECIPE_LEARN" name="Learn Recipe" icon="icon.etc_recipe_black_i00" desc="Learn %required% recipes.">
        <stage lvl="1" required="3" reward="57" count="1000"/>
        <stage lvl="2" required="5" reward="57" count="1000"/>
        <stage lvl="2" required="10" reward="57" count="1000"/>
    </achievement>

2 times the same stage lvl="2"

Do i have to fix it like this, or keep it as it is?

    <achievement type="RECIPE_LEARN" name="Learn Recipe" icon="icon.etc_recipe_black_i00" desc="Learn %required% recipes.">
        <stage lvl="1" required="3" reward="57" count="1000"/>
        <stage lvl="2" required="5" reward="57" count="1000"/>
        <stage lvl="3" required="10" reward="57" count="1000"/>
    </achievement>

 

Thanks!

 


 

 

Share this post


Link to post
Share on other sites

You must be signed in to view the link content in this post. Please Sign In or Sign Up.
 yes, it's a mistake. Thanks.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  


×