Jump to content

Zahkrii Do Dovahkiin - Hidden DLC Dragonborn Sword


pmnavatar

Recommended Posts

  • Replies 340
  • Created
  • Last Reply

Top Posters In This Topic

There are probably other ways of doing it, without using the same method as the bloodskal. I have at least one idea myself, although I doubt I will have any time for modding for about a week or so.

 

Another thought I had is that maybe the animations that are registered are unique to the bloodskal.

Edited by lofgren
Link to comment
Share on other sites

So just as a little test, I thought I would throw this into one of my scripts to see if it would work:

Scriptname ZahkriiBoostSCRIPT extends activemagiceffect  

Perk Property boostperk  Auto  
Actor Property PlayerRef  Auto 
SPELL Property imbue auto

Event OnEffectStart(Actor akTarget, Actor akCaster)
		imbue.Cast(Game.GetPlayer())
		Game.GetPlayer().AddPerk(boostperk)
		;debug.notification("Script fired, Damage Boost Active")
EndEvent

EVENT OnEffectFinish(Actor akTarget, Actor akCaster)
		Game.GetPlayer().RemovePerk(boostperk)
		;debug.notification ("Script finished, perk removed")
EndEvent

I linked that to the imbue sword power. So in theory, it should've fired when the script activated right?

Link to comment
Share on other sites

  • 3 months later...

I just read the first few pages of this because theirs 33 of them but I like the idea if they this is made then they could make it using alduin a bit like the alduin armor mod because the soul eater doesn't really have any good weapons but instead of being dropped from his "son" you could make it so after you killed him and he's blown up his scales drop around and you need to collect them you could even add them into the world and say that the explosion was that large that they tore through the vale and ended up in tamriel just spitballing

Link to comment
Share on other sites

  • 1 month later...

@vampawolf - thanks for the suggestion, i'll look into it

 

I'm currently working on incorporating twizzler777's version, but for some reason can't get the textures to link properly. If anyone has any advice or wants to take a swing at getting it into a .nif, it'd be greatly appreciated.

 

BTW: Ghosu's 2h version is now available.

 

EDIT: Nevermind, I got it working.

Edited by Catman030
Link to comment
Share on other sites

  • 1 month later...
If you haven't made the magical glow effect to the sword yet I suggest that the effect would be the same as the dragon soul absorbion because the sword is powered by dragon souls. I can try to make it work but I can't promise that it'll work since I am not very skilled modder.
Link to comment
Share on other sites

  • 1 month later...

@Rodetskiy15, the mod you are looking for is this one. I'm not %100 sure how well it combines with More Draconic, but people have reported that it works as desired. Read the description in the link to understand how the mod fully works. Only the Rage of Ancients shout will cause the sword to glow, not dragon aspect. Enjoy!

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...