FORUM ARCHIVED

Failing the character to turn up/down.

Discussion in 'Modding' started by Jellp, Jul 24, 2012.

  1. Jellp

    Jellp Member

    Hello everyone,
    Not sure if this might be a bug, so I post it here: when using a wand to cast an template spell, it refuses to turn up or down, and faces the left instead, I've tried these templates:
    <row text="@@@."/>
    <row text="@@@."/>
    <row text="@@@."/>
    <row text=".#.."/>
    and
    <row text="@@@"/>
    <row text="@@@"/>
    <row text="@@@"/>
    <row text=".#."/>

    I want to keep this spell anchored, its for my shotgun.
     
  2. Aegho

    Aegho Member

    Try adding a subspell that triggers this one, make the subspell type="rook". (it only targets in the 4 cardinal directions).
     
  3. Jellp

    Jellp Member

    so, what am I doing wrong here? =|

    Code:
    <spell name="Shawtgun" type="template" templateID="shotgun" anchored="1" wand="1">
        <effect type="trigger" spell="shotgunshot" />
        <description text="boom" />
    </spell>
     
    <spell name="shotgunshot" type="rook" >
        <effect type="damage" blasting="300" />
        <effect type="knock" amount="1" self="0"/>
        <anim sprite="sprites/HERE/HERE" frames="10" framerate="1"  sfx="None" centerEffect="0"/>
        <description text="boom" />
    </spell>
     
  4. Megaron

    Megaron Member

    Wands can't cast north or south. Sorry, mate.
     
  5. Jellp

    Jellp Member

    Alright, thanks anyways. I hope it might be possible in the future!