Berserker class_skill
If your berserkers can't train skills by using them (like offense, smithing ...) try this sql command..
INSERT INTO class_skill VALUES (16,'Berserker',66,66,1,1,66,66,66,66,66,1,66,66,6 6,66,66,1,35,66,66,10,15,66,66,66,66,66,66,66,1,66 ,1,66,66,1,12,66,66,30,66,66,1,66,66,66,66,66,66,6 6,66,66,1,1,66,66,66,1,66,66,66,66,1,1,66,1,1,1,1, 1,1,1,66,1,1,1); |
ERROR 1064: You have an error in your SQL syntax. Check the manual that corresp
onds to your MySQL server version for the right syntax to use near '6,66,66,1,35 ,66,66,10,15,66,66,66,66,66,66,66,1,66 ,1,66,66,1,1 mysql> just as so you know. it didnt work for me |
Make sure the line break is not effecting your SQL command:
INSERT INTO class_skill VALUES (16,'Berserker',66,66,1,1,66,66,66,66,66,1,66,66,6 6,66,66,1,35,66,66,10,15,66,66,66,66,66,66,66,1,66 ,1,66,66,1,12,66,66,30,66,66,1,66,66,66,66,66,66,6 6,66,66,1,1,66,66,66,1,66,66,66,66,1,1,66,1,1,1,1, 1,1,1,66,1,1,1); I notice copy/paste from these forums sometimes adds spaces and CRLFs to the commands. Clean it up so it looks proper, then try again. |
All times are GMT -4. The time now is 07:35 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.