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 06-05-2005, 10:25 PM   #1 (permalink)
 
Join Date: Mar 2005
Age: 18
Posts: 17
Send a message via AIM to Kronic Send a message via MSN to Kronic Send a message via Yahoo to Kronic
Post Suicide Blade

Suicide BladeHello This Is One Of My Own Scripts And If You Think Its A Little Uber Ok But In A Way I Think Its A Little Uber But In Another Way I Don't Think Its Uber. So I Would Like To Know What You Think Thank You!
And Hey At Least I Admit My Scripts Are A Little Uber Unlike Some Scripts I Ran Into On This Site.. Just Throw These In Your Customs Folder.
Attached Files
File Type: cs SuicideBlade.cs (839 Bytes, 173 views)
Kronic is offline  
Old 06-05-2005, 11:38 PM   #2 (permalink)
Forum Expert
 
Packer898's Avatar
 
Join Date: Dec 2004
Location: Tulsa, Oklahoma
Age: 35
Posts: 2,378
Send a message via ICQ to Packer898 Send a message via MSN to Packer898
Default

I would suggest redo'ing it and try to keep the code clean. Its rather messy right now.
Packer898 is offline  
Old 06-05-2005, 11:48 PM   #3 (permalink)
 
Join Date: Mar 2005
Age: 18
Posts: 17
Send a message via AIM to Kronic Send a message via MSN to Kronic Send a message via Yahoo to Kronic
Default

how would i organize it better? at lease ti works? isnt that all that counts?
Kronic is offline  
Old 06-06-2005, 12:07 AM   #4 (permalink)
Forum Expert
 
Packer898's Avatar
 
Join Date: Dec 2004
Location: Tulsa, Oklahoma
Age: 35
Posts: 2,378
Send a message via ICQ to Packer898 Send a message via MSN to Packer898
Default

Here:
Code:
using System;
using Server;


namespace Server.Items
{

	public class SuicideBlade : Sai
	{
		public override int ArtifactRarity{ get{ return 200; }
        


		[Constructable]
		public SuicideBlade()

		{
			Name = "Suicide Blade";
			Hue = 98;
			WeaponAttributes.HitLightning = 100;
			WeaponAttributes.HitFireball = 50;
			Attributes.WeaponSpeed = 40;
		}

		public override void GetDamageTypes( Mobile wielder, out int phys, out int fire, out int cold, out int pois, out int nrgy )
		{
			phys = fire = pois = cold = 0;
			nrgy = 100;
		}

		public SuicideBlade( 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();
		}
	}
}
Packer898 is offline  
Old 06-06-2005, 12:44 AM   #5 (permalink)
 
Join Date: Feb 2005
Location: South Africa
Age: 23
Posts: 93
Send a message via MSN to gideon_troy
Default

I just want to know why it's called a suicide blade if it does a lot of damage to other people? hehe.

The name has actually given me a nice idea for a sacrifice blade. Damage yourself a bit to boost weapon damage. hmmmm.
gideon_troy is offline  
Old 09-22-2005, 08:36 AM   #6 (permalink)
 
Join Date: Sep 2005
Location: Germany,Stuttgart
Age: 26
Posts: 38
Default

Best script ever..
Azuber82 is offline  
Old 09-28-2005, 10:07 PM   #7 (permalink)
Forum Expert
 
Join Date: Sep 2005
Location: Indiana
Age: 27
Posts: 257
Send a message via AIM to Marine_3038 Send a message via MSN to Marine_3038 Send a message via Yahoo to Marine_3038
Default

what the hell does it do?
Marine_3038 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