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

RunUO Post Archive The Archvie

Reply
 
Thread Tools Display Modes
Old 09-14-2004, 01:39 AM   #1 (permalink)
Not a Lurker
 
Suffering's Avatar
 
Join Date: Jun 2004
Location: USA
Age: 34
Posts: 63
Default The Incredible Hulk

Don't make me angry...you wouldn't like me when I'm angry. I'm a huge fan of comic books and I wrote this script for fun. I don't know if anyone will want to add it to thier shard or not but I decided to post it anyway. Shout Outs go to the following people:
First goes to Nevyn44491. I used your Ash[from the evil dead] script for the bases of DoctorBanner.
Second goes to Gyran. I used your Pendant of Lycanthropy script to construct the gamma bracelet.
Thanks to both of you.
Just throw the IncredibleHulk folder into your custom files and [add DavidBanner and let the fun start. Just when you think he's about to die he transforms into the Incredible Hulk.
Attached Files
File Type: zip IncredibleHulk.zip (4.0 KB, 171 views)
__________________
Quote:
"If you want to build a ship, don't herd people together to collect wood and don't assign them tasks and work, but rather teach them to long for the endless immensity of the sea." --Antoine de Saint-Exupery
Suffering is offline   Reply With Quote
Old 09-14-2004, 03:22 AM   #2 (permalink)
 
Join Date: Oct 2003
Location: Colorado
Age: 29
Posts: 808
Default

Cool I really like this script, I however chnged it a bit by making the hulk harder, and adding a little bit more loot, but along with that I made an artifact to go with it as posted below:

Code:
using System;
using Server.Network;
using Server.Items;

namespace Server.Items
{
	[FlipableAttribute( 0x13b4, 0x13b3 )]
	public class IHClub : Club
	{
		public override WeaponAbility PrimaryAbility{ get{ return WeaponAbility.ShadowStrike; } }
		public override WeaponAbility SecondaryAbility{ get{ return WeaponAbility.Dismount; } }
		public override int ArtifactRarity{ get{ return 16; } }
		public override int AosStrengthReq{ get{ return 99; } }
		public override int AosMinDamage{ get{ return 13; } }
		public override int AosMaxDamage{ get{ return 16; } }
		public override int AosSpeed{ get{ return 45; } }

		public override int OldStrengthReq{ get{ return 40; } }
		public override int OldMinDamage{ get{ return 8; } }
		public override int OldMaxDamage{ get{ return 24; } }
		public override int OldSpeed{ get{ return 40; } }

		public override int InitMinHits{ get{ return 51; } }
		public override int InitMaxHits{ get{ return 90; } }

		[Constructable]
		public IHClub() : base( 0x13B4 )
		{
			Name = "Club of the Incredible Hulk";
			Weight = 9.0;
			Hue = 2212;
			WeaponAttributes.HitLowerDefend = 50;
			Attributes.BonusStr = 15;
			Attributes.AttackChance = 15;
			Attributes.DefendChance = 15;
			Attributes.WeaponDamage = 50;
		}
		public override void GetDamageTypes( Mobile wielder, out int phys, out int fire, out int cold, out int pois, out int nrgy )
		{
			fire = cold = nrgy = 0;
			phys = 75;
			pois = 25;
		}

		public IHClub( 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();
		}
	}
}
then I added this bit of code to the hulk:
Code:
	if ( 0.006 > Utility.RandomDouble() )
					PackItem( new Server.Items.IHClub() );
Ill post this artifact in submissions too.
__________________
[list][*]Visit Spherical Solaris Website![*]Spherical Solaris Shard[/list:u]
SphericalSolaris is offline   Reply With Quote
Old 09-19-2004, 11:51 PM   #3 (permalink)
 
Join Date: Sep 2004
Age: 46
Posts: 5
Default

Maby you could do a spiderman script. Hehe...
Aarronne is offline   Reply With Quote
Old 11-17-2004, 01:50 AM   #4 (permalink)
Forum Novice
 
Lokigom92's Avatar
 
Join Date: Apr 2004
Posts: 158
Default

Where in the hulk script do I add those two lines?
Lokigom92 is offline   Reply With Quote
Old 11-17-2004, 09:07 AM   #5 (permalink)
Forum Novice
 
crabby654's Avatar
 
Join Date: Feb 2004
Location: Revere,MA
Age: 22
Posts: 195
Send a message via AIM to crabby654 Send a message via MSN to crabby654
Default

Thats so weird i was thinking spiderman. I wanna make venom and carnage lol those were my favorite guys.
crabby654 is offline   Reply With Quote
Old 11-17-2004, 11:29 AM   #6 (permalink)
Forum Novice
 
Guadah's Avatar
 
Join Date: Nov 2004
Age: 31
Posts: 152
Default

Since when did the Hulk use a Club?

Comical script, and nice add, keep up the creative thinking.
(no pun intended on the comical script comment)
Guadah is offline   Reply With Quote
Old 11-17-2004, 12:07 PM   #7 (permalink)
Moderate
 
David's Avatar
 
Join Date: Nov 2002
Location: USA
Posts: 6,598
Default

Quote:
Originally Posted by Guadah
(no pun intended on the comical script comment)
Sure, whatever you say....
__________________
David Forum Moderator
The RunUO.com Forum Moderator Team

Forum Rules and Guidelines
RunUO Forum Search Engine
Download RunUO 2.0 RC2
David 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