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!

[RunUO 2.0 RC1] Lucid's <<_Advanced Archery_>>

Remo82

Wanderer
Thanks for the quick reply.

I'm probably just looking over it, but where can i find your new drag and drop bundle?

I have everything removed and I will just install that.
 
Remo82;666330 said:
Thanks for the quick reply.

I'm probably just looking over it, but where can i find your new drag and drop bundle?

I have everything removed and I will just install that.

Unzip the bundle in post #1. Then take the "Scripts" folder and drop in in your runuo directory where your distro "Scipts" folder is. Windows will propt you and ask if you want to replace all files and should select yes. Then Windows will do the placement for you.
 

Remo82

Wanderer
I looked over the first post all I see is:

Attached Files

Advanced Archery v301c.zip (69.1 KB, 172 views)
Lucid's Core v1a.zip (22.4 KB, 120 views)

as the options for download, I will check it again in a little bit maybe it just hasnt posted yet.

I rechecked the archery download to see if maybe that was it, but no scripts folder in the zip.

Once I can see the file and d/l I will let you know if it worked for me.

Thx for the help
 
Remo82;666342 said:
I looked over the first post all I see is:

Attached Files

Advanced Archery v301c.zip (69.1 KB, 172 views)
Lucid's Core v1a.zip (22.4 KB, 120 views)

as the options for download, I will check it again in a little bit maybe it just hasnt posted yet.

I rechecked the archery download to see if maybe that was it, but no scripts folder in the zip.

Once I can see the file and d/l I will let you know if it worked for me.

Thx for the help

Ok then I prolly haven't provided it yet. I am currently repacking all of the systems. Try and replace them or wait till I update this one.

Hum....hold on I might have it done already............

Edit: OK the bundle in post #1 has been updated.
 

Remo82

