Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 19:33

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



dbo.CHECK_CHARS PROBLEM NEED HELP

Discussion on dbo.CHECK_CHARS PROBLEM NEED HELP within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
dbo.CHECK_CHARS PROBLEM NEED HELP

Hi Epvpers., anyone know this problem.,?

PHP Code:
2015/09/13    08:24:52
query
:{ call CHARACTER_01_DBF.dbo.CHECK_CHARS('Dado''2') }
SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Could not find stored procedure 'CHARACTER_01_DBF.dbo.CHECK_CHARS'
every time i create new char database gives me an error, i know the problem is from the database., but i dont have files that check_character., anyone have this or know were i can find it?

thnx and advance,
Ecrypter is offline  
Old 09/13/2015, 03:04   #2



 
Flogolo's Avatar
 
elite*gold: 980
Join Date: Nov 2011
Posts: 4,747
Received Thanks: 771
u use the aio db of sedrika? then execute the aio again, maybe it just missed
Flogolo is offline  
Old 09/13/2015, 05:19   #3
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 929
Received Thanks: 444
Code:
CHARACTER_01_DBF.dbo.CHECK_CHARS
The CHECK_CHARS TBL is missing in your CHARACTER_01_DBF

You can use this script for your database
Code:
USE [CHARACTER_01_DBF]
GO

/****** Object:  StoredProcedure [dbo].[CHECK_CHARS]    Script Date: 06/01/2014 22:02:22 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[CHECK_CHARS] 
	@account VARCHAR(32) = '',
	@playerslot int = 0
AS
SET NOCOUNT ON
  SELECT * FROM CHARACTER_TBL WHERE account=@account AND playerslot = @playerslot AND isblock ='F'
SET NOCOUNT OFF

/* FOR CHARACTER OVERRIDE BUG */
GO
-Venom' is offline  
Reply




All times are GMT +2. The time now is 19:33.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.