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!

[7.0.19.1+ML]Ancient Hellhound with Armor Sets

koluch

Sorceror


This is the Ancient Hellhound.
He spawns hell hounds to assist him(I seem to be stuck on this theme!)
He has a chance to drop the Luck Jewelry Set pieces and the Sorcerer Set pieces on death.
He has scaled breath and can be a little tricky - this is our toned down version, feel free to beef him up to suit your server.

You will need to add them to your SetArmor.cs script: ( we have several sets so just add to )
Code:
public enum SetItem
    {
        None,
        Acolyte,
        Assassin,
        Darkwood,
        Grizzle,
        Hunter,
        Juggernaut,
        Mage,
        Marksman,
        Myrmidon,
        Necromancer,
        Paladin,
        Virtue,
        Keeper,
        Dragoon,
        Harrower,
        Luck,         // <----- ADD THIS ONE
        Knights,
        Scout,
        Sorcerer,  // <---- ADD THIS ONE
        Epiphany  // <---- NO COMMA AFTER THE LAST ENTRY
    }

You can get into on the 2 armor sets here:
http://www.uoguide.com/Luck_Jewelry_Set

I personally think he is one of their better graphics :]

Happy Christmas!

Koluch
 

Attachments

  • AncientHellHound.zip
    9.1 KB · Views: 155
RunUO - [www.runuo.com] Version 2.1, Build 4272.35047
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (10 errors, 0 warnings)
Errors:
+ Custom/AncientHellHound/Luck Set/EtoileBleue.cs:
CS0246: Line 9: The type or namespace name 'SetItem' could not be found (are
you missing a using directive or an assembly reference?)
+ Custom/AncientHellHound/Luck Set/NovoBleue.cs:
CS0246: Line 9: The type or namespace name 'SetItem' could not be found (are
you missing a using directive or an assembly reference?)
+ Custom/AncientHellHound/Sorcerers Set/SorcererArms.cs:
CS0246: Line 10: The type or namespace name 'SetItem' could not be found (ar
e you missing a using directive or an assembly reference?)
+ Custom/AncientHellHound/Sorcerers Set/SorcererChest.cs:
CS0246: Line 10: The type or namespace name 'SetItem' could not be found (ar
e you missing a using directive or an assembly reference?)
+ Custom/AncientHellHound/Sorcerers Set/SorcererFemaleChest.cs:
CS0246: Line 10: The type or namespace name 'SetItem' could not be found (ar
e you missing a using directive or an assembly reference?)
+ Custom/AncientHellHound/Sorcerers Set/SorcererGloves.cs:
CS0246: Line 10: The type or namespace name 'SetItem' could not be found (ar
e you missing a using directive or an assembly reference?)
+ Custom/AncientHellHound/Sorcerers Set/SorcererGorget.cs:
CS0246: Line 10: The type or namespace name 'SetItem' could not be found (ar
e you missing a using directive or an assembly reference?)
+ Custom/AncientHellHound/Sorcerers Set/SorcererHat.cs:
CS0246: Line 10: The type or namespace name 'SetItem' could not be found (ar
e you missing a using directive or an assembly reference?)
+ Custom/AncientHellHound/Sorcerers Set/SorcererLegs.cs:
CS0246: Line 10: The type or namespace name 'SetItem' could not be found (ar
e you missing a using directive or an assembly reference?)
+ Custom/AncientHellHound/Sorcerers Set/SorcererSkirt.cs:
CS0246: Line 10: The type or namespace name 'SetItem' could not be found (ar
e 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 Someone help me with what im doing wrong
 

koluch

Sorceror
You need MalGannis ML release to add armor sets.
If you have that post your SetItem.cs and I can get you set up.

Koluch
 
Top