Wanderer
Ok, I put the bundle over and I get this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (3 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Core/Lucid's Engines.cs:
CS0116: Line 1: A namespace does not directly contain members such as fields
or methods
+ Customs/Lucid's Systems/Core/Lucid's Enums.cs:
CS0116: Line 1: A namespace does not directly contain members such as fields
or methods
+ Customs/Lucid's Systems/Core/Lucid's MsgCenter.cs:
CS0116: Line 1: A namespace does not directly contain members such as fields
or methods
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.


I went into the files to look at line 1 and the only thing in these files is:

Removed.

What should I do from here?
 
Remo82;666355 said:
Ok, I put the bundle over and I get this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (3 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Core/Lucid's Engines.cs:
CS0116: Line 1: A namespace does not directly contain members such as fields
or methods
+ Customs/Lucid's Systems/Core/Lucid's Enums.cs:
CS0116: Line 1: A namespace does not directly contain members such as fields
or methods
+ Customs/Lucid's Systems/Core/Lucid's MsgCenter.cs:
CS0116: Line 1: A namespace does not directly contain members such as fields
or methods
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.


I went into the files to look at line 1 and the only thing in these files is:

Removed.

What should I do from here?

Hum I might of forgotten to comment it out. Just delete them.
 

Remo82

Wanderer
k, deleted those 3 files and now I recieve the following:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Advanced Archery/MoreBaseRanged.cs:
CS0234: Line 28: The type or namespace name 'LevelSystem' does not exist in
the namespace 'Server' (are you missing an assembly reference?)
+ Customs/Lucid's Systems/Modules/PlayerModule.cs:
CS0234: Line 38: The type or namespace name 'DuelSystem' does not exist in t
he namespace 'Server' (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.

What direction do I need to go now?
 
Remo82;666365 said:
k, deleted those 3 files and now I recieve the following:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Advanced Archery/MoreBaseRanged.cs:
CS0234: Line 28: The type or namespace name 'LevelSystem' does not exist in
the namespace 'Server' (are you missing an assembly reference?)
+ Customs/Lucid's Systems/Modules/PlayerModule.cs:
CS0234: Line 38: The type or namespace name 'DuelSystem' does not exist in t
he namespace 'Server' (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.

What direction do I need to go now?

Comment those lines out.
 

Remo82

Wanderer
ok, commented those lines out now i get this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (2 errors, 2 warnings)
Warnings:
+ Custom/XmlQuest/XmlQuestHolderGumps.cs:
CS0219: Line 618: The variable 'edit_entry' is assigned but its value is nev
er used
+ Customs/Lucid's Systems/Advanced Archery/Items/Quivers/BaseQuiver.cs:
CS0162: Line 73: Unreachable code detected
CS0162: Line 114: Unreachable code detected
CS0162: Line 155: Unreachable code detected
CS0162: Line 222: Unreachable code detected
CS0162: Line 240: Unreachable code detected
Errors:
+ Customs/Lucid's Systems/Advanced Archery/SaveBaseRangedInfo.cs:
CS0117: Line 86: 'Server.Items.BaseRanged' does not contain a definition for
'm_HasBowString'
CS0117: Line 87: 'Server.Items.BaseRanged' does not contain a definition for
'm_HasBowString'
CS0117: Line 92: 'Server.Items.BaseRanged' does not contain a definition for
'm_Module'
CS0117: Line 96: 'Server.Items.BaseRanged' does not contain a definition for
'CheckStringCondition'
+ Mobiles/PlayerMobile.cs:
CS0234: Line 112: The type or namespace name 'DataCenter' does not exist in
the namespace 'Server.LucidNagual' (are you missing an assembly reference?)
CS0246: Line 113: The type or namespace name 'ClassGump' could not be found
(are you missing a using directive or an assembly reference?)
CS1502: Line 113: The best overloaded method match for 'Server.Mobile.SendGu
mp(Server.Gumps.Gump)' has some invalid arguments
CS1503: Line 113: Argument '1': cannot convert from 'ClassGump' to 'Server.G
umps.Gump'
CS0234: Line 115: The type or namespace name 'DataCenter' does not exist in
the namespace 'Server.LucidNagual' (are you missing an assembly reference?)
CS0246: Line 116: The type or namespace name 'RavensRaceGump' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0103: Line 116: The name 'RavensRacePage' does not exist in the current co
ntext
CS1502: Line 116: The best overloaded method match for 'Server.Mobile.SendGu
mp(Server.Gumps.Gump)' has some invalid arguments
CS1503: Line 116: Argument '1': cannot convert from 'RavensRaceGump' to 'Ser
ver.Gumps.Gump'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

I'm completely lost now :confused:
 
Remo82;666372 said:
ok, commented those lines out now i get this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (2 errors, 2 warnings)
Warnings:
+ Custom/XmlQuest/XmlQuestHolderGumps.cs:
CS0219: Line 618: The variable 'edit_entry' is assigned but its value is nev
er used
+ Customs/Lucid's Systems/Advanced Archery/Items/Quivers/BaseQuiver.cs:
CS0162: Line 73: Unreachable code detected
CS0162: Line 114: Unreachable code detected
CS0162: Line 155: Unreachable code detected
CS0162: Line 222: Unreachable code detected
CS0162: Line 240: Unreachable code detected
Errors:
+ Customs/Lucid's Systems/Advanced Archery/SaveBaseRangedInfo.cs:
CS0117: Line 86: 'Server.Items.BaseRanged' does not contain a definition for
'm_HasBowString'
CS0117: Line 87: 'Server.Items.BaseRanged' does not contain a definition for
'm_HasBowString'
CS0117: Line 92: 'Server.Items.BaseRanged' does not contain a definition for
'm_Module'
CS0117: Line 96: 'Server.Items.BaseRanged' does not contain a definition for
'CheckStringCondition'
+ Mobiles/PlayerMobile.cs:
CS0234: Line 112: The type or namespace name 'DataCenter' does not exist in
the namespace 'Server.LucidNagual' (are you missing an assembly reference?)
CS0246: Line 113: The type or namespace name 'ClassGump' could not be found
(are you missing a using directive or an assembly reference?)
CS1502: Line 113: The best overloaded method match for 'Server.Mobile.SendGu
mp(Server.Gumps.Gump)' has some invalid arguments
CS1503: Line 113: Argument '1': cannot convert from 'ClassGump' to 'Server.G
umps.Gump'
CS0234: Line 115: The type or namespace name 'DataCenter' does not exist in
the namespace 'Server.LucidNagual' (are you missing an assembly reference?)
CS0246: Line 116: The type or namespace name 'RavensRaceGump' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0103: Line 116: The name 'RavensRacePage' does not exist in the current co
ntext
CS1502: Line 116: The best overloaded method match for 'Server.Mobile.SendGu
mp(Server.Gumps.Gump)' has some invalid arguments
CS1503: Line 116: Argument '1': cannot convert from 'RavensRaceGump' to 'Ser
ver.Gumps.Gump'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

I'm completely lost now :confused:

Delete the SaveBaseRangedInfo.cs and comment out this section of the PlayerMobile:
Code:
[SIZE=2]/*private void SendLNGumps( Mobile from )
{
if ( LucidNagual.DataCenter.EnableClassSystem )
from.SendGump( new ClassGump( this ) );

if ( LucidNagual.DataCenter.EnableRaceSystem )
from.SendGump( new RavensRaceGump( this, RavensRacePage.Info ) );
}*/
[/SIZE]
 

Remo82

Wanderer
Hmmmm...

Now I get this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Modules/BaseRangedModule.cs:
CS0234: Line 30: The type or namespace name 'Saves' does not exist in the na
mespace 'Server' (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.

What now? :)
 
Remo82;666380 said:
Hmmmm...

Now I get this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Modules/BaseRangedModule.cs:
CS0234: Line 30: The type or namespace name 'Saves' does not exist in the na
mespace 'Server' (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.

What now? :)

Comment that out.
 

Remo82

Wanderer
Ok, I commented that out and recieved this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Modules/BaseRangedModule.cs:
CS0116: Line 29: A namespace does not directly contain members such as field
s or methods
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

So I Commented that line out and recieved this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Modules/BaseRangedModule.cs:
CS0116: Line 28: A namespace does not directly contain members such as field
s or methods
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

So I commented that one out and recieved this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Modules/BaseRangedModule.cs:
CS0116: Line 27: A namespace does not directly contain members such as field
s or methods
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

So I commented that out and now got this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Modules/BaseRangedModule.cs:
CS0116: Line 26: A namespace does not directly contain members such as field
s or methods
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

Looks like it just keeps going up the lines when I comment one out... should I uncomment those lines and try something else or should I just keep commenting until it compiles?

Hopefully I can get this working soon, sorry for all the questions - thx for the help :)
 
Remo82;666470 said:
Ok, I commented that out and recieved this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Modules/BaseRangedModule.cs:
CS0116: Line 29: A namespace does not directly contain members such as field
s or methods
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

So I Commented that line out and recieved this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Modules/BaseRangedModule.cs:
CS0116: Line 28: A namespace does not directly contain members such as field
s or methods
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

So I commented that one out and recieved this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Modules/BaseRangedModule.cs:
CS0116: Line 27: A namespace does not directly contain members such as field
s or methods
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

So I commented that out and now got this:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/Lucid's Systems/Modules/BaseRangedModule.cs:
CS0116: Line 26: A namespace does not directly contain members such as field
s or methods
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

Looks like it just keeps going up the lines when I comment one out... should I uncomment those lines and try something else or should I just keep commenting until it compiles?

Hopefully I can get this working soon, sorry for all the questions - thx for the help :)


This is what I meant:
 

Attachments

  • BaseRangedModule.cs
    7.7 KB · Views: 51

Remo82

Wanderer
ok, replaced that file and now when I try to compile it spits this out:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 2 warnings)
Warnings:
+ Custom/XmlQuest/XmlQuestHolderGumps.cs:
CS0219: Line 618: The variable 'edit_entry' is assigned but its value is nev
er used
+ Customs/Lucid's Systems/Advanced Archery/Items/Quivers/BaseQuiver.cs:
CS0162: Line 73: Unreachable code detected
CS0162: Line 114: Unreachable code detected
CS0162: Line 155: Unreachable code detected
CS0162: Line 222: Unreachable code detected
CS0162: Line 240: Unreachable code detected
Errors:
+ Mobiles/PlayerMobile.cs:
CS0103: Line 95: The name 'SendLNGumps' does not exist in the current contex
t
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

I attached the BaseQuiver.cs and Playermobile.cs incase you need to see them.

View attachment 11226

View attachment 11227
 

Attachments

  • PlayerMobile.cs
    98.4 KB · Views: 81
  • BaseQuiver.cs
    10 KB · Views: 79
Remo82;666502 said:
ok, replaced that file and now when I try to compile it spits this out:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 2 warnings)
Warnings:
+ Custom/XmlQuest/XmlQuestHolderGumps.cs:
CS0219: Line 618: The variable 'edit_entry' is assigned but its value is nev
er used
+ Customs/Lucid's Systems/Advanced Archery/Items/Quivers/BaseQuiver.cs:
CS0162: Line 73: Unreachable code detected
CS0162: Line 114: Unreachable code detected
CS0162: Line 155: Unreachable code detected
CS0162: Line 222: Unreachable code detected
CS0162: Line 240: Unreachable code detected
Errors:
+ Mobiles/PlayerMobile.cs:
CS0103: Line 95: The name 'SendLNGumps' does not exist in the current contex
t
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

