[Release] DarksTeam MuServer 0.99.60/62T (1.0M) Beta 15

how to fix golden archeer y register rena but never give me anything T.T ... Help Plzz
 
I use Spiral slash, which can not move or fight monsters
It will affect the battlefield
VlqVU2F.jpg

pOxqe7C.jpg

Pj1iDim.jpg
 
Дайте клиент , че не намирам?
 
Last edited:
If you'd like to save the score of Blood Castle, use the following procedure.
Code:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[SP_POINT_ACCM_BC]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[SP_POINT_ACCM_BC]
GO

CREATE PROCEDURE SP_POINT_ACCM_BC
@Server smallint,
@Bridge tinyint,
@AccountID varchar(10),
@CharacterName varchar(10),
@Class tinyint ,
@Point int,
@PCRoomGUID int
As
Begin

BEGIN TRANSACTION

SET NOCOUNT ON
IF EXISTS ( SELECT CharacterName FROM EVENT_INFO_BC WITH (READUNCOMMITTED)
WHERE Server = @Server AND AccountID = @AccountID AND CharacterName = @CharacterName )
Begin
DECLARE @iiiPoint int
SELECT @iiiPoint = Point FROM EVENT_INFO_BC
WHERE Server = @Server AND AccountID = @AccountID AND CharacterName = @CharacterName
IF (@iiiPoint + @Point < 0)
BEGIN
UPDATE EVENT_INFO_BC
SET Point = 0 , Bridge = @Bridge, PlayCount = PlayCount+1
WHERE Server = @Server AND AccountID = @AccountID AND CharacterName = @CharacterName
END
ELSE
BEGIN
UPDATE EVENT_INFO_BC
SET Point = Point + @Point , Bridge = @Bridge, PlayCount = PlayCount+1
WHERE Server = @Server AND AccountID = @AccountID AND CharacterName = @CharacterName
END
End
ELSE
Begin
INSERT INTO EVENT_INFO_BC ( Server, Bridge, AccountID, CharacterName, Class, Point, PlayCount ) VALUES (
@Server,
@Bridge,
@AccountID,
@CharacterName,
@Class,
@Point,
default
)
End
IF (@PCRoomGUID <> 0)
Begin
IF EXISTS (SELECT AccountID FROM T_BC_PCROOM_PLAYCOUNT WITH (READUNCOMMITTED)
WHERE PCROOM_GUID = @PCRoomGUID AND AccountID = @AccountID)
Begin
UPDATE T_BC_PCROOM_PLAYCOUNT
SET PlayCount = PlayCount + 1, Point = Point + @Point
WHERE PCROOM_GUID = @PCRoomGUID AND AccountID = @AccountID
End
ELSE
Begin
INSERT INTO T_BC_PCROOM_PLAYCOUNT
VALUES (@PCRoomGUID, @AccountID, default, @Point)
End
End
IF(@@Error <> 0 )
ROLLBACK TRANSACTION
ELSE
COMMIT TRANSACTION
SET NOCOUNT OFF
End
GO
 
DarkMaster why you dont give full client for this server files, more people write this post "need game client".
Shared please, me too need client i new for this season, and can't start game other client. Help me please, tnx. P.S sorry for my low english.
 
Last edited:
[ElfBuff]
DefenseDuration = 600 ; Defense duration
DamageDuration = 600 ; Damage duration
don't work :( !
i change it 6000 but only 2 min skill buff off !
sorry bag eng !
 
I want to know if the main of the Client Patch.rar have a support for new items.
 
Last edited: