Jump to content

epicWhite

Member
  • Content Count

    14
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by epicWhite


  1. Hi

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

    Can you check this QUEST_COMPLETE thing?

    I think it's not working at all.

    Thanks!

    Β 

    <achievement type="QUEST_COMPLETE" name="Quest" icon="icon.etc_scroll_gray_i00" desc="Complete %required% amount of quest(s).">
    Β Β  Β Β Β  Β <stage lvl="1" required="5" reward="57" count="1000"/>
    Β Β  Β Β Β  Β <stage lvl="2" required="10" reward="57" count="1000"/>
    Β Β  Β Β Β  Β <stage lvl="3" required="25" reward="57" count="1000"/>
    Β Β  Β Β Β  Β <stage lvl="4" required="50" reward="57" count="1000"/>
    Β Β  Β Β Β  Β <stage lvl="5" required="100" reward="57" count="1000"/>
    Β Β  Β </achievement>

    • Thanks 1

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

    Β 


    Β 

    Β 


Γ—