Help with summons (SRD Summon Core & Yanfly Plugins)

● ARCHIVED · READ-ONLY
Started by SoulOfRock 8 posts View original ↗
  1. when i summon the new actor this happends:
    TypeError: Cannot read property ‘isEnemy’ of null
    at Sprite_Animation.updateSvePosition (YEP_X_AnimatedSVEnemies.js:2773)
    at Sprite_Animation.updatePosition (YEP_X_AnimatedSVEnemies.js:2769)
    at Sprite_Animation.updateMain (rpg_sprites.js:1354)
    at Sprite_Animation.update (rpg_sprites.js:1240)
    at rpg_core.js:4068
    at Array.forEach ()
    at Sprite.update (rpg_core.js:4066)
    at rpg_core.js:4068
    at Array.forEach ()
    at Sprite.update (rpg_core.js:4066)

    I use time fantasy graphics,but i change to rpg maker mv default and still the same.
  2. Could be that those 2 plugins don't get along well. Have you tried arranging the order of them to see if it helps?
  3. J-G said:
    Could be that those 2 plugins don't get along well. Have you tried arranging the order of them to see if it helps?
    I change the order, of the srd plugins, put the yanfly plugins in correct order, and still happends the same. The most far i got is my summon atack,but when the enemy is going to atack the summon, the same error appear.
  4. Double check your animatedSVenemies sprite plugin. Make sure everything is correct.
    Sometimes something small can cause an error.
    Try to post pics of setup for both plugins and the enemies/characters in question
  5. J-G said:
    Double check your animatedSVenemies sprite plugin. Make sure everything is correct.
    Sometimes something small can cause an error.
    Try to post pics of setup for both plugins and the enemies/characters in question
    I have check, all its ok, the monster atack is the basic of the rpg maker mv default,
    the box of summon actor note is <Summon Battler Image: Warthog>
    The skills note is:


    <Summon>

    Actor ID: 4

    Level: $gameActors.actor(1).level + 1;

    Turns: 10

    <End Summon>
  6. i will try
  7. Fixed, at the moment changing
    Solar_Flare said:
    Someone else posted a similar-sounding issue awhile ago, maybe that will help?
    Thank you! i fix almost the summon error, i have problems with turns of the summon but its a tiny problem. Thank you!