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 SVN] Luck Jewelry Set

Lord_Velius

Sorceror
[RunUO SVN] Set Items Spring 2008

Introducing the Set Items from the spring cleaning 2008 event!

So the ML SVN has some set items, but it doesn't have these.
If you have the ML SVN you should merge the one file of mine.
should be located in
RunUO>Scripts>Customs>Mondains legacy>items>armor>SetItem.cs

Or Change

Code:
	public enum SetItem
	{
		None,
		Acolyte,
		Assassin,
		Darkwood,
		Grizzle,
		Hunter,
		Juggernaut,
		Mage,
		Marksman,
		Myrmidon,
		Necromancer,
		Paladin,
		Virtue
	}

to

Code:
	public enum SetItem
	{
		None,
		Acolyte,
		Assassin,
		Darkwood,
		Grizzle,
		Hunter,
		Juggernaut,
		Mage,
		Marksman,
		Myrmidon,
		Necromancer,
		Paladin,
		Virtue,
		Luck,
		Knights,
		Scout,
		Sorcerer
	}


This set has been finished with the help of Paradyme.
If you like these items please leave a response below.
I will provide limited support.

I believe this should be put on the SVN but that is just me.
I do hope you enjoy these scripts, thank you for your time.


All item stats came from
Uo Guide
***EDIT***
Why the hell did I list it as a Leather WizardHat?
Oh well The last issue is worked out (I hope) and the fixed set is re-uploaded.
 

Attachments

  • Spring Cleaning 2008.zip
    22.3 KB · Views: 94

Lord_Velius

Sorceror
Screenshots:


(Ignore the Iron part, that's from my server not the set)


(Dura is now correct on download. OSI is 255/255, this set is now set to that)



 

Paradyme

Page
The Clilocs are:

Etoile Bleue - 1080238
Novo Bleue - 1080239

Knight's Close Helm - 1080156
Knight's Norse Helm - 1080157
Knight's Plate Helm - 1080158
Knight's Bascinet - 1080159
Knight's Gorget - 1080160
Knight's Gloves - 1080161
Knight's Arms - 1080162
Knight's Legs - 1080163
Knight's Breastplate -1080164

Scout's Circlet - 1080472
Scout's Small Plate Jingasa - 1080473
Scout's Studded Gorget - 1080474
Scout's Studded Sleeves - 1080475
Scout's Studded Tunic - 1080476
Scout's Studded Gloves - 1080477
Scout's Studded Leggings - 1080478
Scout's Female Studded Armor - 1080479
Scout's Studded Bustier - 1080480

Sorcerer's Hat - 1080465
Sorcerer's Gorget - 1080466
Sorcerer's Sleeves - 1080467
Sorcerer's Tunic - 1080468
Sorcerer's Female Armor - 1080469
Sorcerer's Gloves - 1080470
Sorcerer's Skirt - 1080471
Sorcerer's Leggings - 1080489

UO Localization is the best one ive found for this purpose. :)
 

Lord_Velius

Sorceror
thank you, I'll update them now.

Holy cow!

I'll update the knights set too.

Feel like pulling the collics on the scouts set as well?

xD

Seriously, thank you for getting those for me.
Would you mind explaining how to pull them so in future releases I can put mine to par without assistance?
 

Paradyme

Page
It's funny really, i was thinking about doing these sets last night. Then i decided to leave it to today. Woke up, checked run uo forums. Todays posts, bam! hehe. Great stuff. Happy to grab all the clilocs, anything else i can do to help finish this just ask.
 

Lord_Velius

Sorceror
give me a few hours to get some food in me and I'll finish this up.

you could pull the set colors for sorcs and scouts for me, if not I'll gues or use a huepicker
 

Lord_Velius

Sorceror
For the scout set closest hue I could get is 0x46D

Unless you can find closer.

I'm going to start working on that set now.
 

Lord_Velius

Sorceror
Thanks a ton, I'll be working on that now, the setitem.cs is already updated for it.

scouts is posted and when I finish sorcs I'll upload it and pictures of scouts and Sorcs sets.

If you haven't noticed in the files your names in every one of them.
:D
 

newuo

Sorceror
Errors:
+ Spring Cleaning 2008/Luck Set/EtoileBleue.cs:
CS0115: Line 9: "Server.Items.EtoileBleue.SetID": не найден метод, пригодный
для переопределения
CS0115: Line 10: "Server.Items.EtoileBleue.Pieces": не найден метод, пригодн
ый для переопределения
+ Spring Cleaning 2008/Luck Set/NovoBleue.cs:
CS0115: Line 9: "Server.Items.NovoBleue.SetID": не найден метод, пригодный д
ля переопределения
CS0115: Line 10: "Server.Items.NovoBleue.Pieces": не найден метод, пригодный
для переопределения
+ Spring Cleaning 2008/Sorcerers Set/SorcererHat.cs:
CS0115: Line 10: "Server.Items.SorcererHat.SetID": не найден метод, пригодны
й для переопределения
CS0115: Line 11: "Server.Items.SorcererHat.Pieces": не найден метод, пригодн
ый для переопределения





public virtual SetItem SetID{ get{ return SetItem.None; } }
public virtual bool MixedSet{ get{ return false; } }
public virtual int Pieces{ get{ return 0; } }

public bool IsSetItem{ get{ return ( SetID != SetItem.None ); } }
 

Lord_Velius

Sorceror
newuo;847050 said:
Errors:
+ Spring Cleaning 2008/Luck Set/EtoileBleue.cs:
CS0115: Line 9: "Server.Items.EtoileBleue.SetID": не найден метод, пригодный
для переопределения
CS0115: Line 10: "Server.Items.EtoileBleue.Pieces": не найден метод, пригодн
ый для переопределения
+ Spring Cleaning 2008/Luck Set/NovoBleue.cs:
CS0115: Line 9: "Server.Items.NovoBleue.SetID": не найден метод, пригодный д
ля переопределения
CS0115: Line 10: "Server.Items.NovoBleue.Pieces": не найден метод, пригодный
для переопределения
+ Spring Cleaning 2008/Sorcerers Set/SorcererHat.cs:
CS0115: Line 10: "Server.Items.SorcererHat.SetID": не найден метод, пригодны
й для переопределения
CS0115: Line 11: "Server.Items.SorcererHat.Pieces": не найден метод, пригодн
ый для переопределения





public virtual SetItem SetID{ get{ return SetItem.None; } }
public virtual bool MixedSet{ get{ return false; } }
public virtual int Pieces{ get{ return 0; } }

public bool IsSetItem{ get{ return ( SetID != SetItem.None ); } }


Какую версию RUO вы используете?

Это setup для runuomondains - Project Hosting on Google Code
 

Lord_Velius

Sorceror
newuo;847070 said:
Runuo 2 rc1 updated to ML


The set id issue I believe your getting from your SetItem.cs not merged with mine.
Check that and make sure you added the sets as I have named them for them to be recognized as a set item.

As for those bool you posted, I don't support them.
This is based off the RUO 2.0 Final SVN found in that googlecode.

If you have a system set up for the sets to be registered as a partial it should be easy to splice in the proper bool, and re-register with the specific file the set ID names.


If you translated your errors for me a bit I may be able to help more, babelfish said they talked about "bad problems with the "kk" not found" or whatever that means.
 

newuo

Sorceror
Strange why does not work....))) But not so it is important)

In general I have made the program with which help it is possible to generate any setarmor )


View attachment 19412 <<<<<<<<<<<< :)
 

Attachments

  • 3333.JPG
    3333.JPG
    218 KB · Views: 54
Top