Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Releases

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.

Reply
 
Thread Tools Display Modes
Old 08-22-2006, 04:48 PM   #101 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile carrbrooke

Quote:
Originally Posted by carrbrooke
Does any one have any idea what this is all about :
Code:
Errors:
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Arrows/ArmorPiercingArrow.cs:
    CS0115: Line 34: 'Server.Items.ArmorPiercingArrow.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Arrows/ExplosiveArrow.cs:
    CS0115: Line 34: 'Server.Items.ExplosiveArrow.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Arrows/FreezeArrow.cs:
    CS0115: Line 34: 'Server.Items.FreezeArrow.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Arrows/LightningArrow.cs:
    CS0115: Line 34: 'Server.Items.LightningArrow.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Arrows/PoisonArrow.cs:
    CS0115: Line 34: 'Server.Items.PoisonArrow.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Bolts/ArmorPiercingBolt.cs:
    CS0115: Line 34: 'Server.Items.ArmorPiercingBolt.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Bolts/ExplosiveBolt.cs:
    CS0115: Line 34: 'Server.Items.ExplosiveBolt.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Bolts/FreezeBolt.cs:
    CS0115: Line 37: 'Server.Items.FreezeBolt.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Bolts/LightningBolt.cs:
    CS0115: Line 34: 'Server.Items.LightningBolt.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Bolts/PoisonBolt.cs:
    CS0115: Line 34: 'Server.Items.PoisonBolt.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Bows/Bow.cs:
    CS0115: Line 173: 'Server.Items.Bow.Dupe(int)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Dip Tubs/ArmorPiercingDipTub.cs:
    CS0115: Line 103: 'Server.Items.ArmorPiercingDipTub.GetContextMenuEntries(Server.Mobile, System.Collections.ArrayList)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Dip Tubs/ExplosiveDipTub.cs:
    CS0115: Line 103: 'Server.Items.ExplosiveDipTub.GetContextMenuEntries(Server.Mobile, System.Collections.ArrayList)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Dip Tubs/FreezeDipTub.cs:
    CS0115: Line 103: 'Server.Items.FreezeDipTub.GetContextMenuEntries(Server.Mobile, System.Collections.ArrayList)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Dip Tubs/LightningDipTub.cs:
    CS0115: Line 103: 'Server.Items.LightningDipTub.GetContextMenuEntries(Server.Mobile, System.Collections.ArrayList)': no suitable method found to override
 + Customs/Lucid Nagual's Advanced Archery v[2]0.3c/Dip Tubs/PoisonDipTub.cs:
    CS0115: Line 103: 'Server.Items.PoisonDipTub.GetContextMenuEntries(Server.Mobile, System.Collections.ArrayList)': no suitable method found to override
That is an old release. Why don't you just update and save yourself some trouble?
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 08-25-2006, 09:34 PM   #102 (permalink)
Forum Expert
 
serenity lace's Avatar
 
Join Date: Jul 2006
Location: Bartlesville Ok
Age: 33
Posts: 385
Send a message via ICQ to serenity lace Send a message via MSN to serenity lace Send a message via Yahoo to serenity lace
Smile

ok i started with a fresh install and no errors. thanx for trying to help
serenity lace is offline   Reply With Quote
Old 08-25-2006, 09:59 PM   #103 (permalink)
Forum Expert
 
Join Date: Dec 2005
Posts: 310
Default

Hey Lucid not in no rush just wondering how the levelable item fix is coming?
PhoenixDIE is offline   Reply With Quote
Old 09-03-2006, 06:40 AM   #104 (permalink)
Forum Newbie
 
Join Date: Feb 2006
Posts: 9
Default

