Make sure you state any problems / errors you get.
I already linked to you the ep5 skills fix in your other post.. so i assume you have that, and have tried it per the instructions.
I'll take a wild guess and say the SP update Script gave you an error?
If so, add the following to the top of the script.
USE PS_GameDefs
That way, the script will read
Code:
USE PS_GameDefs
set ANSI_NULLS ON
set QUOTED_IDENTIFIER OFF
GO
ALTER Proc [dbo].[usp_Read_SkillMaxID_R]
AS
WAITFOR DELAY '00:01';
SELECT MAX(SkillID)
FROM Skills
WHERE SkillLevel < 100
If you did that, then I would suggest trying to repeat the CE process to get it to work properly, you have to be quick.