Jump to content

savion47

Members
  • Posts

    7,255
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by savion47

  1. 14 hours ago, Andrewgeddon said:

    Yeah, NAF 7s uses rerolls at double cost, which you can squeeze in with 2 Vamps and 5 Thralls

    2 Vamps I think is probably your best bet. Or course, that is like saying saying buying 2 tickets over 1 increases your chances of winning the lottery.

     

    • Like 1
    • Haha 1
  2. 3 minutes ago, sbr said:

    I could play tomorrow but I have  to be done and offline by PM. I'll be home and available at 4, so if you can play that early I can. Otherwise next Wednesday is the earliest.

    Ok, lets do Wed at 7 then if that works.

  3. 4 hours ago, sbr said:

    @savion47 We are up for some hot mummy on mummy action.  As of now I am pretty wide open after tomorrow.  Should be able to start a match anytime between 4-8PM on weekdays and between 8AM-8PM on weekends. 

    Let me know!

     

    EDIT:  Can't play until Thursday this week, sorry

    Let's do Thursday at 7 if that works.

  4. 3 hours ago, michaels said:

    @savion47 I think that was meant for PM but I'll take it! What took so long was figuring out that settings_4.php was the one that applied to my league id (4). It's not super obvious. I ended up adding multiple arrays based on the tournament ID so it looks like this:
     

    Then I did the same for the cas/td tables. I think that's the same thing you're doing judging by the code.

    Hey, a quick response comes wherever I want it. Glad you found the right one.

  5. Ok, here is a portion of our setting_1 file located in localsettings. The first table is the one that is automatically put up. The 2nd table points to a specific "tournament." Length is set at 40 only because I did not want anything to possibly be dropped off, but you could do top 3 or whatever you want.

     /*********************
     *   Front page: tournament standings boxes
     *********************/
    $settings['fp_standings'] = array(
    # This will display a standings box of the top 6 teams in node (league, division or tournament) with ID = 1
    array(
    'id' => $get_prime, # Node ID
    'box_ID' => 1,
    // Please note: 'type' may be either one of: 'league', 'division' or 'tournament'
    'type' => 'tournament', # This sets the node to be a tournament. I.e. this will make a standings box for the tournament with ID = 1
    'infocus' => true, # If true a random team from the standings will be selected and its top players displayed.
    /*
    The house ranking system (HRS) NUMBER to sort the table against.
    Note, this is ignored for "type = tournament", since tours have an assigned HRS.
    Also note that using HRSs with fields such as points (pts) for leagues/divisions standings makes no sense as they are tournament specific fields (i.e. it makes no sense to sum the points for teams across different tours to get the teams' "league/division points", as the points definitions for tours may vary).
    */
    'HRS' => get_alt_col('tours','tour_id',$get_prime,'rs'), # Note: this must be a existing and valid HRS number from the main settings.php file.
    'title' => get_alt_col('tours','tour_id',$get_prime,'name'), # Table title
    'length' => 40, # Number of entries in table
    # Format: "Displayed table column name" => "OBBLM field name". For the OBBLM fields available see http://nicholasmr.dk/obblmwiki/index.ph ... tomization
    'fields' => array('Name' => 'name', 'PTS' => 'pts', 'TV' => 'tv', 'CAS' => 'cas', 'W' => 'won', 'L' => 'lost', 'D' => 'draw', 'GF' => 'gf', 'GA' => 'ga',),
    ),


        array(
            'id'     => 40, # Node ID
            'box_ID' => 2,
            // Please note: 'type' may be either one of: 'league', 'division' or 'tournament'
            'type'   => 'tournament', # This sets the node to be a tournament. I.e. this will make a standings box for the tournament with ID = 1
            'infocus' => true, # If true a random team from the standings will be selected and its top players displayed.
            /*
                The house ranking system (HRS) NUMBER to sort the table against.
                Note, this is ignored for "type = tournament", since tours have an assigned HRS.
                Also note that using HRSs with fields such as points (pts) for leagues/divisions standings makes no sense as they are tournament specific fields (i.e. it makes no sense to sum the points for teams across different tours to get the teams' "league/division points", as the points definitions for tours may vary).
            */

            'HRS'    => 1, # Note: this must be a existing and valid HRS number from the main settings.php file.
            'title'  => '2018 Premiership Clausera - Middenland Division (Two)', # Table title
            'length' => 40, # Number of entries in table
            # Format: "Displayed table column name" => "OBBLM field name". For the OBBLM fields available see http://nicholasmr.dk/obblmwiki/index.php?title=Customization
            'fields' => array('Name' => 'name', 'PTS' => 'pts', 'TV' => 'tv', 'CAS' => 'cas', 'W' => 'won', 'L' => 'lost', 'D' => 'draw', 'GF' => 'gf', 'GA' => 'ga',),
        ),
     

    • Haha 1
  6. 20 minutes ago, scotthartman said:

    I have these as well and they are great. Happy to try some Gaslands as I got excited about in the past and never got around to playing it.

    As soon I have secured last in the Human League I would be down to try. I am excited to convert up some vehicles with interchangeable weapons

    • Like 1
  7. Both these instances do not have the player roll for armor. The rule does not say you roll for armor anytime they are knocked down, it says you add +3. Not sure how you could add +3 to a non-existent roll.

    The part of the rule for reference:

    Quote

    A running chainsaw is a dangerous thing to carry around, so if a player holding a chainsaw is Knocked Down for any reason, the opposing coach is allowed to add 3 to his Armour roll to see if the player is injured.

     

    • Like 2
×
×
  • Create New...