unable to learn skill

12/18/2012 14:17 yukolo#1
I'm really sorry I did not want to open a new topic, but the location is not yet solved the problem, really, I'm not closed
4th level you get stuck, and after the error is unable to learn skill
I did everything from scratch, but I used the whole thing was not applied in chat engine
Waiting for your understanding in this regard waiting for help from you
Forgive me, waiting for you to help my brothers
I'm sorry for my english is bad
12/18/2012 14:33 Murik13#2
[Only registered and activated users can see links. Click Here To Register...]
12/18/2012 16:08 Truth1010#3
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.
12/18/2012 16:30 yukolo#4
Thank You Resolved
12/19/2012 00:53 JohnHeatz#5
Quote:
Originally Posted by yukolo View Post
Thank You Resolved
#Closed