I have read quite a few threads about this problem, and I just can't find a solution. Let me try to explain what happened, what have I done and what I need:
Whenever I TP or log out, my F1 skill bar's slots 1 through 4 go back to default. That is the starting F1 bar when you first create any character.
Things I have tried, all on vanilla installs, no bots or whatever: deleted settings folder, renamed settings folder to Settings, turned on and off beginner's mark, put auto potion on 1~4 slots, put other skills over it, removed all and relogging, killed 2 chickens, in total about 30 different combinations, resulting in nothing.
The owners of the server ran the following script on my character:
Code:
UPDATE _RefCharDefault_Quest SET Service = 1 delete from _CHARQUEST where QuestID = 1 INSERT INTO CharQuest (CharID, QuestID, Status,AchievementCount,StartTime,EndTime,QuestData1,QuestData2) SELECT CharID, 1,5,0, ''2012-04-13 20:44:00'',''2012-04-13 20:44:00'',31458135,0 FROM CHAR where CharID > 0
So, what do I need: It seems like the Skill Bars (F1~F4) are stored in the server database, so it's not something saved in your client Silkroad folder. I wonder if anyone know how to get to these tables, if there's an event everytime I put/remove any skill, etc. This is something annoying, but not the end of the world. I just want to understand what's happening...
Not sure what's the database/vsro files, but it shouldn't matter(?).
Thanks for reading this text wall, cheers.






