[Script] Crystaline Steed

We try to put in new spawn areas, quests, events, items and scripts. This is where you submit your wish.
Locked
User avatar
Chroma
Grandmaster Scribe
Posts: 93
Joined: Mon Dec 01, 2008 8:45 pm

[Script] Crystaline Steed

Post by Chroma »

This is my first script ever made. It is fully tested on RunUo 1.0 and works. (Tested it myself :D )

It would be for the prism of light dungeon.

Gimmie some feed back i would love to see it spawn!

Here is a pick of it.

Image

Code: Select all

using System;
using Server.Mobiles;

namespace Server.Mobiles
{
	[CorpseName( "a crystal horse corpse" )]
	public class crystalinesteed : BaseMount
	{
		[Constructable] 
		public crystalinesteed() : this( "a Crystaline Steed" )
		{
			Hue = 0xA12;
		}

		[Constructable]
		public crystalinesteed( string name ) : base( name, 190, 0x3E9E, AIType.AI_Animal, FightMode.Agressor, 10, 1, 0.1, 0.4 )
		{
			BaseSoundID = 268;

			SetStr( 130, 140 );
			SetDex( 70, 100 );
			SetInt( 100, 300 );

			SetHits( 555, 637 );
			SetMana( 789 );

			SetDamage( 13, 30 );

			SetDamageType( ResistanceType.Physical, 0 );
			SetDamageType( ResistanceType.Cold, 100 );


			SetResistance( ResistanceType.Physical, 10, 15 );
			SetResistance( ResistanceType.Fire, 10, 15 );
			SetResistance( ResistanceType.Cold, 100, 100 );
			SetResistance( ResistanceType.Poison, 20, 21 );
			SetResistance( ResistanceType.Energy, 30, 50 );

			SetSkill( SkillName.MagicResist, 79.9, 90.9 );
			SetSkill( SkillName.Tactics, 50.1, 100.0 );
			SetSkill( SkillName.Wrestling, 75.9, 90.2 );
			SetSkill( SkillName.Magery, 90.1, 100.0 );
			SetSkill( SkillName.EvalInt, 80.1, 90.0 );
			SetSkill( SkillName.Meditation, 90.1, 100.0 );
			SetSkill( SkillName.Anatomy, 90.1, 100.0 );

			Fame = 500;
			Karma = 500;

			Tamable = true;
			ControlSlots = 1;
			MinTameSkill = 115.1;
}

		public override Poison PoisonImmune{ get{ return Poison.Lethal; } }
		// TODO: "This creature can breath chaos.

		public crystalinesteed( Serial serial ) : base( serial )
		{
		}

		public override void Serialize( GenericWriter writer )
		{
			base.Serialize( writer );

			writer.Write( (int) 0 ); // version
		}

		public override void Deserialize( GenericReader reader )
		{
			base.Deserialize( reader );

			int version = reader.ReadInt();
		}
	}
}
â–‘â–‘â–‘â–‘â–‘â–‘Excelsior Community Helperâ–‘â–‘â–‘â–‘â–‘â–‘
PM me in game or via MSN for Excelsior NON-GM support
User avatar
Sorgon
Legendary Scribe
Posts: 272
Joined: Fri Oct 10, 2008 8:58 am
Location: Augusta,ME U.S.A.

Re: [Script] Crystaline Steed

Post by Sorgon »

Yet again love the idea. Also like the fact you made it one slot :nod:
If it is worth doing at all, it is worth doing well.
User avatar
Chroma
Grandmaster Scribe
Posts: 93
Joined: Mon Dec 01, 2008 8:45 pm

Re: [Script] Crystaline Steed

Post by Chroma »

I dont think this one is floating too well with the staff.
â–‘â–‘â–‘â–‘â–‘â–‘Excelsior Community Helperâ–‘â–‘â–‘â–‘â–‘â–‘
PM me in game or via MSN for Excelsior NON-GM support
User avatar
fingers
Legendary Scribe
Posts: 466
Joined: Tue Aug 05, 2008 2:32 am

Re: [Script] Crystaline Steed

Post by fingers »

Does it have pack instinct? Seems to be a nice alternative to noble steeds that are very overpriced atm;-)
User avatar
OldManAlewar
Legendary Scribe
Posts: 408
Joined: Sun Jan 06, 2008 3:42 pm

Re: [Script] Crystaline Steed

Post by OldManAlewar »

fingers wrote:Does it have pack instinct? Seems to be a nice alternative to noble steeds that are very overpriced atm;-)
no, pets have been massively underpriced for a long time ;P
User avatar
fingers
Legendary Scribe
Posts: 466
Joined: Tue Aug 05, 2008 2:32 am

