Go Back   RunUO - Ultima Online Emulation > RunUO > General Discussion

General Discussion General discussion for the RunUO community, all off-topic posts will be deleted. This forum is NOT FOR SUPPORT!

Reply
 
Thread Tools Display Modes
Old 10-08-2007, 08:16 PM   #1 (permalink)
Forum Novice
 
Hands Of God's Avatar
 
Join Date: Dec 2004
Age: 21
Posts: 121
Default Easter Eggs

i was wandering if the easter eggs are in the runuo servers still
Ultima Online has included some well known Easter eggs throughout the years.


Code:
1. On rare occasions, casting the spell energy vortex will summon a purple llama instead of the cloud-like creature the spell is meant to summon. The purple llama is labeled in-game as "an energy vortex" and has the same powers as the creature the spell is named for. :)

2. A monster called a slime existed in-game which is a small slithering blob. Some years ago on rare occasions, it was possible to encounter a slime that was renamed a "jwilson," which was purportedly named after magazine editor Johnny Wilson, who had given Ultima Online a bad review and thus earned a derisive place in the game by the developers. "Jwilsons" are no longer in-game on OSI, but still exist in RunUO and (at least some) POL servers. 

3. Cows may be tipped by clicking on them numerous times. :)

4. Cows can also be renamed Corey Johns when fed 9,999 times. 

5. Occasionally an aggressive "mad cow" will be spawned in place of a docile cow. 

6. Pack horses will eat jester hats. 

7. Walker the legendary Ranger trainer, an NPC trainer in New Haven, looks suspiciously like Chuck Norris, with references to Walker Texas Ranger in his dialog boxes.
i realy want to know if number 3 is still there.
i got this off a wiki. and im at work so i cant realy test it out.
Hands Of God is offline   Reply With Quote
Old 10-09-2007, 06:33 AM   #2 (permalink)
Forum Novice
 
Makaar's Avatar
 
Join Date: Jun 2006
Location: Somewhere very cold in the winter...
Age: 28
Posts: 600
Default

1. On rare occasions, casting the spell energy vortex will summon a purple llama instead of the cloud-like creature the spell is meant to summon. The purple llama is labeled in-game as "an energy vortex" and has the same powers as the creature the spell is named for.

-Yes. Here is the code in the Energy Vortex script that does it.


Code:
			if ( Core.SE && 0.02 > Utility.RandomDouble() ) // Tested on OSI, but is this right? Who knows.
			{
				// Llama vortex!
				Body = 0xDC;
				Hue = 0x76;
			}
			else
			Body = 164;
2. A monster called a slime existed in-game which is a small slithering blob. Some years ago on rare occasions, it was possible to encounter a slime that was renamed a "jwilson," which was purportedly named after magazine editor Johnny Wilson, who had given Ultima Online a bad review and thus earned a derisive place in the game by the developers. "Jwilsons" are no longer in-game on OSI, but still exist in RunUO and (at least some) POL servers.

-Not released with the distro, if I remember right. I have attached mine below.


3. Cows may be tipped by clicking on them numerous times.

-Yes, you have to repeatedly click them as fast as you can.


4. Cows can also be renamed Corey Johns when fed 9,999 times.

-??? Never heard of that one but I'm sure that's a 'no'

5. Occasionally an aggressive "mad cow" will be spawned in place of a docile cow.

-Yes. Here is the code to do so...

Code:
			if ( Core.AOS && Utility.Random( 1000 ) == 0 ) // 0.1% chance to have mad cows
				FightMode = FightMode.Closest;
6. Pack horses will eat jester hats.

-Never heard of this one either.

7. Walker the legendary Ranger trainer, an NPC trainer in New Haven, looks suspiciously like Chuck Norris, with references to Walker Texas Ranger in his dialog boxes.

-No.
Attached Files
File Type: cs Jwilson.cs (1.6 KB, 4 views)
__________________
Chaos Reborn: The final battle where only the strong will survive...!

Last edited by Makaar; 10-09-2007 at 06:39 AM.
Makaar is offline   Reply With Quote
Old 10-09-2007, 02:38 PM   #3 (permalink)
Forum Novice
 
Hands Of God's Avatar
 
Join Date: Dec 2004
Age: 21
Posts: 121
Default

3 out of the 7, thats not bad. I was hoping the cow tiping would be there, and i didnt realy think 7 would be there. But thanks for the reply. im going to go cow tipping now.







P.S. what part of the script does the cow tipping?
Hands Of God is offline   Reply With Quote
Old 10-11-2007, 02:53 PM   #4 (permalink)
Forum Expert
 
Join Date: Dec 2006
Location: uosecondage.com
Age: 36
Posts: 391
Default

look at public override void OnDoubleClick( Mobile from ) in Cow.cs
ErikDivinityT2A 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