RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Fresh Install w/daat99s OWLTR v2.93 & FSATS_Gen2_RC1

tshealey

Sorceror
Followed instructions here multiple times:

Installation:
1. Place all the files anywhere in **\runuo\scripts\custom\**
2. Go over all the files in the modified directory and make sure you replace the original files with them (if you miss even 1 it won't compile and will get you tons of errors.
3. Restart the shard and set the settings you want in the OWLTR control center ([add daat99owltr).
4. Restart the server and let your players have fun :)

Repeatedly getting this error below.........

Any assistance would be greatly appreciated :)


RunUO - [www.runuo.com] Version 2.1, Build 4272.35047
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 12 64-bit processors
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ Items/Skill Items/Carpenter Items/Board.cs:
CS0101: Line 223: The namespace 'Server.Items' already contains a definition
for 'OakBoard'
CS0101: Line 257: The namespace 'Server.Items' already contains a definition
for 'AshBoard'
CS0101: Line 291: The namespace 'Server.Items' already contains a definition
for 'YewBoard'
+ Items/Skill Items/Lumberjack/Log.cs:
CS0101: Line 232: The namespace 'Server.Items' already contains a definition
for 'OakLog'
CS0101: Line 274: The namespace 'Server.Items' already contains a definition
for 'AshLog'
CS0101: Line 316: The namespace 'Server.Items' already contains a definition
for 'YewLog'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 

Dian

Sorceror
Like the errors say, you already have a definition (or a script) for OakBoard and the others. You will need to remove the distro script's for those items to get past these errors.
 

Arvoreen

Sorceror
Looks like you possibly have 2 or more Board.cs and Log.cs. I would rename (change the extension)/delete the Board.cs and Log.cs in Items/Skill Items/Carpenter Items and try loading up again, as those are probably conflicting with the new ones in daats package.
 

tshealey

Sorceror
I had to merge resource.cs with daat99s owltr oreinfo.cs and then got those errors. So if I take out board from carpenter and log from lumberjacking will it fix the errors. We no longer have distro scripts
 

tshealey

Sorceror
Just deleted these two files and now have the following.........

