restart alz

Results 1 to 5 of 5
  1. #1
    Enthusiast Cybershott is offline
    MemberRank
    Mar 2011 Join Date
    46Posts

    restart alz

    how do I reset to the cabal alz in EP8 want all accounts are with 0 alz Thanks


  2. #2
    PwrGames PwrDex is offline
    MemberRank
    Jul 2011 Join Date
    /var/log/cabalLocation
    793Posts

    Re: restart alz

    Code:
    UPDATE [Server01].[dbo].[cabal_character_table]
       SET 
          [Alz] = 0
    GO
    Run this on Server01 but dont change the value from 0 because all other value will get bugged the character Its just an option to clear alz form all character!

  3. #3
    Enthusiast Cybershott is offline
    MemberRank
    Mar 2011 Join Date
    46Posts

    Re: restart alz

    with this code erases the alz bau tb thanks for the reply

  4. #4
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: restart alz

    Quote Originally Posted by DeXtR View Post
    Code:
    UPDATE [Server01].[dbo].[cabal_character_table]
       SET 
          [Alz] = 0
    GO
    Run this on Server01 but dont change the value from 0 because all other value will get bugged the character Its just an option to clear alz form all character!
    How about on warehouse ?

  5. #5
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: restart alz

    Code:
    UPDATE [Server01].[dbo].[cabal_warehouse_table]
       SET 
          [Alz] = 0
    GO



Advertisement