[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
fuck error
Sql Database
[Br_AccountTest]
[Br_GameTest]
[Br_Log]
Help me Pls
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
well, I never tryed to develop black rogue files, but I think its a bit different from vsro, thats why you get errors :)Quote:
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.