MatchServer Cw + Quest July 21 2008

Results 1 to 8 of 8
  1. #1
    Enthusiast NocturnoGz is offline
    MemberRank
    Jul 2010 Join Date
    Anaco, VenezuelLocation
    25Posts

    MatchServer Cw + Quest July 21 2008

    Who can give me a quest cw + MatchServer With this release to hold more than 50000 items

    To July 21 2008

    Or I go to I do's Address


  2. #2
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: MatchServer Cw + Quest July 21 2008

    why don't you use Phoenix Release Pack 3

  3. #3
    Enthusiast NocturnoGz is offline
    MemberRank
    Jul 2010 Join Date
    Anaco, VenezuelLocation
    25Posts

    Re: MatchServer Cw + Quest July 21 2008

    Quote Originally Posted by TheCodeOfGunz View Post
    why don't you use Phoenix Release Pack 3
    That is the one use, but I think it is freed to handle more items

  4. #4
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: MatchServer Cw + Quest July 21 2008

    Ztem.xml > iscashitem="false" to true

  5. #5
    Fuck Army. sahar042 is offline
    MemberRank
    Jul 2009 Join Date
    833Posts

    Re: MatchServer Cw + Quest July 21 2008

    CW + Quest By Query :

    USE [GunzDB]
    GO
    /****** Object: StoredProcedure [dbo].[spWinTheClanGame] Script Date: 05/20/2009 20:20:48 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO

    -- ??? ?? ????
    ALTER PROC [dbo].[spWinTheClanGame]
    @WinnerCLID int,
    @LoserCLID int,
    @IsDrawGame tinyint,
    @WinnerPoint int,
    @LoserPoint int,
    @WinnerClanName varchar(24),
    @LoserClanName varchar(24),
    @RoundWins tinyint,
    @RoundLosses tinyint,
    @MapID tinyint,
    @GameType tinyint,
    @WinnerMembers varchar(110),
    @LoserMembers varchar(110)
    AS
    SET NOCOUNT ON -- ??.

    IF @IsDrawGame = 0
    BEGIN
    BEGIN TRAN
    -- ??? Wins+1
    UPDATE Clan SET Wins=Wins+1, Point=Point+@WinnerPoint, TotalPoint=TotalPoint+@WinnerPoint WHERE CLID=@WinnerCLID
    IF 0 = @@ROWCOUNT BEGIN -- ?? ??.
    ROLLBACK TRAN
    RETURN
    END

    -- ?? Losses+1
    UPDATE Clan SET Losses=Losses+1, Point= dbo.fnGetMax(0, Point+(@LoserPoint)) WHERE CLID=@LoserCLID
    IF 0 = @@ROWCOUNT BEGIN -- ?? ??.
    ROLLBACK TRAN
    RETURN
    END
    -- UPDATE Clan SET Point=0 WHERE CLID=@LoserCLID AND Point<0

    -- ?? ??? ???.
    INSERT INTO ClanGameLog(WinnerCLID, LoserCLID, WinnerClanName, LoserClanName, RoundWins, RoundLosses, MapID, GameType, RegDate, WinnerMembers, LoserMembers, WinnerPoint, LoserPoint)
    VALUES (@WinnerCLID, @LoserCLID, @WinnerClanName, @LoserClanName, @RoundWins, @RoundLosses, @MapID, @GameType, GETDATE(), @WinnerMembers, @LoserMembers, @WinnerPoint, @LoserPoint)
    IF 0 <> @@ERROR BEGIN -- ?? ??.
    ROLLBACK TRAN
    RETURN
    END
    COMMIT TRAN
    END
    ELSE
    BEGIN
    UPDATE Clan SET Draws=Draws+1 WHERE CLID=@WinnerCLID OR CLID=@LoserCLID
    END

  6. #6
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: MatchServer Cw + Quest July 21 2008

    Actually if you use the CW+Quest MatchServer of the repack you will notice that it isn't reading more than 500k, so here you have the addresses to edit it.
    Code:
    0040A088
    0040A4BF
    00446399
    Change in these addresses the 7A120 value to 0F423F and done.

  7. #7
    Enthusiast NocturnoGz is offline
    MemberRank
    Jul 2010 Join Date
    Anaco, VenezuelLocation
    25Posts

    Re: MatchServer Cw + Quest July 21 2008

    Quote Originally Posted by adz28 View Post
    Actually if you use the CW+Quest MatchServer of the repack you will notice that it isn't reading more than 500k, so here you have the addresses to edit it.
    Code:
    0040A088
    0040A4BF
    00446399
    Change in these addresses the 7A120 value to 0F423F and done.
    Thanks Adz28, Ready, Please Close the topic :)

  8. #8
    Member LeGenDGuNz is offline
    MemberRank
    Apr 2012 Join Date
    73Posts

    Re: MatchServer Cw + Quest July 21 2008

    Quest mode menu :
    0045C741 |. 75 00 JNZ SHORT 0045C743 //(ONLY FOR QUEST/CLAN SERVER)



Advertisement