|
||
|
|||||||
| 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. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#256 (permalink) |
|
Forum Expert
|
ok so i noticed after updating to svn 199 that I have a problem. The boards are showing up fine, hues, name etc but when we craft. It doesn't color and it doesn't give the resource.
I had that problem with the resource names not showing up so I added cliloc and that fixed it. That wouldn't interfere with it showing up (name and hue) on items crafted would it? I have no idea where to start looking. I compared my scripts to the last working svn and I can't see what's changed. I wanted to add that tailoring and smithing work fine, stay colored. We've noticed that it doesn't say "item retains color ..." on the carp menu. Any ideas?
__________________
"That He would leave His place on high and come for sinful man to die. You count it strange, so once did I, before I knew my Savior" ~ Aaron Shust
Last edited by Rosey1; 08-31-2007 at 12:29 AM. |
|
|
|
|
|
#257 (permalink) | |
|
Forum Expert
|
Quote:
|
|
|
|
|
|
|
#258 (permalink) |
|
Forum Expert
|
it works fine other than that one issue I have. Everything else is fine. I'm testing it with a clean svn server to see what it does.
But yes, it's not the easiest to keep updating with the svn when you have large systems in place.
__________________
"That He would leave His place on high and come for sinful man to die. You count it strange, so once did I, before I knew my Savior" ~ Aaron Shust
|
|
|
|
|
|
#259 (permalink) | |
|
Lurker
Join Date: Oct 2007
Age: 19
Posts: 2
|
Quote:
|
|
|
|
|
|
|
#260 (permalink) |
|
Lurker
Join Date: Nov 2007
Posts: 5
|
I am very new to this and I am starting a shard of my own, but when I installed the Daat99s files in my runuo folder I received this error:
Errors: + Items/Misc/KeyRing.cs: CS0101: Line 8: The namespace 'Server.Items' already contains a definition f or 'KeyRing' CS0102: Line 64: The type 'Server.Items.KeyRing' already contains a definiti on for 'InternalTarget' I have no idea what this is saying or what I need to do to correct these errors. If I can plz get some help it would be greatly appreciated. |
|
|
|
|
|
#261 (permalink) |
|
Newbie
|
"already" normally means it has done something once and is trying to do it again. You probably have 2 copies of keyring.cs and need to remove one or merge the 2 into one file. I could be wrong, but I thought the instructions mentioned this file.
__________________
"It is one of the essential features of such incompetence that the person so afflicted is incapable of knowing that he is incompetent... ..To have such knowledge would already be to remedy a good portion of the offense. ( Miller, 1993 , p. 4) |
|
|
|
|
|
#262 (permalink) | |
|
Lurker
Join Date: Nov 2007
Posts: 5
|
Quote:
Originally Posted by Mystic Avenger Errors: + Items/Misc/KeyRing.cs: CS0101: Line 8: The namespace 'Server.Items' already contains a definition f or 'KeyRing' CS0102: Line 64: The type 'Server.Items.KeyRing' already contains a definiti on for 'InternalTarget' "already" normally means it has done something once and is trying to do it again. You probably have 2 copies of keyring.cs and need to remove one or merge the 2 into one file. I could be wrong, but I thought the instructions mentioned this file. Have gone into the file where to find it and it has key or keyring both are .cs files and tried removing and getting more errors. where else can this other keyring.cs be? I am Mystic Avenger's wife and trying to help out on this problem. If I am not mistaken there is another one in the custom folder for Daat99s and tried removing that one and got 4 errors. Hopefully I can get an answer as to how to do this cause we would really like to get the Daat99s system for our shard. |
|
|
|
|
|
|
#263 (permalink) | |
|
Newbie
|
Quote:
Well, I don't run a shard anymore so I can't say for sure where this file is. I would just open the main runuo folder and hit the search button and look for keyring.cs (not key.cs). There should be two files. If the only other keyring.cs you have is the stock one, you should be able to just delete it and replace it with the one from the mod because the mod would have the contents of that file plus it's own. Note: I've found the program "winmerge" to be very useful when adding mods to the stock runuo scripts. Sometimes you will have two or more of the same script file and you need bits from each one so everything works right. It shows side by side the differences between two files and allows you to merge the contents and save. Then it's just a matter of deleting the copies. ![]()
__________________
"It is one of the essential features of such incompetence that the person so afflicted is incapable of knowing that he is incompetent... ..To have such knowledge would already be to remedy a good portion of the offense. ( Miller, 1993 , p. 4) |
|
|
|
|
|
|
#264 (permalink) |
|
RunUO Forum Moderator
|
The best thing to do is put all the OWLTR files in one folder and then doing "search and replace" on them.
Search for the phrase "KeyRing" (case sensitive) and replace it with "Daat99KeyRing" (case sensitive). P.S. You shouldn't merge the KeyRing files because they do different things in the OWLTR and in RunUO.
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
|
|
#266 (permalink) |
|
Newbie
Join Date: Feb 2008
Posts: 20
|
Hello I am getting this error
How do I fix it? Code:
RunUO - [www.runuo.com] Version 2.0, Build 2959.20979
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ Commands/HelpInfo.cs:
CS0122: Line 11: 'Server.Commands.Docs.DocCommandEntry' is inaccessible due to its protection level
CS0122: Line 12: 'Server.Commands.Docs.CommandEntrySorter' is inaccessible due to its protection level
CS0051: Line 239: Inconsistent accessibility: parameter type 'System.Collections.Generic.List<Server.Commands.Docs.DocCommandEntry>' is less accessible than method 'Server.Commands.HelpInfo.CommandListGump.CommandListGump(int, Server.Mobile, System.Collections.Generic.List<Server.Commands.Docs.DocCommandEntry>)'
CS0051: Line 364: Inconsistent accessibility: parameter type 'Server.Commands.Docs.DocCommandEntry' is less accessible than method 'Server.Commands.HelpInfo.CommandInfoGump.CommandInfoGump(Server.Commands.Docs.DocCommandEntry)'
CS0051: Line 369: Inconsistent accessibility: parameter type 'Server.Commands.Docs.DocCommandEntry' is less accessible than method 'Server.Commands.HelpInfo.CommandInfoGump.CommandInfoGump(Server.Commands.Docs.DocCommandEntry, int, int)'
CS0053: Line 22: Inconsistent accessibility: property type 'System.Collections.Generic.Dictionary<string,Server.Commands.Docs.DocCommandEntry>' is less accessible than property 'Server.Commands.HelpInfo.HelpInfos'
CS0053: Line 23: Inconsistent accessibility: property type 'System.Collections.Generic.List<Server.Commands.Docs.DocCommandEntry>' is less accessible than property 'Server.Commands.HelpInfo.SortedHelpInfo'
+ Spells/Base/Spell.cs:
CS0102: Line 733: The type 'Server.Spells.Spell' already contains a definition for 'CastDelayBase'
CS0102: Line 735: The type 'Server.Spells.Spell' already contains a definition for 'CastDelayFastScalar'
CS0102: Line 737: The type 'Server.Spells.Spell' already contains a definition for 'CastDelayMinimum'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
|
|
|
|
|
|
#267 (permalink) | ||
|
Forum Expert
Join Date: Mar 2004
Location: NorthCentral IL, USA
Age: 35
Posts: 3,848
|
Quote:
__________________
Quote:
Just a Simple Staff Tool You can leave me messages. Ernest Gary Gygax - Quote "I would like the world to remember me as the guy who really enjoyed playing games and sharing his knowledge and his fun pastimes with everybody else." |
||
|
|
|
|
|
#268 (permalink) |
|
Lurker
Join Date: Jun 2006
Location: Stavropol,Russian Federation
Age: 19
Posts: 5
|
Greetings, at me a problem how me it to correct?
Code:
RunUO - [www.runuo.com] Version 2.0, Build 2959.20979
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (3 errors, 0 warnings)
Errors:
+ Items/Skill Items/Carpenter Items/Board.cs:
CS0101: Line 211: The namespace 'Server.Items' already contains a definition
for 'OakBoard'
CS0101: Line 245: The namespace 'Server.Items' already contains a definition
for 'AshBoard'
CS0101: Line 279: The namespace 'Server.Items' already contains a definition
for 'YewBoard'
+ Items/Skill Items/Lumberjack/Log.cs:
CS0101: Line 201: The namespace 'Server.Items' already contains a definition
for 'OakLog'
CS0101: Line 235: The namespace 'Server.Items' already contains a definition
for 'AshLog'
CS0101: Line 269: The namespace 'Server.Items' already contains a definition
for 'YewLog'
+ Misc/ResourceInfo.cs:
CS0101: Line 6: The namespace 'Server.Items' already contains a definition f
or 'CraftResource'
CS0101: Line 40: The namespace 'Server.Items' already contains a definition
for 'CraftResourceType'
CS0101: Line 49: The namespace 'Server.Items' already contains a definition
for 'CraftAttributeInfo'
CS0101: Line 301: The namespace 'Server.Items' already contains a definition
for 'CraftResourceInfo'
CS0101: Line 331: The namespace 'Server.Items' already contains a definition
for 'CraftResources'
CS0101: Line 587: 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.
|
|
|
|
|
|
#269 (permalink) | |
|
Forum Expert
|
Quote:
__________________
In some cases stupid makes you win-Radwen |
|
|
|
|
|
|
#270 (permalink) | |
|
Lurker
Join Date: Jun 2006
Location: Stavropol,Russian Federation
Age: 19
Posts: 5
|
Quote:
Code:
RunUO - [www.runuo.com] Version 2.0, Build 2959.20979
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Commands/HelpInfo.cs:
CS0122: Line 11: 'Server.Commands.Docs.DocCommandEntry' is inaccessible due
to its protection level
CS0122: Line 12: 'Server.Commands.Docs.CommandEntrySorter' is inaccessible d
ue to its protection level
CS0051: Line 239: Inconsistent accessibility: parameter type 'System.Collect
ions.Generic.List<Server.Commands.Docs.DocCommandEntry>' is less accessible than
method 'Server.Commands.HelpInfo.CommandListGump.CommandListGump(int, Server.Mo
bile, System.Collections.Generic.List<Server.Commands.Docs.DocCommandEntry>)'
CS0051: Line 364: Inconsistent accessibility: parameter type 'Server.Command
s.Docs.DocCommandEntry' is less accessible than method 'Server.Commands.HelpInfo
.CommandInfoGump.CommandInfoGump(Server.Commands.Docs.DocCommandEntry)'
CS0051: Line 369: Inconsistent accessibility: parameter type 'Server.Command
s.Docs.DocCommandEntry' is less accessible than method 'Server.Commands.HelpInfo
.CommandInfoGump.CommandInfoGump(Server.Commands.Docs.DocCommandEntry, int, int)
'
CS0053: Line 22: Inconsistent accessibility: property type 'System.Collectio
ns.Generic.Dictionary<string,Server.Commands.Docs.DocCommandEntry>' is less acce
ssible than property 'Server.Commands.HelpInfo.HelpInfos'
CS0053: Line 23: Inconsistent accessibility: property type 'System.Collectio
ns.Generic.List<Server.Commands.Docs.DocCommandEntry>' is less accessible than p
roperty 'Server.Commands.HelpInfo.SortedHelpInfo'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
oh, I am sorry, I all over again have not noticed the answer... Last edited by RusVolonter; 03-05-2008 at 04:45 PM. |
|
|
|
|