Errors:
+ custom/TrueChargerOfTheFallen.cs:
CS0115: Line 50: 'Server.Mobiles.TrueChargerOfTheFallen.CanHeal': no suitable method found to override
Scripts: One or more scripts failed to compile or no script files were found.
what can I put I it place please what it to heal
 

Attachments

  • TrueChargerOfTheFallen.cs
    2.3 KB · Views: 14
SetSkill( SkillName.Magery, 100.3, 120.0);
SetSkill( SkillName.Meditation, 100.3, 120.0);
SetSkill( SkillName.Healing, 100.3, 120.0); ///added By Neshoba // need these to be able to cast

and this
public override bool CanHeal { get { return true; } }

public override bool CanHealOwner { get { return true; } } // if tamable and want it to heal Owner

if Your doin a healing and rezz pet and still have problem I can give it a go and see if I can help I have 7 scripted for Wind and Steel now and their all working just send a pm
 
SetSkill( SkillName.Magery, 100.3, 120.0);
SetSkill( SkillName.Meditation, 100.3, 120.0);
SetSkill( SkillName.Healing, 100.3, 120.0); ///added By Neshoba // need these to be able to cast

and this
public override bool CanHeal { get { return true; } }

public override bool CanHealOwner { get { return true; } } // if tamable and want it to heal Owner

if Your doin a healing and rezz pet and still have problem I can give it a go and see if I can help I have 7 scripted for Wind and Steel now and their all working just send a pm
Thank you that works great.
 
whats the id for shrinking these so their not the annoying yellow ball ???


(edit) 284 0x2D9C add this to bottom of shrinkcfg use tab to space
 
Last edited:
Back