RunUO - [www.runuo.com] Version 2.1, Build 4272.35047
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 12 64-bit processors
Scripts: Compiling C# scripts...failed (14 errors, 0 warnings)
Errors:
+ Customs/New/Crafting Recipe.cs:
CS0234: Line 18: The type or namespace name 'Scripts' does not exist in the
namespace 'Server' (are you missing an assembly reference?)
+ Items/Skill Items/Magical/Spellbook.cs:
CS0246: Line 23: The type or namespace name 'ISlayer' could not be found (ar
e you missing a using directive or an assembly reference?)
+ Items/Skill Items/Musical Instruments/BaseInstrument.cs:
CS0246: Line 20: The type or namespace name 'ISlayer' could not be found (ar
e you missing a using directive or an assembly reference?)
+ Commands/Docs.cs:
CS0246: Line 699: The type or namespace name 'SmallBulkEntry' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0246: Line 1001: The type or namespace name 'SmallBulkEntry' could not be
found (are you missing a using directive or an assembly reference?)
+ Customs/New/Daat99 OWLT Control Center.cs:
CS0246: Line 90: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
CS0246: Line 102: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
CS0246: Line 110: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
CS0246: Line 118: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
+ Customs/Tokens/Lady Luck.cs:
CS0246: Line 28: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
+ Engines/BulkOrders/Books/BOBFilterGump.cs:
CS0246: Line 13: The type or namespace name 'BulkOrderBook' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 249: The type or namespace name 'BulkOrderBook' could not be fo
und (are you missing a using directive or an assembly reference?)
+ Engines/BulkOrders/Books/BOBGump.cs:
CS0246: Line 327: The type or namespace name 'BulkOrderBook' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 332: The type or namespace name 'BulkOrderBook' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 14: The type or namespace name 'BulkOrderBook' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 210: The type or namespace name 'BulkOrderBook' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 375: The type or namespace name 'BulkOrderBook' could not be fo
und (are you missing a using directive or an assembly reference?)
+ Engines/BulkOrders/LargeBOD.cs:
CS0246: Line 14: The type or namespace name 'LargeBulkEntry' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 25: The type or namespace name 'LargeBulkEntry' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 83: The type or namespace name 'LargeBulkEntry' could not be fo
und (are you missing a using directive or an assembly reference?)
+ Engines/BulkOrders/LargeSmithBOD.cs:
CS0246: Line 72: The type or namespace name 'LargeBulkEntry' could not be fo
und (are you missing a using directive or an assembly reference?)
+ Engines/BulkOrders/LargeTailorBOD.cs:
CS0246: Line 79: The type or namespace name 'LargeBulkEntry' could not be fo
und (are you missing a using directive or an assembly reference?)
+ Engines/BulkOrders/SmallSmithBOD.cs:
CS0246: Line 196: The type or namespace name 'SmallBulkEntry' could not be f
ound (are you missing a using directive or an assembly reference?)
+ Engines/BulkOrders/SmallTailorBOD.cs:
CS0246: Line 191: The type or namespace name 'SmallBulkEntry' could not be f
ound (are you missing a using directive or an assembly reference?)
+ Mobiles/PlayerMobile.cs:
CS0234: Line 2351: The type or namespace name 'BOBFilter' does not exist in
the namespace 'Server.Engines.BulkOrders' (are you missing an assembly reference
?)
CS0234: Line 2357: The type or namespace name 'BOBFilter' does not exist in
the namespace 'Server.Engines.BulkOrders' (are you missing an assembly reference
?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 

Hammerhand

Knight
You have to merge all the files found in the modified folder for OWLTR. The "Replace files with the modified ones" is only for a blank, unmodified server.
 

tshealey

Sorceror
So my original directions said to replace all files in modified to appropriate places not to merge them. I just want to be sure I am doing this right. If this is the case I will have to merge a ton of files one at a time. Please advise....
 

tshealey

Sorceror
Ok I have gotten all of the merges I did for past 3 hours out and started from scratch again and placed the Modified folder scripts into their rightful places and now only have these 3 Errors. Might I get a bit of assistance with what to do with them please and Ty for all your help so far all much appreciated this isn't just a walk in the park as i might of thought at first glance.

RunUO - [www.runuo.com] Version 2.1, Build 4272.35047
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 12 64-bit processors
Scripts: Compiling C# scripts...failed (3 errors, 0 warnings)
Errors:
+ Customs/New/Daat99 OWLT Control Center.cs:
CS0246: Line 90: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
CS0246: Line 102: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
CS0246: Line 110: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
CS0246: Line 118: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
+ Customs/Tokens/Lady Luck.cs:
CS0246: Line 28: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
+ Mobiles/PlayerMobile.cs:
CS0111: Line 4264: Type 'Server.Mobiles.PlayerMobile' already defines a memb
er called 'AcquireRecipe' with the same parameter types
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

And once again Ty for any and all help everyone!
 

Dian

Sorceror
This will sound terrible for me to say, but I really hope you are not attempting to open a shard for players when you fail to understand the most basic errors. I know it sounds rude, but I am just being honest. I know most people think this, but I feel the need to come out and say it.

Do continue working on your shard, learn everything you can.. but PLEASE do not just throw some scripts into a RunUO package without any understanding just to open a public shard for players. It is seriously unfair to anyone that might end up devoting time there, just to end up closing from problematic code you can not fix yourself. At least wait until you honestly begin understanding C# and the RunUO code.
 

tshealey

Sorceror
I am not sure what ya mean by this cause the 2 Scripts Daat99 OWLT Control Center.cs: and Lady Luck.cs: that are seen here was just like they were when I downloaded and unzipped the files. But the PlayerMobile I had to replace with the Modified and FSATS one so it is the only script I did anything with. Please advise how or what I must do to to fix the issue with a bit more detail....
 

tshealey

Sorceror
Well Ty Dian I appreciate your Honest opinion on the matter whether this would be for myself and family and maybe a few friends Shard I did not state that but I now have lost my interest with UO after playing since Beta in 1997 on OSI multi shards just was hoping for a bit of help not know it all criticism just because I have not spent 40 hours a week studying C# and C++ forgive me for being so ignorant, just wanted to try to keep playing with my family w/o all the government from another shard. Best of luck to the next person that ask for help here and Ty all for the best help I could get.....
 

pooka01

Sorceror
Dian was just worrying about people that install ready-pack and launch a new server in 10 min and start advertising.
If this is for your family etc, then it just needs motoivation to keep on.

back to subject.

'CommandEventArgs' means you need using Server.Commands;

CS0111: Line 4264: Type 'Server.Mobiles.PlayerMobile' already defines a member called 'AcquireRecipe' with the same parameter types

go to line 4264, comment out that line, and you hould be ok.
new errors might appear after that.
 
Top