The script did give now 21month bonus - even though subscriber is at 7month.



Current code:
Code:
raw USERNOTICE:*:{
  if ($msgtags(room-id).key == 12665) && (resub isin $msgtags) {
    if (($msgtags(msg-param-months).key) >= 3) {
      msg $1 !bonus $msgtags(display-name).key $calc( 500 + 100 * ( $floor( $calc( $msgtags(msg-param-months).key / 3 ) - 1 ) ) )
    }
  }
}

Last edited by Furiny; 14/11/16 04:34 PM.