another fail... gens quest don't work (with GensRankingUpdate and GensRewardCheck procedures imported)... I'm sick of all these tests failed.
I think I'll give a break
another fail... gens quest don't work (with GensRankingUpdate and GensRewardCheck procedures imported)... I'm sick of all these tests failed.
I think I'll give a break
@aecrimch:
/****** Object: StoredProcedure [dbo].[GensRankingUpdate] Script Date: 05/31/2014 13:22:33 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
CREATE PROCEDURE [dbo].[GensRankingUpdate] (@Influence int)
AS
SET NOCOUNT ON
DECLARE _Cursor CURSOR FOR
SELECT Name FROM GensMember WHERE Influence = @Influence AND Contribute >= 10000 order by Contribute desc
DECLARE @TempName varchar(10), @TempRank int
SET @TempRank = 1
OPEN _Cursor;
FETCH NEXT FROM _Cursor INTO @TempName
WHILE @@FETCH_STATUS = 0
BEGIN
UPDATE GensMember SET Rank = @TempRank WHERE Name = @TempName AND Influence = @Influence;
SET @TempRank = @TempRank + 1;
FETCH NEXT FROM _Cursor INTO @TempName
END;
CLOSE _Cursor;
DEALLOCATE _Cursor;
SET NOCOUNT OFF/****** Object: StoredProcedure [dbo].[GensRewardCheck] Script Date: 05/31/2014 13:36:38 ******/
SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER OFF
GO
CREATE Procedure [dbo].[GensRewardCheck]
@CharacterName varchar(10)
AS
BEGIN
DECLARE @Result int
DECLARE @RewardDate smalldatetime
SET @Result = 0
SET NOCOUNT ON
SELECT @RewardDate = RewardDate FROM GensMember WHERE Name = @CharacterName
IF( DateAdd(dd, 1, @RewardDate) < GetDate() )
BEGIN
SET @Result = 1
END
SELECT @Result
SET NOCOUNT OFF
END
i use this sql script QUERY ANALYZER and enter log pass and stay moment - AND DC.
LOG : zConnectServer
======================================================================
Welcome to zConnectServer [1.0.0.0]
======================================================================
[22:04:57] [.\Settings.ini] Server settings loaded
[22:04:57] [.\ServerList.txt] Server list loaded [1]
[22:04:57] [.\WhiteList.txt] White list loaded [2]
[22:04:57] [.\BlackList.txt] Black list loaded [0]
[22:04:57] [Update] [55557] [Recv] Port created
[22:04:57] [Server] [44405] Port created
[22:05:36] [GameServer] [0][GS] Information has been updated
[22:05:38] [GameServer] [0][GS] Connection time out
[22:05:39] [GameServer] [0][GS] Information has been updated
[22:06:52] [Connect] [192.168.96.100] [0]
[22:07:44] [Disconnect] [192.168.96.100] [0]
[22:12:22] [Connect] [192.168.96.100] [1]
[22:12:25] [Disconnect] [192.168.96.100] [1]
[22:14:52] [Connect] [192.168.96.100] [2]
[22:14:54] [Disconnect] [192.168.96.100] [2]
[22:15:45] [Connect] [192.168.96.100] [3]
[22:15:47] [Disconnect] [192.168.96.100] [3]
@strdekliko,
you have some misconfiguration... server and client works ok.
in serverlist.txt you should have something like this:
// ----------------------------------------------------------------------------------
// ID Name IP Port
// ----------------------------------------------------------------------------------
0 "GS" "YOURIP" 55901
end
in folder : zConnectServer in Serverlist.txt i have :
replace with your txt?//===================================================================================// zConnectServer
// ----------------------------------------------------------------------------------
// Description: Servers information list
// ----------------------------------------------------------------------------------
// Revision: 8:18 18.10.2013
//===================================================================================
// ----------------------------------------------------------------------------------
// ID Name IP Port
// ----------------------------------------------------------------------------------
0 "zTeam-0" "192.168.0.100" 55901
end
you should have:
because GS is name of the server not zTeam-0 (ServerInfo.dat).//===================================================================================// zConnectServer
// ----------------------------------------------------------------------------------
// Description: Servers information list
// ----------------------------------------------------------------------------------
// Revision: 8:18 18.10.2013
//===================================================================================
// ----------------------------------------------------------------------------------
// ID Name IP Port
// ----------------------------------------------------------------------------------
0 "GS" "192.168.0.100" 55901
end
not for me...
Too bad that we have not received the client by which author made movies ... is missing rage table implementation from 3rd movie.
How clicker.dll in client added to main.exe some guide, to put customer autoclick
Main opens with no video card ATI Radeon
How Add Barracks in move map ??? and enable /move ?
Last edited by Baltov; 03-09-14 at 12:59 PM.
mmm.. how enable Rage System? )
In Data\ExData\RageSystem.ini
//ENABLE | EXP | MOB | MAX LEVEL | POINT LEVEL | DIV EXP LEVEL | MOB EXP LVL |
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 1 150 1000 1 1000 100
Rage system not added in GS, Read description no info about rage system.
i can't enter the game :|
i'm stuck at click server
lets the owner make update of the files full