Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Releases

Custom Script Releases This forum is where you can release your custom scripts for other users to use.

Please note: By releasing your scripts here you are submitting them to the public and as such agree to make them public domain. The RunUO Team has made its software GPL for you to use and enjoy you should do the same for anything based off of RunUO.

Reply
 
Thread Tools Display Modes
Old 07-23-2006, 12:53 PM   #1 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Wink Alambik's <<_Addon2Static_>>

~Alambik's Addon2Static~

(Under Construction)
Attached Files
File Type: cs Addon2Static.cs (1.7 KB, 390 views)
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 01-12-2007, 09:39 PM   #2 (permalink)
Forum Newbie
 
Join Date: Jan 2007
Posts: 36
Default

just wondering if construction has finished and wanting to know what the script does

cheers
fatmanskinny is offline   Reply With Quote
Old 01-13-2007, 02:13 PM   #3 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

Quote:
Originally Posted by fatmanskinny View Post
just wondering if construction has finished and wanting to know what the script does

cheers
It will turn your addons back into (seperate) static items.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 01-28-2007, 01:27 PM   #4 (permalink)
Newbie
 
Join Date: Feb 2006
Posts: 39
Default

that wuold be awesome, i script tons of addons..that would definatly help
__________________
Shadows of Darkness-Admin
YouGotOwned-Admin/Co
*******
My name is SevenEleven, YO and i am a Scripter:cool:
SevenEleven is offline   Reply With Quote
Old 08-25-2007, 06:19 PM   #5 (permalink)
Forum Novice
 
Dereckson's Avatar
 
Join Date: Dec 2005
Location: Belgium
Age: 25
Posts: 260
Send a message via Skype™ to Dereckson
Default

If it exists an ItemID and a HuedItemID property, isn't more logic to use ItemID when Hue == 0 and HuedItemID instead ?

I mean:

PHP Code:
                        for ( int i 0design.Components.Count; ++)
                        {
                            
AddonComponent component = (AddonComponent)((design.Components)[i]);
                            Static 
equivalent;
                            if ( 
component.Hue == )
                            {
                                
equivalent = new Static( component.ItemID );
                            }
                            else
                            {
                                
equivalent = new Static( component.HuedItemID );
                                
equivalent.Hue component.Hue;
                            }
                            
equivalent.Location component.Location;  //component.Location;
                            
equivalent.Map component.Map//component.Map;                
                        

__________________
La connaissance s'accroît quand on la partage.
Share your knowledge, you'll increase it.

Utopia. Votre Monde.

Last edited by Dereckson; 08-25-2007 at 06:20 PM. Reason: code typo
Dereckson is offline   Reply With Quote
Old 09-27-2007, 10:43 PM   #6 (permalink)
Forum Novice
 
alambik's Avatar
 
Join Date: Apr 2003
Age: 32
Posts: 248
Default

No it is useless since the Hue is the real color to copy.
No need to change it.
alambik is offline   Reply With Quote
Old 06-15-2008, 09:10 PM   #7 (permalink)
Newbie
 
Join Date: Dec 2005
Posts: 23
Default

same thing as "tostatic.cs" im guessing...
eric@wuurld.org 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