Hello Guys,
As I*know many of peoples suffered with this error as I*do.. I asked many but didn't get correct solution for this and i have seen many threads regarding this*
Syserr from server
DoRefineGrade: Possibility of invalid client.
Why I am stating this because i know the feeling of how hard to find the answer*searching for months but which is so easy ...
Here is the answer for this ...*
Go to you*Client side Root --> dragon_soul_refine_settings.py*
In that check for*
default_grade_need_count = [3, 3, 3, 3]
These count must be matched with server side --->usr/home/locale/country ---dragon_soul_table.txt
Open that*dragon_soul_table.txt file and check for*
Group RefineGradeTables** *** *** *** *** *** *** *** *** *
{** *** *** *** *** *** *** *** *** *
** *Group Default** *** *** *** *** *** *** *** *
** *{** *** *** *** *** *** *** *** *
** *** *#--#** *NEED_COUNT** *FEE** *GRADE_NORMAL** *GRADE_BRILLIANT** *GRADE_RARE** *GRADE_ANCIENT** *GRADE_LEGENDARY
** *** *GRADE_NORMAL** *3** *30000** *5** *90** *5** *0** *0
** *** *GRADE_BRILLIANT** *3** *50000** *0** *15** *85** *0** *0
** *** *GRADE_RARE** *3** *70000** *0** *0** *10** *90** *0
** *** *GRADE_ANCIENT** *3** *100000** *0** *0** *0** *90** *10
** *}** *** *** *** *** *** *** *** *
}** *
In this the count 3 , 3 ,3 , 3 is the Need_count in this refine grade tables both must be same..*
For eg.*
If the
default_grade_need_count = [5, 4, 3, 2]
Then
In server side*
*
#--#** *NEED_COUNT** *FEE** *GRADE_NORMAL** *GRADE_BRILLIANT** *GRADE_RARE** *GRADE_ANCIENT** *GRADE_LEGENDARY
** *** *GRADE_NORMAL * *5* * 30000** *5** *90** *5** *0** *0
** *** *GRADE_BRILLIANT * *4* * 50000** *0** *15** *85** *0** *0
** *** *GRADE_RARE** *3** *70000** *0** *0** *10** *90** *0
** *** *GRADE_ANCIENT * *2* * 100000** *0** *0** *0** *90** *10
So thats it you can upgrade your Dragon soul class from Rough to Legendary...
Regards*
Human