Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 05-28-2007, 07:28 AM   #1 (permalink)
Forum Newbie
 
Join Date: Jul 2006
Posts: 9
Default Making new items

Could someone please direct me to a site or file that would explain how I create new items using the new gumps and in game models in the recent expansions? I've looked through pandora's for them to already be in and saw nothing. I'm thinking wings, new elven clothing looks, etc but I have no idea how to create an item and attach a gump/game model to it.
Garick is offline   Reply With Quote
Old 05-28-2007, 02:36 PM   #2 (permalink)
Forum Master
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,617
Send a message via Yahoo to Lord_Greywolf
Default

many things are all ready included in 2.0

wings, etc are add ons and do not come with uo

start by looking through the script release section, then its archives and then the old archives (most of those will need updating)

inside uo lets you look at the diferent art out there in uo that you can use
so you can script your own custom items also
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 05-28-2007, 05:44 PM   #3 (permalink)
Forum Newbie
 
Join Date: Jul 2006
Posts: 9
Default

I was under the impression that run 2.0 was in its testing stages and not ment to run as a fully functional Active server with players.. was I mistaken? I decided to go with 1.0 since it was said to be stable and reliable.
Garick is offline   Reply With Quote
Old 05-29-2007, 12:37 AM   #4 (permalink)
Forum Master
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,617
Send a message via Yahoo to Lord_Greywolf
Default

rc1 of 2.0 is not suggested for active running shards, but the svn's are quite capable now of supporting a running shard

i have been running 2.0 on mine since it came out

if you are planning on having custom scripts, then i suggest you get and compile the latest svn and use it
(there is plenty of threads on how to get and comile the svn's)

they may still have some problems, but 1.0 did also
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 05-29-2007, 12:31 PM   #5 (permalink)
Forum Newbie
 
Join Date: Jul 2006
Posts: 9
Default

where do I find the current svns?
Garick is offline   Reply With Quote
Old 05-29-2007, 12:34 PM   #6 (permalink)
Forum Master
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,617
Send a message via Yahoo to Lord_Greywolf
Default

read in the anouncements section and find where they talk about the svn

then get like tortise svn program, the free MS C# express (they tell about those also up there in the anouncements)

then in the support here and script support sections is nice directions of how to compile the svn up
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 05-29-2007, 04:30 PM   #7 (permalink)
Forum Newbie
 
Join Date: Jul 2006
Posts: 9
Default

ok I got the files, the programs and such. Compiled them and I get this:
Quote:
RunUO - [www.runuo.com] Version 2.0, Build 2705.25982
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ Items/Armor/Leather/LeafTonlet.cs:
CS0101: Line 7: The namespace 'Server.Items' already contains a definition f
or 'LeafTonlet'
+ Misc/ResourceInfo.cs:
CS0101: Line 6: The namespace 'Server.Items' already contains a definition f
or 'CraftResource'
CS0101: Line 32: The namespace 'Server.Items' already contains a definition
for 'CraftResourceType'
CS0101: Line 40: The namespace 'Server.Items' already contains a definition
for 'CraftAttributeInfo'
CS0101: Line 277: The namespace 'Server.Items' already contains a definition
for 'CraftResourceInfo'
CS0101: Line 307: The namespace 'Server.Items' already contains a definition
for 'CraftResources'
CS0101: Line 547: The namespace 'Server.Items' already contains a definition
for 'OreInfo'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ Items/Armor/Leather/LeafTonlet.cs:
CS0101: Line 7: The namespace 'Server.Items' already contains a definition f
or 'LeafTonlet'
+ Misc/ResourceInfo.cs:
CS0101: Line 6: The namespace 'Server.Items' already contains a definition f
or 'CraftResource'
CS0101: Line 32: The namespace 'Server.Items' already contains a definition
for 'CraftResourceType'
CS0101: Line 40: The namespace 'Server.Items' already contains a definition
for 'CraftAttributeInfo'
CS0101: Line 277: The namespace 'Server.Items' already contains a definition
for 'CraftResourceInfo'
CS0101: Line 307: The namespace 'Server.Items' already contains a definition
for 'CraftResources'
CS0101: Line 547: The namespace 'Server.Items' already contains a definition
for 'OreInfo'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Garick is offline   Reply With Quote
Old 05-29-2007, 04:34 PM   #8 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

You cannot compile duplicate classes. You have multiple copies of the same class and will have to figure out which one you are supposed to be using and delete the other.
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 05-29-2007, 04:45 PM   #9 (permalink)
Forum Newbie
 
Join Date: Jul 2006
Posts: 9
Default

I figured it out, before I used an old copy of the 2.0 so I deleted both script and data folders then replaced them with the updated versions and it worked fine
Garick is offline   Reply With Quote
Old 05-29-2007, 06:54 PM   #10 (permalink)
Forum Expert
 
Tannis's Avatar
 
Join Date: Feb 2004
Age: 27
Posts: 2,047
Default

Quote:
Originally Posted by Garick View Post
I figured it out, before I used an old copy of the 2.0 so I deleted both script and data folders then replaced them with the updated versions and it worked fine
Wings aren't something that are included in RunUO releases as they're custom artwork and not part of the normal clothing/armor. To put those on your shard, you would need to patch custom files. You can look here for detailed instructions on how to do that.
__________________


UO Art
Come visit us! It's all about the artwork.
Tannis is offline   Reply With Quote
Old 05-29-2007, 08:44 PM   #11 (permalink)
Forum Newbie
 
Join Date: Jul 2006
Posts: 9
Default

How do I shrink pets in my shard? I dont see any commands or items for it.
Garick is offline   Reply With Quote
Old 05-29-2007, 09:16 PM   #12 (permalink)
Forum Expert
 
Broadside's Avatar
 
Join Date: Jul 2004
Location: Minnesota
Age: 32
Posts: 1,488
Send a message via ICQ to Broadside Send a message via MSN to Broadside Send a message via Yahoo to Broadside
Default

Quote:
Originally Posted by Garick View Post
How do I shrink pets in my shard? I dont see any commands or items for it.
Shrinking pets comes with another script that is on these forums. Please try the serach tab at the top and try shrink or something. You will find many of your answers in tehse forums already rather than continually asking ones that have been asked many times. We will be glad to help just try checking a bit first.
__________________
Broadside ~AkA~ Bad Karma
Broadside is offline   Reply With Quote
Old 05-29-2007, 11:15 PM   #13 (permalink)
Forum Newbie
 
Join Date: Jul 2006
Posts: 9
Default

ok, sorry I remembered there is a place for script help. please remove this post if you'd like

Last edited by Garick; 05-29-2007 at 11:52 PM.
Garick 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