Jump to content

Orion Project - 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  


Γ—