Clan war problem

Results 1 to 6 of 6
  1. #1
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Clan war problem

    Hello,

    I got a Clan server but i don't see the scores in CC ( Clan channel )
    I can Clan war 2 vs 2 but sometimes ( Most of the times ) 2 of them turns out 999 ping and only 1 stays at
    18 ping ( I got NAT so that ping is super! )
    So i got 2 problems, Maybe someone could help (A)?
    And yes MatchAgent is running!
    Kind regards,

    Bartjehh


  2. #2
    Account Upgraded | Title Enabled! X-Weaver is offline
    MemberRank
    Jan 2009 Join Date
    XDLocation
    443Posts

    Re: Clan war problem

    ur database crashed...

  3. #3
    My Religion: Love ♥ diosz is offline
    MemberRank
    Feb 2008 Join Date
    IDK~Location
    314Posts

    Re: Clan war problem

    look this

    Quote Originally Posted by Linear88 View Post
    I have fixed mine.

    dbo.spWinTheClanGame:

    Find:
    PHP Code:
    UPDATE Clan SET Losses=Losses+1Pointgame.fnGetMax(0Point+(@LoserPoint)) WHERE CLID=@LoserCLID 
    Replace to:
    PHP Code:
    UPDATE Clan SET Losses=Losses+1Pointdbo.fnGetMax(0Point+(@LoserPoint)) WHERE CLID=@LoserCLID 
    Reason: User Game does not exist, causing the game to crash.
    Wizkid said change game.fnGetMax to game.GetMax, which made MatchServer find no function, causing MatchServer to crash.

  4. #4
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Re: Clan war problem

    Omg, i don't got the dbo.spWinTheClanGame

  5. #5
    My Religion: Love ♥ diosz is offline
    MemberRank
    Feb 2008 Join Date
    IDK~Location
    314Posts

    Re: Clan war problem

    Quote Originally Posted by Wizkidje View Post
    Since there are a lot of people that have the problem, I'll post a tut. This fix solves the MatchServer crash after the clanwar finished. Feel free to flame, but be sure you don't cry after I flamed you back. Note that this is a noob-friendly tutorial with pictures.

    1) Start MSSQL Studio Express. If you do not know how, please suicide now before it's too late.
    2) Navigate to your GunzDB, select Programmability, then select Stored Procedures.

    3) Scroll down to the stored procedure called spWinTheClanGame. Rightclick it, then select Modify.

    4) Find
    PHP Code:
    UPDATE Clan SET Losses=Losses+1Pointgame.fnGetMax(0Point+(@LoserPoint)) WHERE CLID=@LoserCLID 
    and change game.fnGetMax to dbo.fnGetmax. So after the edit it will look like
    PHP Code:
    UPDATE Clan SET Losses=Losses+1Pointdbo.fnGetMax(0Point+(@LoserPoint)) WHERE CLID=@LoserCLID 
    5) Hit Execute.
    6) Thank me for sharing this.
    is easy no ?

    P.D. I edit the original quote =P and edit the problem
    4) Find [/B]
    PHP Code:
    UPDATE Clan SET Losses=Losses+1Pointgame.fnGetMax(0Point+(@LoserPoint)) WHERE CLID=@LoserCLID 
    and change game.fnGetMax to dbo.fnGetmax. So after the edit it will look like
    PHP Code:
    UPDATE Clan SET Losses=Losses+1Pointdbo.fnGetMax(0Point+(@LoserPoint)) WHERE CLID=@LoserCLID 

  6. #6
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Clan war problem

    Than is your database fked up.



Advertisement