Using your Skill.SData i've experienced some item problems such as Conti Res runes not working and the 30day conti res runes coming out as Bash Lv5, any idea what's going on there?
if (i == record_total and j == 3):
if (i == record_total and j == 9):
I changed j==3 to j == 9, then i got error when i unpack with original Skill.sdata. However, if i change it back to 3, it will be fine to unpack.Quote:
Anything other than 74 01 doesn't work in ep5 for me and gives a sgraphics error.
Edit:
For reading all levels of curse of goddess edit Skill.py
2 lines before the last from
toCode:if (i == record_total and j == 3):
Code:if (i == record_total and j == 9):