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!

FULL Diablo 2 Style Socket System =)

Kireko

Wanderer
Right.....

Umm Errors. Something about must have "new"
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (3 errors, 7 warnings)
- Warning: Scripts\Items\Shields\BaseShield.cs: CS0108: (line 17, column 17) Th
e keyword new is required on 'Server.Items.BaseShield.AugmentList' because it hi
des inherited member 'Server.Items.BaseArmor.AugmentList'
- Warning: Scripts\Items\Shields\BaseShield.cs: CS0114: (line 23, column 25) 'S
erver.Items.BaseShield.SocketLabel' hides inherited member 'Server.Items.BaseArm
or.SocketLabel'. To make the current member override that implementation, add th
e override keyword. Otherwise add the new keyword.
- Warning: Scripts\Items\Shields\BaseShield.cs: CS0108: (line 26, column 14) Th
e keyword new is required on 'Server.Items.BaseShield.UsedSockets' because it hi
des inherited member 'Server.Items.BaseArmor.UsedSockets'
- Warning: Scripts\Items\Shields\BaseShield.cs: CS0108: (line 33, column 14) Th
e keyword new is required on 'Server.Items.BaseShield.MaxSockets' because it hid
es inherited member 'Server.Items.BaseArmor.MaxSockets'
- Warning: : CS0162: (line 0, column 0) Unreachable code detected
- Warning: Scripts\Customs\Races\RaceGump.cs: CS0162: (line 307, column 6) Unre
achable code detected
- Warning: Scripts\Customs\Races\RaceGump.cs: CS0162: (line 593, column 6) Unre
achable code detected
- Error: Scripts\Engines\Craft\DefBlacksmithy.cs: CS0246: (line 284, column 23)
The type or namespace name 'SocketedChaosShield' could not be found (are you mi
ssing a using directive or an assembly reference?)
- Error: Scripts\Engines\Craft\DefBlacksmithy.cs: CS0246: (line 285, column 23)
The type or namespace name 'SocketedOrderShield' could not be found (are you mi
ssing a using directive or an assembly reference?)
- Error: Scripts\Misc\LootPack.cs: CS1501: (line 75, column 21) No overload for
method 'GetLootingRights' takes '1' arguments

Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 

LordHogFred

Knight
I'm sorry but I don't officially support this script any more which is why it has been left in the archives and not readded when RunUO 1.0.0 came out. However, I am currently in the process of rewriting this system to support RunUO 1.0.0. as I have lots of time on my hands since I only have 3 exams left before a 10 week holiday leading up to my enrollemtn day at 6th From College. So if you can all be patient then I am already quite far into rewriting the system, I almost have fully working socketable items and have all the gem bonuses coded and rebalanced.

Chz :),
 

Maxi - II

Wanderer
ok thanks LordHogFred



Love the script and look forward to seeing the updated ver....


ps,,,, congrats on school.... take Care
 

Ravenhart

Wanderer
I'm sorry but the Entry of Skulls are missing in Lootpack.cs?
I am wondering while we don't findy any kind of Skulls in the Monsterloot.

Ravenhart
 

admingo

Wanderer
HTML:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (2 errors, 5 warnings)
 - Warning: Scripts\Items\Shields\BaseShield.cs: CS0108: (line 16, column 17) Th
e keyword new is required on 'Server.Items.BaseShield.AugmentList' because it hi
des inherited member 'Server.Items.BaseArmor.AugmentList'
 - Warning: Scripts\Items\Shields\BaseShield.cs: CS0114: (line 22, column 25) 'S
erver.Items.BaseShield.SocketLabel' hides inherited member 'Server.Items.BaseArm
or.SocketLabel'. To make the current member override that implementation, add th
e override keyword. Otherwise add the new keyword.
 - Warning: Scripts\Items\Shields\BaseShield.cs: CS0108: (line 25, column 14) Th
e keyword new is required on 'Server.Items.BaseShield.UsedSockets' because it hi
des inherited member 'Server.Items.BaseArmor.UsedSockets'
 - Warning: Scripts\Items\Shields\BaseShield.cs: CS0108: (line 32, column 14) Th
e keyword new is required on 'Server.Items.BaseShield.MaxSockets' because it hid
es inherited member 'Server.Items.BaseArmor.MaxSockets'
 - Warning: Scripts\Token System\Token System\Banking\Abacus.cs: CS0219: (line 1
59, column 9) The variable 'valuef' is assigned but its value is never used
 - Error: Scripts\Misc\LootPack.cs: CS1501: (line 75, column 21) No overload for
 method 'GetLootingRights' takes '1' arguments
 - Error: Scripts\Engines\Craft\DefBlacksmithy.cs: CS0246: (line 285, column 23)
 The type or namespace name 'SocketedOrderShield' could not be found (are you mi
ssing 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.
 
Top