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, 02:56 PM   #1 (permalink)
 
Join Date: Dec 2005
Posts: 53
Default My 1st Script

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

namespace Server.Items
{
	public class SlasherofSatan : Dagger
	{
	 	public override int ArtifactRarity{ get{ return 50; } }
	 	public override int InitMinHits{ get{ return 255; } }
	 	public override int InitMaxHits{ get{ return 255; } }
	 	[Constructable]
	 	public SlasherofSatan()
	 	{
			Name = "Slasher Of Satan";
	 	 	Hue = 1157;
	 	 	Slayer = SlayerName.Repond;
	 	 	WeaponAttributes.HitFireball = 120;
	 	 	WeaponAttributes.HitHarm = 100;
	 	 	WeaponAttributes.HitLeechHits = 100;
	 	 	WeaponAttributes.HitLeechMana = 100;
	 	 	WeaponAttributes.HitLeechStam = 100;
	 	 	WeaponAttributes.HitLightning = 100;
	 	 	WeaponAttributes.HitLowerAttack = 100;
	 	 	WeaponAttributes.HitLowerDefend = 100;
	 	 	WeaponAttributes.HitMagicArrow = 100;
	 	 	WeaponAttributes.SelfRepair = 100;
	 	 	Attributes.AttackChance = 100;
	 	 	Attributes.DefendChance = 100;
	 	 	Attributes.RegenHits = 120;
	 	 	Attributes.RegenMana = 100;
	 	 	Attributes.RegenStam = 100;
	 	 	Attributes.SpellChanneling = 1;
	 	 	Attributes.SpellDamage = 10;
	 	 	Attributes.WeaponSpeed = 40;
			Attributes.WeaponDamage = 75;
	 	}
	 	public SlasherofSatan(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();
	 	}
	}
}
Fallen Chaos is offline  
Old 01-29-2006, 02:57 PM   #2 (permalink)
 
Join Date: Dec 2005
Posts: 53
Default

ps. ryans the name i use for scripting and stuff
Fallen Chaos is offline  
Old 01-29-2006, 02:59 PM   #3 (permalink)
Forum Expert
 
BeneathTheStars's Avatar
 
Join Date: Jul 2005
Location: (South)Tip o' Texas
Posts: 1,294
Send a message via AIM to BeneathTheStars Send a message via MSN to BeneathTheStars
Default

Few tips for posting scripts:

1) Whats it do?
2) How to add it?
3) Anything eles we should know about it? Bugs,crashes, future releases?

Good job on it tho!
BeneathTheStars is offline  
Old 01-29-2006, 03:11 PM   #4 (permalink)
Forum Expert
 
Join Date: May 2005
Location: United Kingdom
Age: 17
Posts: 255
Send a message via MSN to Swerve_jnr
Default

nice one i started scripting similary but with a armour set, altho i still can't script to save my life, bit busy with coursewrok to it's hard to find gaps lol
well done

keep the comings

regards
kieran
Swerve_jnr is offline  
Old 01-30-2006, 04:16 PM   #5 (permalink)
Forum Novice
 
Join Date: Jul 2005
Posts: 163
Send a message via AIM to mkiplm Send a message via MSN to mkiplm Send a message via Yahoo to mkiplm
Talking

i have suggestions tell if its uber or something for them stats on it.

But nice scripts
mkiplm 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