forums | blogs | polls | tutorials | downloads | rules | help

Add new comment

seems cant edit my post so in addendum...

[spell_summon_random]
{
monster_summon = true;
spawn_radius = 3.0;
effect_script = "summon";
end_script = "un_summon";
script_params = "[scale(1.75)]";
description = "Summoned Creature";
caster_description = "Controlling Summoned";
}

should change to maybe

[spell_summon_random]
{
monster_summon = true;   // may need to change to false if it attacks hero but correct if making monster summons
spawn_radius = 3.0;  // prob should be 4 or 5 with 4
effect_script = "summon";
end_script = "un_summon";
script_params = "[scale(1.75)]"; // scale should be 2, 2.25, 2.5 or more fairies are really small
description = "Summoned Creature";
caster_description = "Controlling Summoned";
}