Spell target ground - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Spell target ground (/Thread-Spell-target-ground) |
Spell target ground - Nachtmusique - 02-18-2016 08:32 AM If I wanted the flamestrike spell to be able to target the ground as well as a character how would i go about doing that? I added the spellflag for targeting xyz and it lets me target the ground, but how can I make it create the fire column effect at that location? RE: Spell target ground - Khaos - 02-18-2016 08:44 AM http://wiki.sphere.torfo.org/index.php/@SpellSuccess Set the spell to also be a field spell, then use this page to help you create your effect. The only other option I could see is trying to process everything through @SpellEffect. Transferring <morep> in ref or obj from @SpellCast or @SpellSuccess to @SpellEffect to create a ground effect. |