Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Release Archive

Custom Script Release Archive This is a pre-script database archive of what our users had released.

 
 
Thread Tools Display Modes
Old 02-05-2006, 09:40 PM   #1 (permalink)
Forum Novice
 
Join Date: Jul 2004
Location: Vermont
Age: 49
Posts: 225
Default Evil Cupid

Just a fun creature for Valentine's Day. Contains Evil Cupid & Evil Love Minions. Cupid recites some not so loving lymerics. Evil Cupid gives a bag of candies and has a 5% chance of a heart rug (comes in four directions). Evil Love Minions have 5% chance of Cupid's Harp, Cupid's Bow, Champaigne or Goblet.

All these scripts are mods of scripts I found here and/or core scripts. tyvm to those who wrote the original scripts, hope you all like my twist on them

Edit: grrr rar didn't work, had to zip it. Also Evil Love Minions need to mod as follows:

from
PHP Code:
            if( 0.05 Utility.RandomDouble() ) // 5% = chance to drop 
            
switch ( Utility.Random)) 
            {
                case 
0PackItem( new TrappedLetter() ); break;
                case 
1PackItem( new CupidsHarp() ); break;
                case 
2PackItem( new CupidsBow() ); break;
                case 
3PackItem( new ChampagneFlute() ); break;
                case 
4PackItem( new PinkChampagne() ); break;
            } 
Change to:
PHP Code:
            if( 0.05 Utility.RandomDouble() ) // 5% = chance to drop 
            
switch ( Utility.Random)) 
            {
                case 
0PackItem( new CupidsHarp() ); break;
                case 
1PackItem( new CupidsBow() ); break;
                case 
2PackItem( new ChampagneFlute() ); break;
                case 
3PackItem( new PinkChampagne() ); break;
            } 
Attached Files
File Type: zip EvilCupid.zip (9.4 KB, 107 views)
__________________
:p Back up and save a world! :p

Last edited by Roseanne; 02-05-2006 at 09:46 PM. Reason: scripts missing
Roseanne is offline  
Old 02-05-2006, 09:42 PM   #2 (permalink)
The noob formerly known as Jakob
 
Serp's Avatar
 
Join Date: Jan 2005
Posts: 316
Default

I think you forgot to upload the scripts :-)
Serp is offline  
Old 02-05-2006, 10:05 PM   #3 (permalink)
77
 
Join Date: Mar 2003
Posts: 104
Default

back in the day i had an evil cupid... that when he shot you with the love bow... you said stupid things like...

i love you
your great, will you be my friend


FUNFUN quest...
77 is offline  
 

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