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 07-28-2008, 05:30 PM   #1 (permalink)
Newbie
 
Join Date: May 2008
Posts: 36
Default Server compiling help please

Hey guys,

I'm trying to compile a server with Malganis's ML. I'm reading the Compiling for dummies and I'm stuck at one of the last steps. It says "Increase Serialization version in Item.cs by 1 (approx. 1960 line)" This confuses me because it doesn't tell you step by step how to do that. Could someone give me an example how to do this. Also, there is another step "Compare and Merge Distro Files" do I do that with the "core" folder and "server" folder files? Or do I merge the core files with my existing server files. Can I run this new server build with my existing runuo 2.0 rc2 server? or do i have to replace everything. I'm very confused... Sorry...
Any help is much appreciated. Thanks in advance!
aszliwoski is offline   Reply With Quote
Old 07-28-2008, 06:06 PM   #2 (permalink)
Forum Expert
 
Join Date: Jul 2006
Location: Oklahoma
Age: 29
Posts: 449
Default

Hopefully this will help ya. How do I Increase Serialization version by one in the item.cs
__________________
Friends Come and go but Enemies accumulate
oiii88 is offline   Reply With Quote
Old 07-28-2008, 07:31 PM   #3 (permalink)
Newbie
 
Join Date: May 2008
Posts: 36
Default

Thanks for the reply.
Yeah I finally figured it out but now when I load the server I get these errors:

Engines/AI/AI/BaseAI.cs:
CS1003: Line 30: Syntax error, ',' expected
Mondains Legacy/Items/Armor/Glasses.cs
CS0101: Line 9: The namespace 'Server.Items' already contains a definition for 'Glasses'
Mondains Legacy/Mobiles/Bedlam/LadyJennifyr.cs
CS0101: Line 6: The namespace 'Server.Items' already contains a definition for 'LadyJennifyr'
Mondains Legacy/Mobiles/Bedlam/LadyMarai.cs
CS0101: Line 6: The namespace 'Server.Items' already contains a definition for 'LadyMarai'

These errors go on forever...

Does Magain's ML work for 2.0?? or only SVN?
Please help
aszliwoski is offline   Reply With Quote
Old 07-28-2008, 07:51 PM   #4 (permalink)
ConnectUO Creator
 
Jeff's Avatar
 
Join Date: Jan 2004
Location: In your mom
Age: 27
Posts: 4,762
Default

Quote:
Originally Posted by aszliwoski View Post
Thanks for the reply.
Yeah I finally figured it out but now when I load the server I get these errors:

Engines/AI/AI/BaseAI.cs:
CS1003: Line 30: Syntax error, ',' expected
Mondains Legacy/Items/Armor/Glasses.cs
CS0101: Line 9: The namespace 'Server.Items' already contains a definition for 'Glasses'
Mondains Legacy/Mobiles/Bedlam/LadyJennifyr.cs
CS0101: Line 6: The namespace 'Server.Items' already contains a definition for 'LadyJennifyr'
Mondains Legacy/Mobiles/Bedlam/LadyMarai.cs
CS0101: Line 6: The namespace 'Server.Items' already contains a definition for 'LadyMarai'

These errors go on forever...

Does Magain's ML work for 2.0?? or only SVN?
Please help
this means you have the same script defined 2 times.
__________________
Jeff Boulanger
ConnectUO - Core Developer

Want to help make ConnectUO better? Click here to submit your ideas/requests
Use your talent to compete against other community members in RunUO hosted coding competitions

If you know XNA (even if its just a little) or are a good artist(2d or 3d) and are interested in making games for a hobby send me a pm or drop by #xna in irc.runuo.com. I'm looking to put together a small game development team.


Please do not pm me for support. If you are having issues please post in the appropriate forum. Thanks for your continued support of both ConnectUO and RunUO
Jeff is offline   Reply With Quote
Old 07-28-2008, 09:32 PM   #5 (permalink)
Newbie
 
Join Date: May 2008
Posts: 36
Default

Thanks for replying Jeff

I used Windows Grep to look for files that have the text "Aminia" in it and it came up with 2 files. "Aminia.cs" and "Scripts.CS.dll" so there aren't 2 scripts. I'm getting about 50 error messages from the ML folder. I know I don't have these scripts because I would have remembered putting them in. Anymore suggestions? Thanks
aszliwoski is offline   Reply With Quote
Old 07-28-2008, 09:40 PM   #6 (permalink)
Newbie
 
Join Date: May 2008
Posts: 36
Default

Wait. Your right, I was looking in a different scripts folder. One of my old backups. I'm an idiot Thanks for your help!
aszliwoski is offline   Reply With Quote
Old 07-28-2008, 09:50 PM   #7 (permalink)
Newbie
 
Join Date: May 2008
Posts: 36
Default

Grr! Now I'm getting these errors when I start the server. Sorry for posting so many replys. Please help..



Errors:
+ Items/Weapons/BaseWeapon.cs:
CS0117: Line 1482: 'Server.Poison' does not contain a definition for 'Darkgl
ow'
+ Engines/VeteranRewards/RewardSystem.cs:
CS0246: Line 327: The type or namespace name 'CharacterStatueMaker' could no
t be found (are you missing a using directive or an assembly reference?)
CS0103: Line 327: The name 'StatueType' does not exist in the current contex
t
CS0246: Line 328: The type or namespace name 'CharacterStatueMaker' could no
t be found (are you missing a using directive or an assembly reference?)
CS0103: Line 328: The name 'StatueType' does not exist in the current contex
t
CS0246: Line 329: The type or namespace name 'CharacterStatueMaker' could no
t be found (are you missing a using directive or an assembly reference?)
CS0103: Line 329: The name 'StatueType' does not exist in the current contex
t
+ Gumps/Properties/PropsGump.cs:
CS0117: Line 222: 'Server.Poison' does not contain a definition for 'Darkglo
w'
CS0117: Line 222: 'Server.Poison' does not contain a definition for 'Parasit
ic'
+ Mondain's Legacy/Engines/Community Collections/CollectionItem.cs:
CS0117: Line 49: 'Server.Item' does not contain a definition for 'Measure'
CS0117: Line 49: 'Server.Item' does not contain a definition for 'GetBitmap'

+ Mondain's Legacy/Items/Potions/DarkglowPotion.cs:
CS0117: Line 8: 'Server.Poison' does not contain a definition for 'Darkglow'

+ Mondain's Legacy/Items/Potions/ParasiticPotion.cs:
CS0117: Line 8: 'Server.Poison' does not contain a definition for 'Parasitic

when i add the script i get this error:

Errors:
+ Mondain's Legacy/Items/Character Statue Maker/CharacterStatue.cs:
CS0115: Line 175: 'Server.Mobiles.CharacterStatue.OnRequestedAnimati on(Serve
r.Mobile)': no suitable method found to override
CS0115: Line 180: 'Server.Mobiles.CharacterStatue.ShowIncomingName(S erver.Mo
bile)': no suitable method found to override

Last edited by aszliwoski; 07-28-2008 at 09:53 PM.
aszliwoski 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