Go Back  HuntingNet.com Forums > Firearms Forum > Black Powder
 Anyone use this bullet >

Anyone use this bullet

Community
Black Powder Ask opinions of other hunters on new technology, gear, and the methods of blackpowder hunting.

Anyone use this bullet

Thread Tools
 
Old 12-20-2005, 09:19 AM
  #1  
Spike
Thread Starter
 
Join Date: Feb 2003
Location: Central KY USA
Posts: 88
Default 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.



Strutter is offline  
Old 12-20-2005, 09:24 AM
  #2  
Spike
Thread Starter
 
Join Date: Feb 2003
Location: Central KY USA
Posts: 88
Default RE: Anyone use this bullet

Sorry about that mess guys. Not sure what happened.
Strutter is offline  
Old 12-20-2005, 09:30 AM
  #3  
Typical Buck
 
Tahquamenon's Avatar
 
Join Date: Dec 2004
Location: Michigan
Posts: 771
Default RE: Anyone use this bullet

Yes, Hornady Great Plains Conical.

One of my (if not the)favorites.


Tahquamenon is offline  
Old 12-20-2005, 09:57 AM
  #4  
Dominant Buck
 
cayugad's Avatar
 
Join Date: Feb 2003
Location: Wisconsin
Posts: 21,193
Default 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.
cayugad is offline  
Old 12-20-2005, 10:55 AM
  #5  
 
Join Date: Aug 2005
Location:
Posts: 135
Default 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.
Hunter John is offline  
Old 12-20-2005, 01:06 PM
  #6  
 
Join Date: Feb 2003
Location: LEVITTOWN N.Y. USA
Posts: 506
Default RE: Anyone use this bullet

I just pick up a few boxes in 385 grain HP from RB in 50 cal,I don't think a wad is required beacuse of the bevel base.I would like to see how they shoot out of my hawkens flinter
lonewolf5347 is offline  
Old 12-20-2005, 01:59 PM
  #7  
 
AmericanPioneer's Avatar
 
Join Date: Nov 2005
Location: West Virginia
Posts: 298
Default 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/
AmericanPioneer is offline  
Old 12-20-2005, 02:26 PM
  #8  
Spike
Thread Starter
 
Join Date: Feb 2003
Location: Central KY USA
Posts: 88
Default 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
Strutter is offline  
Old 12-20-2005, 02:51 PM
  #9  
 
Join Date: Aug 2005
Location:
Posts: 135
Default 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.
Hunter John is offline  
Old 12-20-2005, 05:27 PM
  #10  
 
Join Date: Feb 2003
Location: LEVITTOWN N.Y. USA
Posts: 506
Default 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
lonewolf5347 is offline  
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
cty100
Reloading
4
10-02-2008 06:44 PM
68charger_guy
Whitetail Deer Hunting
11
03-02-2008 07:21 PM
coorsdrifter1
Reloading
4
02-06-2008 11:31 AM
jerseyjoe
Guns
4
06-23-2003 02:38 PM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



Quick Reply: Anyone use this bullet


Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

Copyright © 2024 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.