Jump to content

Creature Summoning new or multiple creatures


Locke31

Recommended Posts

Trying to find an easy way to make a Summoning Spell for the Goblin Shaman so they can summon 4 rats at once. A spell so that an Efreet (new creature) can summon 1 or more Fire Imps (new creature). I found out how to make a player spell that will add a creature or creatures to be placed by the player, but when added to an opponents spell list, the spell won't work... no creatures summoned.

 

This is the script I used, altered from Epic Horde Summons Version 2-30822

 

scn SummonCritterScript

ref me


begin ScriptEffectStart
set me to GetSelf
elseif isSpellTarget SummonPlainHorde
placeatme CreatureWolfTimber 1
placeatme CreatureWolf 2
placeatme CreatureRat 3
endif
end

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...