Jump to content

Dragon soul alchemy


Recommended Posts

  • Active Member

EDIT :

I fix it :)

When someone got that same problem here is fix ->

You must got the same numbers in dragon_soul_table.txt as in dragon_soul_refine_settings.py

dragon_soul_table.txt

Spoiler

Group RefineGradeTables                                    
{                                    
    Group Default                                
    {                                
        #--#    NEED_COUNT    FEE    GRADE_NORMAL    GRADE_BRILLIANT    GRADE_RARE    GRADE_ANCIENT    GRADE_LEGENDARY
        GRADE_NORMAL    15    30000    70    25    5    0    0
        GRADE_BRILLIANT    10    50000    25    70    5    0    0
        GRADE_RARE    5    70000    8    15    75    2    0
        GRADE_ANCIENT    3    100000    2    3    8    85    2
    }                                
}

dragon_soul_refine_settings.py

Spoiler

default_grade_need_count = [15, 10, 5, 3]
default_grade_fee = [30000, 50000, 70000, 100000]

 

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.