Difference between revisions of "How To Create A Custom NPC Summoning Spell"

m
Code fixed.
imported>DragoonWraith
(removing bylines and credits - inappropriate for this kind of thing. The Byline tag is only for articles written before August 2007; newer articles were written while the rules are firmly in place.)
imported>Gregbert
m (Code fixed.)
Line 31: Line 31:
script name aaaSirenspelldp
script name aaaSirenspelldp


Begin ScriptEffectStart
<pre>Begin ScriptEffectStart
           npcrefhere.moveto player
           npcrefhere.moveto player
           playMagicShaderVisuals effectSummonMythicDawn 2
           playMagicShaderVisuals effectSummonMythicDawn 2
Line 39: Line 39:
End
End


begin ScriptEffectFinish
Begin ScriptEffectFinish
             npc ref here moveto other ref close to where npc has been placed
             npc ref here moveto other ref close to where npc has been placed
             set SirenCount to 0
             set SirenCount to 0
End
End</pre>




Anonymous user