Errors:
Items/Skill Items/Tools/BaseRunicTool.cs:
CS0246: Line 215: The type or namespace name 'BitArray' could not be found (are you missing a using directive or an assembly reference?


I FOLLOWED ALL OF YOUR instructions need some help instaliing thx
Chris Driver is offline   Reply With Quote
Old 09-03-2006, 07:01 AM   #105 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile Chris Driver

Quote:
Originally Posted by Chris Driver
Errors:
Items/Skill Items/Tools/BaseRunicTool.cs:
CS0246: Line 215: The type or namespace name 'BitArray' could not be found (are you missing a using directive or an assembly reference?


I FOLLOWED ALL OF YOUR instructions need some help instaliing thx
Post your BaseRunictool.cs so I can look at it, thx.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 09-16-2006, 01:49 AM   #106 (permalink)
Forum Newbie
 
slothmonster's Avatar
 
Join Date: Aug 2006
Age: 28
Posts: 54
Send a message via ICQ to slothmonster
Default

I was looking around for anything quiver related, low and behold I stumbled on to your Advanced Archery system.

Works great. Love it. Great contribution.
__________________
Admin Thadius
Oracle UO
slothmonster is offline   Reply With Quote
Old 09-29-2006, 03:41 PM   #107 (permalink)
Forum Novice
 
Join Date: Feb 2006
Posts: 124
Send a message via AIM to Mexifoo
Default

Code:
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...done (2510 items, 613 mobiles)
Regions: Loading...done
World: Loading...An error was encountered while loading a saved object
 - Type: Server.Items.Bow
 - Serial: 0x40013B73
Delete the object? (y/n)
Delete all objects of that type? (y/n)
After pressing return an exception will be thrown and the server will terminate

Error:
System.Exception: Load failed (items=True, mobiles=False, guilds=False, type=Ser
ver.Items.Bow, serial=0x40013B73) ---> System.Exception: ***** Bad serialize on
Server.Items.Bow *****
   at Server.World.Load()
   --- End of inner exception stack trace ---
   at Server.World.Load()
   at Server.ScriptCompiler.Compile(Boolean debug)
   at Server.Core.Main(String[] args)
This exception is fatal, press return to exit
How do you save the new bows i tryed lookin at the old versons way for adding the new bows but that line ist there im so confuized :[
Mexifoo is offline   Reply With Quote
Old 09-29-2006, 05:51 PM   #108 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

Quote:
Originally Posted by Mexifoo
Code:
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...done (2510 items, 613 mobiles)
Regions: Loading...done
World: Loading...An error was encountered while loading a saved object
 - Type: Server.Items.Bow
 - Serial: 0x40013B73
Delete the object? (y/n)
Delete all objects of that type? (y/n)
After pressing return an exception will be thrown and the server will terminate
 
Error:
System.Exception: Load failed (items=True, mobiles=False, guilds=False, type=Ser
ver.Items.Bow, serial=0x40013B73) ---> System.Exception: ***** Bad serialize on
Server.Items.Bow *****
   at Server.World.Load()
   --- End of inner exception stack trace ---
   at Server.World.Load()
   at Server.ScriptCompiler.Compile(Boolean debug)
   at Server.Core.Main(String[] args)
This exception is fatal, press return to exit
How do you save the new bows i tryed lookin at the old versons way for adding the new bows but that line ist there im so confuized :[
Yeah currently I am making a fix for spellbooks that have the same issue when upgrading from 1.0 to 2.0. When I get that done I will make the same kind of fix for the bows. But for now you should add them the way I described in 1.0. Just remember:
-Add to write only.
-Boot and save.
-Shutdown server.
-Add to read.
-Boot server and save.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 09-29-2006, 07:36 PM   #109 (permalink)
Forum Novice
 
Join Date: Feb 2006
Posts: 124
Send a message via AIM to Mexifoo
Default

Quote:
Originally Posted by Lucid Nagual
Yeah currently I am making a fix for spellbooks that have the same issue when upgrading from 1.0 to 2.0. When I get that done I will make the same kind of fix for the bows. But for now you should add them the way I described in 1.0. Just remember:
-Add to write only.
-Boot and save.
-Shutdown server.
-Add to read.
-Boot server and save.
How do you boot to wright only in the 1.0 you put the // next to the arrow/ bolt type but thats line its in the script any more that i see
Mexifoo is offline   Reply With Quote
Old 09-29-2006, 08:03 PM   #110 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

Quote:
Originally Posted by Mexifoo
How do you boot to wright only in the 1.0 you put the // next to the arrow/ bolt type but thats line its in the script any more that i see
I changed it. You will have to use that method on the CBaseRanged instead.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 10-14-2006, 07:40 PM   #111 (permalink)
Forum Newbie
 
Join Date: May 2006
Location: In Hell
Age: 42
Posts: 46
Default Need some info.

Hey another great system Lucid,

I just need some useage info like are the quivers craftable?

Do the strings have a use other than deco?

Is their a runic fletcher tool?

Is their a system involved with the dip tubs or is this a reward item at shard owner level?

Not sure what the intent of your system is (stand alone) or is ment to be open ended for us end users to make what we feel is the coorect answer for our shards.

I can think of a lot of way to distribute the items but I asking before I make that final outcome.
__________________
TOP DOG
"Death Is Just The First Step"
;)
Top Dog is offline   Reply With Quote
Old 10-14-2006, 07:55 PM   #112 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile Top Dog

Quote:
Originally Posted by Top Dog
Hey another great system Lucid,

I just need some useage info like are the quivers craftable?

Do the strings have a use other than deco?

Is their a runic fletcher tool?

Is their a system involved with the dip tubs or is this a reward item at shard owner level?

Not sure what the intent of your system is (stand alone) or is ment to be open ended for us end users to make what we feel is the coorect answer for our shards.

I can think of a lot of way to distribute the items but I asking before I make that final outcome.
This system was created to go with my Custom BOD System. That system has a runic fletchers tool. The strings are part of an unfinished project I started for the bows. The dip tubs have a limited amount of charges and they can dip 20 arrows at a time [which doesn't last too long]. The dip tubs are part of the Custom BOD System and are hard to get.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 10-14-2006, 07:59 PM   #113 (permalink)
Forum Expert
 
LordHogFred's Avatar
 
Join Date: Jan 2004
Location: UK, Essex
Age: 19
Posts: 1,166
Default

Not sure if this has been brought up already or not but a couple of things I've just noticed is:
1. When you try and equip the quiver with a cloak on you can't but if you take it off and equip the quiver then you can put a cloak on afterwards.
2. If you drag arrows onto the quiver rather than opening the quiver and placing them in the gump it deletes the arrows
__________________
It is not the hand that creates worlds,
It is the mind controlling it !

The New Dawn Network
LordHogFred is offline   Reply With Quote
Old 10-14-2006, 08:31 PM   #114 (permalink)
Forum Expert
 
Join Date: Dec 2005
Location: London UK
Age: 22
Posts: 411
Default

Quote:
Originally Posted by LordHogFred
Not sure if this has been brought up already or not but a couple of things I've just noticed is:
1. When you try and equip the quiver with a cloak on you can't but if you take it off and equip the quiver then you can put a cloak on afterwards.
2. If you drag arrows onto the quiver rather than opening the quiver and placing them in the gump it deletes the arrows
Because the quiver is a cloak by defult on osi it will take the shap of a cloak first this will always happen lol
skills3200 is offline   Reply With Quote
Old 10-14-2006, 08:40 PM   #115 (permalink)
Forum Newbie
 
Join Date: May 2006
Location: In Hell
Age: 42
Posts: 46
Default

Quote:
Originally Posted by Lucid Nagual
This system was created to go with my Custom BOD System. That system has a runic fletchers tool. The strings are part of an unfinished project I started for the bows. The dip tubs have a limited amount of charges and they can dip 20 arrows at a time [which doesn't last too long]. The dip tubs are part of the Custom BOD System and are hard to get.
Ouch I dont use Daats system. It's a great system an I've used it in the pass but I'm working a shard thats tring to stay along the lines of OSI with custom scripts that open up the crafting side of the house. In a attemp to answer those skillswhich OSI seems to be scared to deal with i.e. Archery / Tinkering.

By chance do you have the Custom Bod system set for standard resorces or is it completely designed for Daats system.
__________________
TOP DOG
"Death Is Just The First Step"
;)
Top Dog is offline   Reply With Quote
Old 10-15-2006, 12:22 AM   #116 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

Quote:
Originally Posted by Top Dog
Ouch I dont use Daats system. It's a great system an I've used it in the pass but I'm working a shard thats tring to stay along the lines of OSI with custom scripts that open up the crafting side of the house. In a attemp to answer those skillswhich OSI seems to be scared to deal with i.e. Archery / Tinkering.

By chance do you have the Custom Bod system set for standard resorces or is it completely designed for Daats system.
Currently it is only for Daats System. However, Daat asked me recently to take over OWLTR. So I will be fixing the system to have the ML wood types.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 10-17-2006, 03:29 PM   #117 (permalink)
Forum Newbie
 
Join Date: May 2006
Location: In Hell
Age: 42
Posts: 46
Default

Quote:
Originally Posted by Lucid Nagual
Currently it is only for Daats System. However, Daat asked me recently to take over OWLTR. So I will be fixing the system to have the ML wood types.
Oh one other question does this system support SE weapon abilities as far as archery goes ?
__________________
TOP DOG
"Death Is Just The First Step"
;)
Top Dog is offline   Reply With Quote
Old 10-20-2006, 08:13 PM   #118 (permalink)
Forum Newbie
 
Join Date: Dec 2005
Posts: 3
Default

Quote:
Originally Posted by north
Errors:
+ Misc/AOS.cs:
CS0136: Line 259: A local variable named 'attrs' cannot be declared in this
scope because it would give a different meaning to 'attrs', which is already use
d in a 'parent or current' scope to denote something else
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
i keep getting this error and i dont know what to change can anyone help me out?
north is offline   Reply With Quote
Old 10-20-2006, 08:27 PM   #119 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

You have two variables in AOS.cs names attrs. You have to change the name of one of them.
Malaperth is offline   Reply With Quote
Old 10-20-2006, 09:05 PM   #120 (permalink)
Forum Newbie
 
Join Date: Dec 2005
Posts: 3
Default

i dont understand how to do that ....
north is offline   Reply With Quote
Old 10-20-2006, 10:02 PM   #121 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

Quote:
Originally Posted by north
i dont understand how to do that ....
Post your modification to AOS.cs. So I can see where the problem is.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 10-21-2006, 10:27 AM   #122 (permalink)
Forum Newbie
 
Join Date: Dec 2005
Posts: 3
Default

this is my aos.cs
Attached Files
File Type: cs AOS.cs (28.9 KB, 34 views)
north is offline   Reply With Quote
Old 10-22-2006, 08:29 AM   #123 (permalink)
Forum Newbie
 
Join Date: Aug 2003
Age: 35
Posts: 24
Default

Heya, first off, I really like the sound of these scripts, and I'm a hardcore archer myself, but when I try to run my server with it I get this:

Code:
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...done (3078 items, 627 mobiles)
Regions: Loading...Invalid region type 'Xanthos.JailSystem.Jail' in regions.xml
Invalid region type 'Xanthos.JailSystem.Jail' in regions.xml
done
World: Loading...An error was encountered while loading a saved object
 - Type: Server.Items.RepeatingCrossbow
 - Serial: 0x40000941
Delete the object? (y/n)
Delete all objects of that type? (y/n)
After pressing return an exception will be thrown and the server will terminate

Error:
System.Exception: Load failed (items=True, mobiles=False, guilds=False, type=Ser
ver.Items.RepeatingCrossbow, serial=0x40000941) ---> System.Exception: ***** Bad
 serialize on Server.Items.RepeatingCrossbow *****
   at Server.World.Load()
   --- End of inner exception stack trace ---
   at Server.World.Load()
   at Server.ScriptCompiler.Compile(Boolean debug)
   at Server.Core.Main(String[] args)
This exception is fatal, press return to exit
Now I have DAATS OWLTR system running as well, and at first there was a conflict with the BaseRunicTool.cs so I simply merged the old into the new.

But now I get these bow errors and they are pretty much fatal and I'm not sure what to do to get it right.
Attached Files
File Type: cs BaseRunicTool MergeDaat.cs (25.5 KB, 35 views)