Completely Restart 7 Signs

Discussion in 'Help' started by Zhengyi, Jun 22, 2010.

  1. Zhengyi

    Zhengyi New Member

    I was wanting to completely restart 7signs.

    I was going to reset the data in these tables/fields:
    ssq_data
    ssq_join_data
    ssq_user_data

    user_data -> ssq_dawn_round

    Then run:
    //ssq cyclemode default 2

    Anything I am missing at all?
    Any help/info would be great.

    Thanks.
     
  2. Nuaserver

    Nuaserver New Member

    / / ssq restart ... ?
     
  3. Nish

    Nish AdvExt64 Customers (IL)

    i have always had probs setting it with //ssq cyclemode i have always used:

    //ssq event_period yyyy/mm/dd hh:mm:ss yyyy/mm/dd hh:mm:ss
    //ssq seal_period yyyy/mm/dd hh:mm:ss yyyy/mm/dd hh:mm:ss

    make sure sieges are in the seal period or it will also give problems, ssq is really touchy for some reason

    and to fully wipe seven signs all i ever did was just wipe ssq_data
     
    Last edited: Aug 10, 2010
  4. Xavier

    Xavier AdvExt64 Customers (IL)

    by me
    //ssq event_period ... works all fine

    but
    //ssq seal_period ... always gives Invalid time, so i set seal period directrly in database and restart server )
    lame а little bit but it works )
     
  5. Jamie2006

    Jamie2006 AdvExt64 Customers (IL)

    I had this problem too for ages, but the command beneath will set it correct with a cyclemode of 14 days.
    Atleast it does for me :p

    SSQ Setup.

    //ssq cyclemode default 0.5
    //ssq event_period 2010/03/12 18:00:00 2010/03/19 18:00:00
    //ssq seal_period 2010/03/19 18:15:00 2010/03/26 17:45:00

    Good luck with it.
     
  6. Zhengyi

    Zhengyi New Member

    Thanks for info.

    Problem I am having is no matter what SSQ will not change from Event to Seal Period.

    I was going to delete all the ssq tables that are used and have info stored.
    Then reset value in user_data for ssq rounds.
    We tried the //ssq reset and that did not fix the issue.

    Still not 100% on what the problem could be.