This is typically my method for handling any new project as well. No sense reinventing the wheel if there's a script that already does most of what you want.
Acts like a different currency than Gold Coins typically have a different name and color but usually use Coins, Bank Checks, Rolled Recipe Scrolls as the model.
You've probably seen them on any server as "Alternative Currencies" or "Donation Currencies".
Sareus submitted a new resource:
Full Artifact Suits & Artifactors - Full Suits of The AoS, Minor, ML, Shared, and 7th Anniversary Artifacts
Read more about this resource...
This is my old pack of All the AoS, Minor, ML, Shared, and 7th Anniversary Artifacts completed as full suits.
AOS:
AoS Extended (Weapons turned into Armor/Clothing Sets | Armor Sets turned into Weapons):
Artifactors:
Minor:
Mondain's Legacy/Shared:
Sareus updated Artisan Festival - Reward Items (2016/2017/2018/2019) with a new update entry:
Final Fixing and Cleaning
Read the rest of this update entry...
Added the New 2019 Items
Fixed some mistakes with Wrong ItemIDs.
Changed all Spawning names to contain the Dungeon/Shrines Name instead of the Object, While maintaining the player view able correct names.
All around better version.
I have it coded as a BaseShield but it spawns with "layer = invalid" or something weird like that tried messing with it yesterday but just yelling it to set the layer = TwoHanded freaked the compiler out. but I was swamped with other work so ill try looking at it later today when I get the chance.
Did a Fix ever get found for this? Because it's not the RepairDeed I'm using a fresh install of ServUO with no RepairDeed edits. Saw they had a similar problem but it just died off as a topic.
1567645053
My Best Guess is it has to do with:
public enum RepairSkillType
{
Smithing...
I regret to inform I only have the Evo System (Shrinking, Training Elementals, Mounts, Pets, Mercs, Merc Gear) I don't believe I ever got into or used the Evo Weapons Sorry >.<
This and SimonOmega helped me get on the right track.
Here is the edit I've been using that appears to be working fine.
public override int Damage( int amount, Mobile defender )
{
if ( AddPointsOnDamage ) AddPoints( defender );
return base.Damage( amount...
On the newest ServUO:
Errors:
+ Custom Items/EVO System/BaseEvo.cs:
CS0508: Line 265: 'Xanthos.Evo.BaseEvo.Damage(int, Server.Mobile)': return type must be 'int' to match overridden member 'Server.Mobile.Damage(int, Server.Mobile)'
Lines 265 - 271:
public override void Damage( int amount...
In the process of porting over my old files to the new ServUO and I feel like Im running in circles trying to fix this one.
Errors:
+ Custom Items/Holiday Stuff/Halloween/2014/Pumpkin Carving/DefPumpkinCarve.cs:
CS0115: Line 48...