• Bem vindo à nossa comunidade - Quer se juntar ao resto dos nossos membros? Registre-se*Registros aprovados pela adminitração

Link Off MuServer 97+99i PACOTE PREMIUM! by.Ruller91

Status
Não esta aberto para novas mensagens.

gvini

Novato XPZ
cara pegol  perfeita mete muito obrigado 

                                                          servidor meu ja esta online tem  2 meses 
 

ewertonsil

Novato XPZ
Quando tento rodar as Query da este erro:


Alguem sabe como resolver?


Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 18
Invalid column name 'Using'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 21
Invalid column name 'warehouse'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 30
Invalid column name 'Using'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 39
Invalid column name 'Warehouse'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 43
Invalid column name 'Warehouse'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 46
Invalid column name 'Using'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 50
Invalid column name 'Warehouse'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 54
Invalid column name 'Warehouse'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 61
Invalid column name 'Warehouse'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 63
Invalid column name 'Using'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 64
Invalid column name 'Warehouse'.
Server: Msg 207, Level 16, State 1, Procedure ULTIMATE_WAREHOUSE, Line 70
Invalid column name 'ErrorCode'.
 
 

ShowCastle

Novato XPZ
Por favor, Entrar ou Registrar para ver o conteúdo das citações!

As querys são essas:

ALTER TABLE [dbo].[warehouse]
ADD [Using] [int] DEFAULT(1) NOT NULL
GO

ALTER TABLE [dbo].[warehouse]
ADD [ErrorCode] [int] DEFAULT(0) NOT NULL
GO

ALTER TABLE [dbo].[MEMB_INFO]
ADD [Warehouse] [int] DEFAULT(1) NOT NULL
GO

USE [MuOnline]

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_NULLS ON
GO

CREATE PROCEDURE [dbo].[ULTIMATE_WAREHOUSE] (@Account varchar(11), @Warehouse int) AS
BEGIN

DECLARE @OldItems varbinary(1200),
@NewItems varbinary(1200);

DECLARE @OldWare int,
@NewWare int,
@ProcedureResult int,
@ErrorCode int;

SET @ErrorCode = 0;
SET @ProcedureResult = (SELECT count(*) FROM warehouse WHERE AccountID = @Account);

IF (@ProcedureResult < 1)
BEGIN
INSERT INTO warehouse (AccountID, Money, EndUseDate, DbVersion, pw, Using, ErrorCode) VALUES (@Account, '0', getdate(), '1', '0', '1', '0');
END

SET @ProcedureResult = (SELECT warehouse FROM MEMB_INFO WHERE memb___id = @Account);

IF (@ProcedureResult < @Warehouse)
BEGIN
SET @ErrorCode = 1;
END

IF (@ErrorCode = 0)
BEGIN
SET @ProcedureResult = (SELECT Using FROM warehouse WHERE AccountID = @Account);

IF (@ProcedureResult = @Warehouse)
BEGIN
SET @ErrorCode = 2;
END

IF (@ErrorCode = 0)
BEGIN
SET @ProcedureResult = (SELECT count(*) FROM ExtWarehouse WHERE AccountID = @Account AND Warehouse = @Warehouse);

IF (@ProcedureResult < 1)
BEGIN
INSERT INTO ExtWarehouse (Warehouse, AccountID) VALUES (@Warehouse, @Account);
END

SET @ProcedureResult = (SELECT Using FROM warehouse WHERE AccountID = @Account);

IF (@ProcedureResult = 1)
BEGIN
SET @ProcedureResult = (SELECT count(*) FROM ExtWarehouse WHERE AccountID = @Account AND Warehouse = '1');

IF (@ProcedureResult < 1)
BEGIN
INSERT INTO ExtWarehouse (Warehouse, AccountID) VALUES ('1', @Account);
END

SET @ProcedureResult = 1;
END

SET @OldItems = (SELECT Items FROM warehouse WHERE AccountID = @Account);
SET @NewItems = (SELECT Items FROM ExtWarehouse WHERE AccountID = @Account AND Warehouse = @Warehouse);

UPDATE warehouse SET Items = @NewItems, Using = @Warehouse WHERE AccountID = @Account;
UPDATE ExtWarehouse SET Items = @OldItems WHERE AccountID = @Account AND Warehouse = @ProcedureResult;

SET @ErrorCode = 3;
END
END

UPDATE warehouse SET ErrorCode = @ErrorCode WHERE AccountID = @Account;
END
GO

SET QUOTED_IDENTIFIER OFF
GO

SET ANSI_NULLS ON
GO
 

pabloca

Novato XPZ
O melhor server 97d+99i que foi lançado na xpzone por que o resto e tudo merda , um milhão de bugs
vlw lek vou evoluir esse server e te mando pra vc ver oq vc achou dele
 

daniel2222

Novato XPZ
Fala Ruller,primeiro venho agradecer pelo muserver ,ja veio configurado pra rodar no pc,pra mim e otimo me mudei pro meio do nada aonde não chega internet :mad:
Pra mim o servidor está perfeito,so uns ajustes do gosto de cada um,nada a reclamar,so keria saber como tiro os itens novos pra deixar so os clássicos e asas clássicas..desde já obrigado show abracao
 

daniel2222

Novato XPZ
Fala aí galerinha,sera ke alguém conseguiria a data idêntica do antigo mu global? Kero testar um server NO RESET...
Vlw se alguém puder ajudar pode chamar pelo email.
 
Status
Não esta aberto para novas mensagens.
Topo Bottom