I translated some skills and when i execute skill.sql it gives me error
Msg 8152, Level 16, State 14, Line 1
String or binary data would be truncated.
The statement has been terminated.
Msg 8152, Level 16, State 14, Line 1
String or binary data would be truncated.
The statement has been terminated.
Msg 8152, Level 16, State 14, Line 2
String or binary data would be truncated.
The statement has been terminated.
Msg 8152, Level 16, State 14, Line 3
String or binary data would be truncated.
The statement has been terminated.
What happens in here, if I got you right, is that what you are translating, for example, is meant to be a varchar(20) and during the translation you are putting a 22 characters long string, therefore this issue will be caused.
Open Shaiya Studio -> Tools -> Settings and set a location to save server data.
Open an english Skill.SData in Shaiya Studio, do a small change then undo it so Shaiya Studio understands that you did something there, save it and check the folder where Shaiya Studio saves the server data, you'll find a file named Skill.sql there. Run that query. It will complete with errors, but those aren't affecting you at all.
Let me make this clear enough for you. What players see in game is in the client ONLY. What actually is/happens is server sided. If you want to change the skill names and description you need to do it in Skill.SData.
Let me make this clear enough for you. What players see in game is in the client ONLY. What actually is/happens is server sided. If you want to change the skill names and description you need to do it in Skill.SData.
He Translated skills ep 6 russian to english. He want realeased ep 6 skill data on english language.