almostirish Posted July 27, 2011 Share Posted July 27, 2011 (edited) 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 July 27, 2011 by almostirish Link to comment Share on other sites More sharing options...
alonsomartinez Posted July 27, 2011 Share Posted July 27, 2011 LHammonds made this hammer... http://www.thenexusforums.com/index.php?/topic/377665-wipz-thors-hammer/page__p__3104077__hl__thor__fromsearch__1&do=findComment&comment=3104077 :D Link to comment Share on other sites More sharing options...
almostirish Posted July 28, 2011 Author Share Posted July 28, 2011 Thank you. I spent a time of time looking, but could not find anything close! Is it complete, do you know? Link to comment Share on other sites More sharing options...
Recommended Posts