Write to where you ordered the script (extension), in the CharacterDAO class, there is no longer the getCharacterSkills method, it has moved to CharacterSkillsDAO!Hello community! Could someone help me? Yesterday I did an update and replaced the script.jar and server.jar files, and now when I try to log in a character, I get this error and I can't log in. Could you please help me?
View attachment 7333
Write to where you ordered the script (extension), in the CharacterDAO class, there is no longer the getCharacterSkills method, it has moved to CharacterSkillsDAO!
Look at what is written in the log! Isn't it visible that the method is not found?
Just ask the person who wrote your extension to fix it. It's no trouble to fix, the method just moved to the class where it belongs. Previously, there was no DAO(Data access object) for skills. Now there is, and everything related to player skills has been moved there.I'm a beginner, but you telling me this now helped me understand the process. Thank you, Deazer.
Yes, it must be from the interface code I'm using. I'll ask Deazer, thanks for the insight.Just ask the person who wrote your extension to fix it. It's no trouble to fix, the method just moved to the class where it belongs. Previously, there was no DAO(Data access object) for skills. Now there is, and everything related to player skills has been moved there.