Go Back   RunUO - Ultima Online Emulation > RunUO > RunUO Post Archive

RunUO Post Archive The Archvie

Reply
 
Thread Tools Display Modes
Old 07-17-2004, 03:41 PM   #1 (permalink)
 
Join Date: Apr 2004
Age: 21
Posts: 67
Send a message via AIM to michaelnc
Default Mr. Rainbow

He is as annoying as Barny! Just drop into custom
Attached Files
File Type: cs Mr. Rainbow.cs (2.3 KB, 166 views)
michaelnc is offline   Reply With Quote
Old 07-17-2004, 04:04 PM   #2 (permalink)
 
Join Date: Feb 2004
Posts: 10
Default funny!

hahahahaha how funny any way to make him not say the words tho????
Pur3Playa is offline   Reply With Quote
Old 07-17-2004, 04:14 PM   #3 (permalink)
 
Join Date: Apr 2004
Age: 21
Posts: 67
Send a message via AIM to michaelnc
Default

Yea just go into the script and replace everything with the script below.
Quote:
using System;
using Server;
using Server.Items;
using System.Collections;


namespace Server.Mobiles
{

[CorpseName( "a colorful corpse" )]
public class Rainbow : BaseCreature
{


[Constructable]
public Rainbow () : base( AIType.AI_Melee, FightMode.Closest, 10, 1, 0.2, 0.4 )
{
Name = "Mr. Rainbow";
NameHue = 18;
Body = 400;
Hue = 0;
Kills = 10;
BodyValue = 999;

SetStr( 999 );
SetDex( 999 );
SetInt( 999 );

SetHits( 10000 );



SetSkill( SkillName.Anatomy, 999.0 );
SetSkill( SkillName.Wrestling, 999.0 );
SetSkill( SkillName.MagicResist, 999.0 );
SetSkill( SkillName.Tactics, 999.0 );


new Horse().Rider = this;



}




public Rainbow( 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();
}
}
}
michaelnc is offline   Reply With Quote
Reply

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 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5