Re: [Script] Crystaline Steed

Post by fingers »

OldManAlewar wrote:
fingers wrote:Does it have pack instinct? Seems to be a nice alternative to noble steeds that are very overpriced atm;-)
no, pets have been massively underpriced for a long time ;P
Well then all other pets are underpriced and Nobles are fairly priced. :roll:
User avatar
OldManAlewar
Legendary Scribe
Posts: 408
Joined: Sun Jan 06, 2008 3:42 pm

Re: [Script] Crystaline Steed

Post by OldManAlewar »

point is you can use nobles against shapeshifter/travesty, and its breathdamage is proportionate to its HP and never depletes (like mana does)

it has some bonusses that are worth the price.

people didnt just go, ZOMG PONIES!!!!1!

there is a reason demand (and thus: price) is high
User avatar
Bubba Ho Tep
Grandmaster Scribe
Posts: 88
Joined: Fri Jan 16, 2009 3:37 pm

Re: [Script] Crystaline Steed

Post by Bubba Ho Tep »

Someone should make a post about nobles advantages, pack instincts advantages, and other stuff like that... Why are nobles so much better than other animals? What would be better? 2 Sidhes or 3 nightmares? Why?
Stuff like that, so everybody could know and give the prices some reasonable thoughts...
User avatar
Sorgon
Legendary Scribe
Posts: 272
Joined: Fri Oct 10, 2008 8:58 am
Location: Augusta,ME U.S.A.

Re: [Script] Crystaline Steed

Post by Sorgon »

Bubba Ho Tep wrote:Someone should make a post about nobles advantages, pack instincts advantages, and other stuff like that... Why are nobles so much better than other animals? What would be better? 2 Sidhes or 3 nightmares? Why?
Stuff like that, so everybody could know and give the prices some reasonable thoughts...
Personally I think its was to subjective to put prices on this stuff. For instance I have been breeding cu's to sell for a long time now. I have only used them a few times and dont like them that much. I love Nobles but would never pay 400k for one...Just yesterday I put a couple on one of my vendors for what they are worth 200k IMO. So I believe pricing is way too subjective to go that route.
Also as a side note There are too many combinations to list what to use. I know for myself I sometimes use nobles, Sometimes I use Mules, Sometimes I use Scorpions, and Sometimes I roll out with Rune's....Its so subjective its very hard to lock down a list there would be alot of people screaming that thier pets were best I think.
If it is worth doing at all, it is worth doing well.
User avatar
Bubba Ho Tep
Grandmaster Scribe
Posts: 88
Joined: Fri Jan 16, 2009 3:37 pm

Re: [Script] Crystaline Steed

Post by Bubba Ho Tep »

Sorgon wrote:
Bubba Ho Tep wrote:Someone should make a post about nobles advantages, pack instincts advantages, and other stuff like that... Why are nobles so much better than other animals? What would be better? 2 Sidhes or 3 nightmares? Why?
Stuff like that, so everybody could know and give the prices some reasonable thoughts...
Personally I think its was to subjective to put prices on this stuff. For instance I have been breeding cu's to sell for a long time now. I have only used them a few times and dont like them that much. I love Nobles but would never pay 400k for one...Just yesterday I put a couple on one of my vendors for what they are worth 200k IMO. So I believe pricing is way too subjective to go that route.
Also as a side note There are too many combinations to list what to use. I know for myself I sometimes use nobles, Sometimes I use Mules, Sometimes I use Scorpions, and Sometimes I roll out with Rune's....Its so subjective its very hard to lock down a list there would be alot of people screaming that thier pets were best I think.

Well, I dont want a fixed prices list and exaustive roll of pet's advantages. Just a few general guidelines about advantages and powers, so we can think about the prices with knowledge about the matter. What set Nobles apart, for instance? Things like that...
User avatar
Chroma
Grandmaster Scribe
Posts: 93
Joined: Mon Dec 01, 2008 8:45 pm

Re: [Script] Crystaline Steed

Post by Chroma »

Why dont we just stick to. OMG PONNNIES!!!!11


What you guys think about this horse?
â–‘â–‘â–‘â–‘â–‘â–‘Excelsior Community Helperâ–‘â–‘â–‘â–‘â–‘â–‘
PM me in game or via MSN for Excelsior NON-GM support
TsiyaAma
Master Scribe
Posts: 51
Joined: Mon Apr 21, 2008 5:38 am
Location: Delucia

Re: [Script] Crystaline Steed

Post by TsiyaAma »

Very nice horsies Chroma. No pack instinct? I like that, and easier to find than mules I assume.

And they're SHINY!
Locked