EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=596)
-   -   Berserker class_skill (https://www.eqemulator.org/forums/showthread.php?t=20650)

aza77 05-19-2006 09:58 PM

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);

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.


All times are GMT -4. The time now is 07:35 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.