Locke31 Posted November 17, 2017 Share Posted November 17, 2017 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 SummonCritterScriptref mebegin 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 More sharing options...
Recommended Posts