3) Não consigo alterar Exp
se for igual da x-team fica no gameserver/data/common < > escrito Experience Settings
1) Vip do site não entra no Jogo
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER Procedure [dbo].[WZ_GetAccountLevel]
@Account varchar(10)
AS
BEGIN
SET NOCOUNT ON
SET XACT_ABORT ON
DECLARE @CurrentAccountLevel int
DECLARE @CurrentAccountExpireDate smalldatetime
SELECT @CurrentAccountLevel=AccountLevel,@CurrentAccountExpireDate=AccountExpireDate FROM MEMB_INFO WHERE memb___id=@Account
IF(@CurrentAccountLevel <> 0 AND getdate() > @CurrentAccountExpireDate)
BEGIN
SET @CurrentAccountLevel = 0
UPDATE MEMB_INFO SET AccountLevel=@CurrentAccountLevel,AccountExpireDate=@CurrentAccountExpireDate WHERE memb___id=@Account
END
SELECT @CurrentAccountLevel As AccountLevel,@CurrentAccountExpireDate As AccountExpireDate
SET NOCOUNT OFF
SET XACT_ABORT OFF
END
GO
SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER OFF
GO
Feito isso vc agora roda esta aqui colocando o seu loguin, tipo de vip e a quantidade de dias:
Ocultar conteúdo
UPDATE MEMB_INFO SET AccountLevel = 2, AccountExpireDate = GETDATE() + 30 WHERE memb___id = 'LOGIN'
2) Anjo do BloodCastle não está lá porem já esta tudo correto no monstersetbase.txt
C:\MuServer\Data\EventItemBag\ bloodcastle
Dps
C:\MuServer\Data\Monster\monstersetbase
//----------------------------------------------------------------------//
// Blood Castle (NPC) //
//----------------------------------------------------------------------//
4
232 11 0 10 9 1 // Archangel
232 12 0 10 9 1 // Archangel
232 13 0 10 9 1 // Archangel
232 14 0 10 9 1 // Archangel
232 15 0 10 9 1 // Archangel
232 16 0 10 9 1 // Archangel
232 17 0 10 9 1 // Archangel
232 52 0 10 9 1 // Archangel
132 11 0 14 95 0 // Statue of Saint
132 12 0 14 95 0 // Statue of Saint
132 13 0 14 95 0 // Statue of Saint
132 14 0 14 95 0 // Statue of Saint
132 15 0 14 95 0 // Statue of Saint
132 16 0 14 95 0 // Statue of Saint
132 17 0 14 95 0 // Statue of Saint
132 52 0 14 95 0 // Statue of Saint
131 11 0 14 75 0 // Castle Gate
131 12 0 14 75 0 // Castle Gate
131 13 0 14 75 0 // Castle Gate
131 14 0 14 75 0 // Castle Gate
131 15 0 14 75 0 // Castle Gate
131 16 0 14 75 0 // Castle Gate
131 17 0 14 75 0 // Castle Gate
131 52 0 14 75 0 // Castle Gate
end
não esquece de dar reload