Thread: Guardian Choker
View Single Post
Old 07-19-2004, 08:52 PM   #12 (permalink)
Suffering
Not a Lurker
 
Suffering's Avatar
 
Join Date: Jun 2004
Location: USA
Age: 35
Posts: 63
Default This does not work

What I am trying to say is not that this shouldnt be submitted, it is this script is not completed and does not work. I am not a novice scripter, I have never written my own script, the only thing I have successfully done is copy/paste. But, I downloaded this script because it sounded cool, and it goes into my shard without error or warnings, but when you try to make a "Guardian Choker" there isn't a "Guardian Choker" available.
I looked at the script and "Noticed" it was a template and that there was "nn's" where the name " Guardian Choker" should be, I think...maybe. Thats why I said you might want to fix that...especially since noobs like me dont know much about how to fix it. The only reason I even thought something should go there is because of the instructions Gold Draco 13 left about replacing those with the values.


Quote:
//Base Necklace Template....Made by Gold Draco 13.
//Just remove the // before the lines you want to allow on weapon.
//Replace the nn with your values.


This is where I think the problem is...If I'm wrong, please correct me so that I can get this to work or know in the future what is wrong so maybe I can fix and not have to ask alot of meanial questions.


Code:
public class  nn : GoldNecklace
	{
		
		public override int ArtifactRarity{ get{ return 100; } }


		public nn() : base( 0x1085 ) 
		{
			Weight = 1.0; 
            		Name = "GuardianChoker"; 
            		Hue = 1175;
Code:
public nn( Serial serial ) : base( serial )
		{
		}
Isn't this where the "nn" 's should be replaced with the name for the necklace?

This has nothing to do with the attributes you did or didnt want on the necklace, it has to do with the name...right?
Thanks.....
Suffering is offline   Reply With Quote