that did not worn on my server. but got this to do basically what i wanted:
public override bool IsScaryToPets { get { return true; } }
public override void AlterMeleeDamageFrom(Mobile from, ref int damage)
{
if (from is BaseCreature)
{
BaseCreature bc = (BaseCreature)from...
could be, i dont know whos it is originally. i do not take credit for it. just translated it to English. Looked it up and is sure is yours. well thx for this i reposted it in English. ill be sure to go back and give you credit.
Hi im trying to translate a script. got it all worked out except 1 line is giving me an error syntax error, ',' expected. when i translate. compiles fine if i dont translate this line. Here is original.
AddHtml( 271, 139, 178, 60...