Ok I'm trying to make a Nightmare like the Stygian Dragon and running into brick walls LOL Any help with this Script would great!


--------------------------------------------------------------------------------

ServUO - [http://www.servuo.com] Version 0.5, Build 6437.20990
Publish 54

Errors:
+ Custom/Jaded's Shit/JadedRayneNightmare.cs:
CS0115: Line 67: 'Server.Mobiles.JadedRayneNightmare.UniqueSAList': no suita
ble method found to override
CS0115: Line 74: 'Server.Mobiles.JadedRayneNightmare.SharedSAList': 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.
 

Attachments

  • JadedRayneNightmare.cs
    4.6 KB · Views: 10
It's not an SABOSS,
So by the looks of it all you should have to do is remove

C#:
public override Type[] UniqueSAList
        {
            get
            {
                return new Type[] { typeof(BurningAmber), typeof(DraconisWrath), typeof(DragonHideShield), typeof(FallenMysticsSpellbook), typeof(LifeSyphon), typeof(GargishSignOfOrder), typeof(HumanSignOfOrder), typeof(VampiricEssence) };
            }
        }
        public override Type[] SharedSAList
        {
            get
            {
                return new Type[] { typeof(AxesOfFury), typeof(PetrifiedSnake), typeof(SummonersKilt), typeof(GiantSteps), typeof(StoneDragonsTooth), typeof(TokenOfHolyFavor) };
            }
        }
 
It's not an SABOSS,
So by the looks of it all you should have to do is remove

C#:
public override Type[] UniqueSAList
        {
            get
            {
                return new Type[] { typeof(BurningAmber), typeof(DraconisWrath), typeof(DragonHideShield), typeof(FallenMysticsSpellbook), typeof(LifeSyphon), typeof(GargishSignOfOrder), typeof(HumanSignOfOrder), typeof(VampiricEssence) };
            }
        }
        public override Type[] SharedSAList
        {
            get
            {
                return new Type[] { typeof(AxesOfFury), typeof(PetrifiedSnake), typeof(SummonersKilt), typeof(GiantSteps), typeof(StoneDragonsTooth), typeof(TokenOfHolyFavor) };
            }
        }
Ok now I'm really lost with this one. I am not to good at scripting yet :(
 
I'm on the latest Servuo Version and there's some discrepancies between the versions we're using.
I've not tested this..
But should work.
I don't know where you got the FlameCross ability from.
and as there was no ability within the script I have replaced it.
You wanted it to be like the Stygian Dragon.
This is an exact copy of said dragon, other than its a nightmare and a basemount instead of an SABOSS.
 

Attachments

  • JadedRayneNightmare.cs
    14.2 KB · Views: 9
I'm on the latest Servuo Version and there's some discrepancies between the versions we're using.
I've not tested this..
But should work.
I don't know where you got the FlameCross ability from.
and as there was no ability within the script I have replaced it.
You wanted it to be like the Stygian Dragon.
This is an exact copy of said dragon, other than its a nightmare and a basemount instead of an SABOSS.

Errors:
+ Custom/Lisas Mobs/Jaded's Shit/JadedRayneNightmare.cs:
CS1501: Line 441: No overload for method 'Damage' takes 12 arguments
+ Custom/Lisas Mobs/Jaded's Shit/JadedRayneRider.cs:
CS1729: Line 109: 'Server.Mobiles.JadedRayneNightmare' does not contain a co
nstructor that takes 0 arguments
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
Errors:
+ Custom/Lisas Mobs/Jaded's Shit/JadedRayneNightmare.cs:
CS1501: Line 441: No overload for method 'Damage' takes 12 arguments
+ Custom/Lisas Mobs/Jaded's Shit/JadedRayneRider.cs:
CS1729: Line 109: 'Server.Mobiles.JadedRayneNightmare' does not contain a co
nstructor that takes 0 arguments
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Are you able to send me a copy of your Stygian Dragon ?
Its compiling on my server.
 
Back