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!

Spellcrafting version 2.3

seanandre

Sorceror
You know Xanthos, I just LOVE your systems. Even the ones you don't make, but improve upon. Because the original script of this wouldn't work on my shard. But YOUR version does :)

Awesome! Let's see who else's work you can improve upon :) YOU ROCK!
 
X

Xanthos

Guest
Calandor2k said:
Hello I am new to this and I was looking over the updates. I noticed that in version 2.5 you corrected a total skill value of 240 for alchemy + inscription, used to figure the skill scalar down to 200 since 100 is the cap for each skill. Is this still true in version 2.9? Since Powerscrolls allow to get to 120 cap in Alchemy and Inscription for that 240 total skill value. Wouldn't that hinder the servers that are using powerscrolls? If so how would it affect the people that have 120 in both alchemy and inscription? Would it make it harder, easier or no difference between 100 and 120 to use spellcrafting?
Niether alchemy nor inscription are not expected to rise above 100 - the way EA intended them anyway. If your shard allows them to go higher you will have to adjust things to account for that.
 

bryant

Sorceror
elven glases

i tried to put lower regent cost on my glases and it does lower mana cost for some reason seem to be the only item it does it on anyideas why?
 
After trying the updated version, i had this error

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (3 errors, 0 warnings)
Errors:

+ custom/Spellcrafting/Items/BookOfSpellCrafts.cs:
CS0246: Line 26: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
CS0246: Line 33: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
+ custom/Utilities/findMobs.cs:
CS0246: Line 93: 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?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ custom/Spellcrafting/Items/BookOfSpellCrafts.cs:
CS0246: Line 26: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
CS0246: Line 33: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
+ custom/Utilities/findMobs.cs:
CS0246: Line 93: 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?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

Can you please explain how I may correct this?
 

Vhaerun

Sorceror
Try putting this at the top of those scripts:

Code:
using Server.Commands;

Should fix all your probs. Or at least most of them.
 

dragonlady

Sorceror
I'v added in - using Server.Commands;to 2 of the script to fix it but i still come across this error's

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, 9 warnings)
Warnings:
+ Items/Custom Script/Custom Commands/ShardInfo.cs:
CS0105: Line 13: The using directive for 'Server.Network' appeared previousl
y in this namespace
+ Items/Custom Script/Custom Quest/VampireQuest/VampQuestItems/Drac Required it
ems/DraculasTeleporter.cs:
CS0114: Line 21: 'Server.Items.DraculasTeleporter.Location' hides inherited
member 'Server.Item.Location'. To make the current member override that implemen
tation, add the override keyword. Otherwise add the new keyword.
CS0108: Line 28: 'Server.Items.DraculasTeleporter.Map' hides inherited membe
r 'Server.Item.Map'. Use the new keyword if hiding was intended.
+ Items/Custom Script/Publisher/Publisher/Publisher.cs:
CS0108: Line 18: 'Server.Mobiles.Publisher.PlaySound' hides inherited member
'Server.Mobile.PlaySound(int)'. Use the new keyword if hiding was intended.
+ Items/Custom Script/Custom Armor/Other/SkelHelml.cs:
CS0162: Line 72: Unreachable code detected
+ Items/Custom Script/Custom Commands/FindhouseSys.cs:
CS0168: Line 137: The variable 'online' is declared but never used
+ Items/Custom Script/Custom Monster/TrainingElemental/TrainingElemental.cs:
CS0429: Line 78: Unreachable expression code detected
CS0162: Line 79: Unreachable code detected
+ Items/Custom Script/Custom Quest/ElainQuest/Mobiles/Andora.cs:
CS0219: Line 34: The variable 'hairHue' is assigned but its value is never u
sed
+ Items/Custom Script/Custom Quest/ElainQuest/Mobiles/ErikSullivan.cs:
CS0219: Line 35: The variable 'hairHue' is assigned but its value is never u
sed
+ Items/Custom Script/Knives Chat 3.0 Beta 5/General/IrcConnection.cs:
CS0618: Line 332: 'System.Threading.Thread.Suspend()' is obsolete: 'Thread.S
uspend has been deprecated. Please use other classes in System.Threading, such
as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resou
rces. http://go.microsoft.com/fwlink/?linkid=14202'
Errors:
+ Spellcrafting 2[1].9/Xanthos/Spellcrafting/SpellCraftBookGump.cs:
CS0029: Line 316: Cannot implicitly convert type 'System.Collections.Generic
.List<Server.Gumps.GumpEntry>' to 'System.Collections.ArrayList'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

Here's the script :)
 

Attachments

  • SpellCraftBookGump.cs
    16.5 KB · Views: 16

Vhaerun

Sorceror
Odd. I had no trouble dropping this script in at all. On my script, the errored line is commented out:

Code:
			// Retrieve the current page from the button that was used to get here, and reopen the book.

			/*ArrayList entries = this.Entries;
			int page = 1;

			for( int i = entries.Count - 1; i >= 0; i-- )
			{
				GumpEntry e = (GumpEntry)entries[ i ];
				if ( e is GumpButton && ((GumpButton)e).ButtonID == craft + 1 )
				{
					page = ((GumpButton)e).Param;
					break;
				}
			}
			from.SendGump( new SpellCraftBook( from, m_Book, page ) );*/
 
I wanted to give this a try and came across this error, does anyone have a suggestion?

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ custom/Spellcrafting/Items/MagicJewel.cs:
CS0115: Line 35: 'Server.SpellCrafting.Items.MagicJewel.Dupe(int)': no suita
ble method found to override
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 

Apache787

Wanderer
With the Item Dupe line, I see no reason that this should be added as it seems useless to me, if I ever get that error, I just take it out. As I said, the line is of no importance
 
Top