PDA

View Full Version : Berserker class_skill


aza77
05-19-2006, 09:58 PM
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);

kovouau
08-04-2006, 03:54 AM
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

John Adams
08-04-2006, 05:32 AM
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.