Anyone use this bullet
#1
Spike
Thread Starter
Join Date: Feb 2003
Location: Central KY USA
Posts: 88
Anyone use this bullet
function decodeQuote(str)
{
var re;
var ret = str;
if(str != null){
if ((str.match("&")) != null){
re = new RegExp ('&', 'gi') ;
ret =str.replace(re, '&') ;
}
if ((str.match(""")) != null){
re = new RegExp ('"', 'gi') ;
ret =str.replace(re, '"') ;
}
}
return ret;
}
function lTrim(str)
{
if(str != null){
for (var i=0; str.charAt(i)==" "; i++);
return str.substring(i,str.length);
}
}
function rTrim(str)
{
if(str != null){
for (var i=str.length-1; str.charAt(i)==" "; i--);
return str.substring(0,i+1);
}
}
function trim(str)
{
if(str != null)return lTrim(rTrim(str));
}
function checkSelection()
{
if(!canContinue())
return false;
if(document.addtocart == null)
return;
form = 'document.addtocart.elements';
for(var i = 0; options.length > i; i++)
{
selectElement = eval(form + '["' + optionNames[i] + '"]');
if(selectElement == null)
return;
formElement = eval(selectElement).options[eval(selectElement).selectedIndex].text;
if(formElement == options[i])
{
alert("We're sorry, we need more information to perform this action. Please make sure you have selected an option for each of the available choices and then try again. Thank You.");
return false;
}
}
return true;
}
function buildProductOptions(optionSelected, optionSelectedIndex, optionValue, optionIndex)
{
if(document.addtocart == null)
return;
if(options == null)
return;
if(choices == null)
return;
if(choices.length k; k++)
{
selectElement = eval("document.addtocart.elements" + '["'+ optionNames[k] + '"]');
eval(selectElement).options.length = 1;
if(options[k] != null){
eval(selectElement).options[0].text = decodeQuote(options[k]);
}
}
return;
}
if(choices == null || choices.length j; j++)
{
re = new RegExp ('~', 'gi') ;
for(i=0; i i; i++)
{
select = new Array();
selectKeys = new Array();
selectPrices = new Array();
selectHold = new Array();
select[0] = options[i];
selectKeys[0] = " ";
selectHold[0] = " ";
var l = 1;
var j = 0;
var bAdded = false;
if(i == 0)
{
while(choices.length > j)
{
for(var k=0; select.length > k; k++)
{
bAdded = false;
if(eval("choices["+ j + "].option" + i ) == select[k])
{
bAdded = true;
break;
}
}
if(bAdded == false)
{
selectHold[l] = eval("choices[" + j + "].option" + i );
if (selectHold[l] != null) {
intIndex = selectHold[l].indexOf("amp;");
intAmp = selectHold[l].indexOf("&");
} else {
intAmp = -1;
}
if (intAmp >= 0) {
firstSub = selectHold[l].substring(0,intIndex);
incrementor = selectHold[l].indexOf(";");
incrementor = incrementor + 1;
secondSub = selectHold[l].substring(incrementor,selectHold[l].length);
newString = (firstSub + secondSub);
select[l] = newString;
selectKeys[l] = eval("choiceKeys[" + j + "].option" + i);
} else {
select[l] = eval("choices[" + j + "].option" + i );
selectKeys[l] = eval("choiceKeys[" + j + "].option" + i);
}
l++;
}
j++;
}
}
else
{
choicesMatched = choices;
choiceKeysMatched = choiceKeys;
skipMatch = false;
for(var j=0; j optionIndex && optionIndex != 0)
{
formElement = options[j];
}
else
{
selectElement = eval(form + '["' + optionNames[j] + '"]');
formElement = eval(selectElement).options[eval(selectElement).selectedIndex].text;
formElement = trim(formElement);
}
if(formElement == options[j])
{
skipMatch = true;
}
else
{
skipMatch = false;
}
var m = 0;
var n = 0;
showChoices = new Array();
showChoiceKeys = new Array();
while(choicesMatched.length > m)
{
if(((trim(eval("choicesMatched[" + m + "].option" + j))) || skipMatch) != null){
if(trim(formElement) == decodeQuote(trim(eval("choicesMatched[" + m + "].option" + j))) || skipMatch)
{
showChoices[n] = choicesMatched[m];
showChoiceKeys[n] = choiceKeysMatched[m];
n++;
}
m++;
}
}
choicesMatched = showChoices;
choiceKeysMatched = showChoiceKeys;
}
m = 0;
while(choicesMatched.length > m)
{
bAdded = false;
for(var k=0; select.length > k; k++)
{
if(eval("choicesMatched["+ m + "]" + ".option" + i) == select[k])
{
bAdded = true;
break;
}
}
if(bAdded == false)
{
select[l] = eval("choicesMatched[" + m + "]" + ".option" + i);
selectKeys[l] = eval("choiceKeysMatched[" + m + "]" + ".option" + i);
l++;
}
m++;
}
}
for(var j=0; j k; k++)
{
if(select[k] != null){
eval(selectElement).options[k].text = decodeQuote(select[k]);
}
eval(selectElement).options[k].value = selectKeys[k];
if(trim(eval(selectElement).options[k].text).length == trim(curSelectionText).length)
{
if(trim(eval(selectElement).options[k].text) == trim(curSelectionText))
{
eval(selectElement).options[k].selected = true;
bEarlierSelectionFound = true;
}
}
}
if((bEarlierSelectionFound == false) && (optionSelected != null) && (i > optionIndex))
{
selectElement.options[0].selected = true;
}
}
}
}
Hornady Great Plains Bullets
Item:
IF-210219
Price:
$7.99 - $8.99
Please use the chart below to find your product and add it to cart
SOME RESTRICTIONS MAY APPLY
buildProductOptions()
More Product Information
[*]Compare Black Powder Bullets
Anyone have any luck with these type bullets? Not sure if pic will show but they are Hornady 385 gr. Great Plains bullets.
#4
RE: Anyone use this bullet
I just ordered a mess of them in different weights yesterday, and I found a person who quoted me"$35, shipped to your door. For 5 boxes of the 410 grain Hornady Great Plains." So I think I will cut an order to me today also... Never hurts to have extra lead around.
#5
Join Date: Aug 2005
Location:
Posts: 135
RE: Anyone use this bullet
Strutter - Oh yeah, my TC Firehawk has eaten a steady diet of Great Plains over the years....as well as a few deer along the way. First 2/3 of bullet drops easily into the bore, then the last "band" at the top of the bullet touches the rifling. With a slight tap, the bullet then engages the rifling.
Since the conical is soft swaged, you might have to use a lead removing solvent if you put several thru your rifle to prevent leading.
Since the conical is soft swaged, you might have to use a lead removing solvent if you put several thru your rifle to prevent leading.
#7
RE: Anyone use this bullet
I used them before and they are great. Like it was said the first two thirds goes in easy then the top of the bullet engages the rifling. I just gave it a wack with my hand and it went right in. I used them all the time until I found the No Excuses brand of conical. In my opinion they are even better and very accurate out of the rifles I use them in. They even come with a money back guaranty and payment can be made after you get them. They are a little pricey, but they are worth it. Here's the site. http://members.aol.com/noexcusesb/
#8
Spike
Thread Starter
Join Date: Feb 2003
Location: Central KY USA
Posts: 88
RE: Anyone use this bullet
Thanks for the info guys. Hadn't really thought of them leading the barrel up. Is this a big problem?
The No Excuses brand look good too. They are cheaper than most considering they are sold in lots of 50 whereas most others are for 20. Will probably have to try some of them as well.
Thanks again,
Rob
The No Excuses brand look good too. They are cheaper than most considering they are sold in lots of 50 whereas most others are for 20. Will probably have to try some of them as well.
Thanks again,
Rob
#9
Join Date: Aug 2005
Location:
Posts: 135
RE: Anyone use this bullet
Strutter - If you're interested in cheap..'er...inexpensive conicals, you may want to look at:
http://www.blackjackhill.com/
They're selling 50 for around $12. Any purchase over $25 and they pick up the shipping tab. Although I've never tried them, Cayugad recommends them and he seems like a straight shooter to me. I may try them after XMas when the wife stops spending all my cash!![][]
Also, I've been swapping emails with a guy I found on GunBroker.com...due a search of "maxi" and they'll come up. He's selling 200 conicals (50 cal or 54 cal, maxi ball or maxi hunter) for $38 shipping included...that's less than 20 cents apiece! When I questioned him about the quality and hardness of the conicals he's selling, he was good enough to offer to send me some samples free of charge.
As for you experiencing leading problems using conicals...just maintain your rifle with a quality lead removing solvent and nylon brush and you won't have any problems. I use a lead solvent about evey other time I use the typical hot soapy water bath.
http://www.blackjackhill.com/
They're selling 50 for around $12. Any purchase over $25 and they pick up the shipping tab. Although I've never tried them, Cayugad recommends them and he seems like a straight shooter to me. I may try them after XMas when the wife stops spending all my cash!![][]
Also, I've been swapping emails with a guy I found on GunBroker.com...due a search of "maxi" and they'll come up. He's selling 200 conicals (50 cal or 54 cal, maxi ball or maxi hunter) for $38 shipping included...that's less than 20 cents apiece! When I questioned him about the quality and hardness of the conicals he's selling, he was good enough to offer to send me some samples free of charge.
As for you experiencing leading problems using conicals...just maintain your rifle with a quality lead removing solvent and nylon brush and you won't have any problems. I use a lead solvent about evey other time I use the typical hot soapy water bath.
#10
Join Date: Feb 2003
Location: LEVITTOWN N.Y. USA
Posts: 506
RE: Anyone use this bullet
I myself have purchase conicals from black jack hill over at ebay, he does a nice job in casting.I used his REAL CONICAL and the price is right.
I only purchase the lyman bullet from a guy over at another form ,He was selling them for $3.99 a box ,he just may have 5 boxes left in the 385 grain HP
I only purchase the lyman bullet from a guy over at another form ,He was selling them for $3.99 a box ,he just may have 5 boxes left in the 385 grain HP