BloodBond76 Posted July 17, 2014 Share Posted July 17, 2014 So as of late I've been working on a mod to add bombs and one of the bombs I wanted to make is one which will command dwemer robots (like the normal command spell for daedra) to aid the player in combat. The thing that adds difficulty to this seemingly simple idea is that I need to attach the normal (slightly modified) command daedra magical effect to a projectile (via Explosion) because its vital to my mod. So I ask any modder who may read this if they could help me get a spell that fires a projectile that, upon impact of a dwemer robot, will let the player command it. My only real progress so far for this bomb is getting a spell that applies an effect only to dwarven robots and staggers them, meaning I know how to isolate a spell effect to only effect a single race.Also as a side note, I don't know really anything about the papyrus script language and want to avoid the use of any complicated or intensive scripts. Any help or advice would be great. Link to comment Share on other sites More sharing options...
BloodBond76 Posted July 28, 2014 Author Share Posted July 28, 2014 Essentially what I'm asking help for is on how I could bind a Target Actor effect to an arrow projectile.Just clearing it up Link to comment Share on other sites More sharing options...
DDProductions83 Posted July 28, 2014 Share Posted July 28, 2014 If you want it only to affect dwemer you need to script with a oneffect start and have it conditioned for detecting race of aktarget as dwemer or whatnot and apply a stagger Link to comment Share on other sites More sharing options...
BloodBond76 Posted July 28, 2014 Author Share Posted July 28, 2014 If you want it only to affect dwemer you need to script with a oneffect start and have it conditioned for detecting race of aktarget as dwemer or whatnot and apply a staggerI'm not all that good with scripting (I'll learn if need be) but could u possibly give an example.P.S. Your mods are awesome Link to comment Share on other sites More sharing options...
DDProductions83 Posted July 28, 2014 Share Posted July 28, 2014 I'll try to wrangle up something by end of dayWas going to make a spell that put people into wedding dresses anyway so might as well test the condition that its NOT a mechanical rofl Link to comment Share on other sites More sharing options...
DDProductions83 Posted July 28, 2014 Share Posted July 28, 2014 Heh its easier than I thought In the spell effect tab there is a condition button at the top, can just do condition for haskeyword actortypedwarven You will still have to apply whatever effect you want then probably with a event oneffectstart But that will make the spell only work on dwarven s#*! :P I just did this mwahahaha Doing final touches on it b4 upload for lulz Link to comment Share on other sites More sharing options...
BloodBond76 Posted July 29, 2014 Author Share Posted July 29, 2014 Man this mod is hilarious.Thanks for the advice Link to comment Share on other sites More sharing options...
Recommended Posts