Help pls Blackrouge files

06/06/2013 13:24 djoctan#1
[Only registered and activated users can see links. Click Here To Register...] ?
fuck error

Sql Database
[Br_AccountTest]
[Br_GameTest]
[Br_Log]

Help me Pls
06/06/2013 13:29 flozz#2
Code:
USE [BR_AccountTest]
GO
/****** Object:  StoredProcedure [dbo].[_ManageShardCharName]    Script Date: 06/06/2013 14:28:33 ******/
SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER OFF
GO
ALTER procedure [dbo].[_ManageShardCharName]
	@job		tinyint,
	@UserJID   	int,
	@ShardID   	smallint,
	@CharName 	varchar(64),
	@OldName 	varchar(64)
as
	-- add new char name
	if (@job = 0)
	begin
		if (not exists(select * from SR_ShardCharNames where UserJID = @UserJID and ShardID = @ShardID and CharName = @CharName))
		begin
			insert SR_ShardCharNames values(@UserJID, @ShardID, @CharName)
		end
	end
	-- remove char name
	else if (@job = 1)
	begin
		delete SR_ShardCharNames where UserJID = @UserJID and ShardID = @ShardID and CharName = @CharName
		delete SR_CharAppoint where UserJID = @UserJID and ShardID = @ShardID and CharID = @CharName
	end
	-- rename previous one
	else if (@job = 2)
	begin
		update SR_ShardCharNames set CharName = @CharName where UserJID = @UserJID and ShardID = @ShardID and CharName = @OldName
		-- update SR_CharAppoint set CharID = @CharName where UserJID = @UserJID and ShardID = @ShardID and CharID = @OldName
	end
06/06/2013 13:39 bxxb#3
Flozz i recently add the spiderman with blackrogue files 100cap pet i think i done everything correct then this error appered [Only registered and activated users can see links. Click Here To Register...]
What i can do more my shard gone insaine.
06/06/2013 13:51 flozz#4
Quote:
Originally Posted by bxxb View Post
Flozz i recently add the spiderman with blackrogue files 100cap pet i think i done everything correct then this error appered [Only registered and activated users can see links. Click Here To Register...]
What i can do more my shard gone insaine.
well, I never tryed to develop black rogue files, but I think its a bit different from vsro, thats why you get errors :)
06/06/2013 13:54 bxxb#5
Quote:
Originally Posted by flozz View Post
well, I never tryed to develop black rogue files, but I think its a bit different from vsro, thats why you get errors :)
The stuff its i pretty fuck up things and i dint backup the database :D
06/06/2013 14:08 djoctan#6
oki

AQ succeeded but AsyncQueryCompleted() error occurred [AQType: 18]???


item mall error

Help pls