Jump to content

Spell effect not moving to target


MarkSilard

Recommended Posts

I'm making my mod with space travels in wich Tamriel is just another planet in galaxy. I tried to script my spaceship to fire on other ship when activated, but spell efect "shockball" just appeared in front of my ship and stand there. It can't move forward to target. I tried to dislocate my ship mesh on y-axis in Nifscope because in first, spell efect was made inside of ship and i thought it can't get out but it seems it does not move at all. You can hear a sound of efect constantly but fireball just not moving. (Running original Morrowind + Tribunal only, no other mods included)
This is script:
begin shipshoot
if (menumode==0)
if (onActivate==1)
cast, "shockball", "enemyship1"
endif
endif
end shipshoot
There is a picture :
I tried to use NPC as target too but same thing.Anyone has some idea what I am doing wrong?

 

You can find about my mod at:
Edited by MarkSilard
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...