FORUM ARCHIVED

Help with summoned monsters using spells.

Discussion in 'Modding' started by Sliferjam, Jun 13, 2012.

  1. Sliferjam

    Sliferjam Member

    I started working on a new mod, and one of the skills summons a blobby. I want the blobby to be able to inflict thaumites upon enemies that it attacks and have been failing at making it happen the last couple of days.
    I might be missing something obvious or misunderstanding something.

    Though it may be wrong, this is what I have been using.
    Code:
    <onhit spell="Thaumite Infection" onechancein="5" />
    Talking to some friends and looking at other summonable monsters, none of us have ever noticed the mustache golem using the mustache root spell or the wyrmling using the pyrokinesis spell. Am I missing something here?

    I have tried just about everything I could think of, and I am quite new at this. Anything to set me on the right path would be appreciated.
     
  2. Daynab

    Daynab Community Moderator Staff Member

    There's currently a bug preventing charmed (or summoned) monsters from casting spells or doing anything but autoattacking.

    Until that's fixed, well... Unless there's some kind of workaround I don't know about.
     
  3. Sliferjam

    Sliferjam Member

    That explains a lot. Thanks.
    I will do something else with the skill until it is fixed.