Jump to content

Knocking Enemies Back via Enchanted Bow


Recommended Posts

I know that if you get a high marksman, you can knock enemies back. However, I'm only a journeyman (50) and need to find a way to bypass this via making an enchanted bow using the enchanting alter or construction set.

 

I've tried drain fatigue and that sends enemies down FORWARDS, but how can I send them flying backwards?

 

Any suggestions??

 

Thanks

Link to comment
Share on other sites

A scripted enchantment.

 

Specifically, this one:

 

 

begin scripteffectstart

 

ref target

 

set Target to getself

If Target != Player

Player.PushActorAway Target 1

endif

end

 

 

 

Change the target1 to any number you want.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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