Quote:
Originally Posted by Heifnir
This script should help you.
INSERT INTO dbo.CharApplySkills (CharID,SkillID,SkillLevel,LeftResetTime) VALUES @ [Only registered and activated users can see links. Click Here To Register...]D,286,3,2592000)
INSERT INTO dbo.CharApplySkills (CharID,SkillID,SkillLevel,LeftResetTime) VALUES @ [Only registered and activated users can see links. Click Here To Register...]D,227,1,2592000)
INSERT INTO dbo.CharApplySkills (CharID,SkillID,SkillLevel,LeftResetTime) VALUES @ [Only registered and activated users can see links. Click Here To Register...]D,233,1,2592000)
INSERT INTO dbo.CharApplySkills (CharID,SkillID,SkillLevel,LeftResetTime) VALUES @ [Only registered and activated users can see links. Click Here To Register...]D,225,1,2592000)
Just modify the SkillID and SkillLevel by the one you need. And put the script after SET @ [Only registered and activated users can see links. Click Here To Register...]D = IDENT_CURRENT ('Chars') on stored procedure usp_Create_Char_R which can be found in PS_GameData.
|
Hi! Thank you for your help! I get this error
Msg 102, Level 15, State 1, Procedure usp_Create_Char_R, Line 94
Incorrect syntax near '@CharID'.
Msg 102, Level 15, State 1, Procedure usp_Create_Char_R, Line 95
Incorrect syntax near '@CharID'.
Msg 102, Level 15, State 1, Procedure usp_Create_Char_R, Line 96
Incorrect syntax near '@CharID'.
Msg 102, Level 15, State 1, Procedure usp_Create_Char_R, Line 97
Incorrect syntax near '@CharID'.
I solved the problem! thank you