I attached the BaseQuiver.cs and Playermobile.cs incase you need to see them.

View attachment 11226

View attachment 11227

You'll want to comment out this spot in the PlayerMobile, too:
Code:
         //SendLNGumps( this );
 

Remo82

Wanderer
Ok, I just got back in and commented that line out, it compiled now!

I will let you know if I come into any problems with the system as I test it out on the server.

Thanks again :) Can't wait to try this out.
 

Remo82

Wanderer
When I double click the bow and target a stringer nothing happens... ive tried different stringers to make sure it was not just 1 kind and none of them will attach to the bow.

And when I try to equip a bow it gives the you can not use that without a string.

Any ideas? :confused:
 

Remo82

Wanderer
I've been looking trying to figure out what is causing the issue with not being able to string the bows.

I do get the message that only a grandmaster can apply the string if someone with under 100 skill tries to apply the screen.

If someone with enough skill tries to string the bow (double click bow, target the stringer) no error message is given (no message at all actually) and the bow stays set to NoString and the stringer stays in your backpack.

Also, I was wondering about setting a default string to bows, because bows that drop or if you go and buy a bow from a vendor it is set to NoString and even when the issue with being able to string them is resolved it would mean anyone that wanted to train in archery (or started with a bow on a new char) would have to find a someone with atleast 100 skill to put a string on their bow before they could begin to use it.

Is there a way to set the bows to default to the weakest string that way they can atleast use the bow and upgrade the string later?

Anyone else had this issue or could offer some suggestions on how to fix either/both not being able to string the bows and bows having a default string of the weakest kind so that dropped bows / vendor bows / newb start bows can be used and you do not have to have atleast a GM bower online to put a string on it for you? :confused:

Any help is appreciated, Thanks :)
 
Top