|
||
|
|||||||
| General Discussion General discussion for the RunUO community, all off-topic posts will be deleted. This forum is NOT FOR SUPPORT! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: Dec 2004
Age: 21
Posts: 121
|
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 got this off a wiki. and im at work so i cant realy test it out. |
|
|
|
|
|
#2 (permalink) |
|
Forum Novice
Join Date: Jun 2006
Location: Somewhere very cold in the winter...
Age: 28
Posts: 600
|
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;
-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; -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.
__________________
Chaos Reborn: The final battle where only the strong will survive...!
Last edited by Makaar; 10-09-2007 at 06:39 AM. |
|
|
|
|
|
#3 (permalink) |
|
Forum Novice
Join Date: Dec 2004
Age: 21
Posts: 121
|
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? |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|