Page 1 of 1

[Script] Crystaline Steed

Posted: Tue Feb 24, 2009 3:56 am
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();
		}
	}
}

Re: [Script] Crystaline Steed

Posted: Tue Feb 24, 2009 3:46 pm
by Sorgon
Yet again love the idea. Also like the fact you made it one slot :nod:

Re: [Script] Crystaline Steed

Posted: Wed Mar 25, 2009 12:50 am
by Chroma
I dont think this one is floating too well with the staff.

Re: [Script] Crystaline Steed

Posted: Wed Mar 25, 2009 12:57 am
by fingers
Does it have pack instinct? Seems to be a nice alternative to noble steeds that are very overpriced atm;-)

Re: [Script] Crystaline Steed

Posted: Wed Mar 25, 2009 5:43 am
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

Re: [Script] Crystaline Steed

Posted: Wed Mar 25, 2009 6:15 am
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:

Re: [Script] Crystaline Steed

Posted: Wed Mar 25, 2009 8:41 am
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

Re: [Script] Crystaline Steed

Posted: Wed Mar 25, 2009 10:43 am
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...

Re: [Script] Crystaline Steed

Posted: Wed Mar 25, 2009 11:06 am
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.

Re: [Script] Crystaline Steed

Posted: Wed Mar 25, 2009 12:33 pm
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...

Re: [Script] Crystaline Steed

Posted: Thu Mar 26, 2009 6:43 pm
by Chroma
Why dont we just stick to. OMG PONNNIES!!!!11


What you guys think about this horse?

Re: [Script] Crystaline Steed

Posted: Thu Mar 26, 2009 9:51 pm
by TsiyaAma
Very nice horsies Chroma. No pack instinct? I like that, and easier to find than mules I assume.

And they're SHINY!