Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Release Archive

Custom Script Release Archive This is a pre-script database archive of what our users had released.

 
 
Thread Tools Display Modes
Old 01-29-2006, 08:13 PM   #1 (permalink)
 
Join Date: Dec 2005
Posts: 53
Default Custom Doublet

This is my Newest Script its small but pretty good for pvp i found no bugs or anything on it, feel free to edit anything but give me some credit =)

HTML Code:
/////////////////////////////////////
//**Generated by Ryan**//
/////////////////////////////////////
using System;
using Server;

namespace Server.Items
{
	public class Doublet3000 : Doublet
	{
	 	public override int ArtifactRarity{ get{ return 99; } }
	 	public override int InitMinHits{ get{ return 255; } }
	 	public override int InitMaxHits{ get{ return 255; } }

	 	[Constructable]
	 	public Doublet3000()
	 	{
	 	 	Name = "Doublet 3000";
	 	 	Hue = 1174;
	 	 	ArmorAttributes.MageArmor = 1;
	 	 	ArmorAttributes.SelfRepair = 50;
	 	 	Attributes.ReflectPhysical = 74;
			Attributes.AttackChance = 25;
	 	 	Attributes.BonusHits = 20;
	 	 	Attributes.BonusStr = 40;
	 	 	Attributes.DefendChance = 25;
	 	 	Attributes.ReflectPhysical = 50;
	 	 	Attributes.RegenHits = 43;
	 	 	Attributes.RegenMana = 25;
	 	 	Attributes.RegenStam = 25;
	 	 	Attributes.SpellDamage = 10;
	 	 	Attributes.WeaponSpeed = 20;
	 	 	Attributes.NightSight = 1;
	 	}

	 	public Doublet3000(Serial serial) : base( serial )
	 	{
	 	}
	 	public override void Serialize( GenericWriter writer )
	 	{
	 	 	base.Serialize( writer );

	 	 	writer.Write( (int) 0 );
	 	}
	 	public override void Deserialize(GenericReader reader)
	 	{
	 	 	base.Deserialize( reader );

	 	 	int version = reader.ReadInt();
	 	}
	}
}
__________________
:cool: [AKA-Ryan]:cool:
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.

Last edited by Fallen Chaos; 01-29-2006 at 11:14 PM.
Fallen Chaos is offline  
Old 01-29-2006, 08:17 PM   #2 (permalink)
Forum Expert
 
Asmir3's Avatar
 
Join Date: Sep 2005
Location: A-Town Baby
Age: 19
Posts: 620
Talking

nice script but you should zip it up and post it
Asmir3 is offline  
Old 01-29-2006, 08:41 PM   #3 (permalink)
 
Join Date: Dec 2005
Posts: 53
Default

ill do it on my next script =)
__________________
:cool: [AKA-Ryan]:cool:
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
Fallen Chaos is offline  
Old 01-29-2006, 09:06 PM   #4 (permalink)
Forum Novice
 
Karmageddon's Avatar
 
Join Date: Jul 2003
Location: NY
Age: 38
Posts: 973
Default

Also it won't compile the way it is. This line here should be changed:
Code:
public ChestofZeus(Serial serial) : base( serial )
__________________

Your fate is sealed in the end of Time.....
Karmageddon is offline  
Old 01-29-2006, 09:44 PM   #5 (permalink)
 
Join Date: Dec 2005
Posts: 53
Default

Fixed Sorry. Bout Dat.
__________________
:cool: [AKA-Ryan]:cool:
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
Fallen Chaos is offline  
Old 01-29-2006, 11:13 PM   #6 (permalink)
 
Join Date: Sep 2005
Location: Roxboro, NC, USA
Age: 32
Posts: 139
Default

Also
Code:
	 	[Constructable]
	 	public Doublt3000()
	 	{
Doublt3000 should be Doublet3000
dashiznit_76 is offline  
Old 01-29-2006, 11:14 PM   #7 (permalink)
 
Join Date: Dec 2005
Posts: 53
Default

god damnit lol i shouldnt have used numbers
__________________
:cool: [AKA-Ryan]:cool:
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
Fallen Chaos is offline  
Old 01-29-2006, 11:16 PM   #8 (permalink)
 
Join Date: Sep 2005
Location: Roxboro, NC, USA
Age: 32
Posts: 139
Default

LOL we all make mistakes yours were just easier to find than most of ours
dashiznit_76 is offline  
Old 01-29-2006, 11:28 PM   #9 (permalink)
 
Join Date: Dec 2005
Posts: 53
Default

okay well now its fixed if theres another problem im gona kill myself lol
__________________
:cool: [AKA-Ryan]:cool:
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
Fallen Chaos is offline  
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5