Jump to content

New Warhammer


almostirish

Recommended Posts

There are no warhammers that really stuck out to me, so something for modders to think about.

 

It could be a whole quest line for some lost Nordic hammer, wielded by a great God at some point, or just a weapon someone adds in a weapon pack, but basically I am looking for a one handed hammer, with a scripted effect to launch people (such as the hammer of tyrant) and shock.

 

The script should be this

 

scriptname GodHammer

 

begin ScriptEffectStart

 

ref self

set self to GetSelf

;;PrintToConsole "[self] %n", self

 

if ( self.isActor != 1 )

return

endif

 

ref source

set source to GetCombatTarget

;;PrintToConsole "[source] %n", source

 

source.PushActorAway self 50

 

end

 

 

And look like this

 

http://i50.photobucket.com/albums/f320/Roly325/mjolnir.jpg

Edited by almostirish
Link to comment
Share on other sites

  • Recently Browsing   0 members

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