Jump to content

Any Gun Mods Out There?


chapel16

Recommended Posts

By "Magic Machine-Gun", I refer to Morrowind's Cast on Use, range=Target enchanted items. Basically, it casts as fast as you can click.

 

It *should* be possible to create a spell that, when it hits somebody, has a ScriptEffectUpdate block along these lines:

 

player.Cast SomeRangedSpell GetSelf

 

It would probably be a very good idea to include a timer, though...

Link to comment
Share on other sites

By "Magic Machine-Gun", I refer to Morrowind's Cast on Use, range=Target enchanted items. Basically, it casts as fast as you can click.

 

It *should* be possible to create a spell that, when it hits somebody, has a ScriptEffectUpdate block along these lines:

 

player.Cast SomeRangedSpell GetSelf

 

It would probably be a very good idea to include a timer, though...

1: Staffs..? Can be done with any weapons through scripting. Trust me.

 

2: We can make it better than that. When the player finishes casting a spell, we can make him do a new one.

Pseudo-real-code, a very fancy thing :)

scn bob

.... .....
.... .....
.....
; Detection/collision/placing/advanced scripting block above. Don't have it 'ere.
if MyQuestTracker.balls < 61
player.cast MyRapidFireSpell myhiddenactivator
set MyQuestTracker.balls to MyQuestTracker.balls +1
; In the above, every real programmer would have written "MyQuestTracker++" instead :) Sadly, Oblivion doesn't like that...
endif
end

Link to comment
Share on other sites

I'm a fan of Van Helsings rapid fire crossbow. Is there anyway to make something like that for O? If so that would be Awsome! :ph34r:

Sure there is. But it's rather complicated ;)

Link to comment
Share on other sites

the gun mod doesn't really fit into the world. but it would be a great way to relieve anger. a .44 Magnum, oughta do the trick. ;D

 

 

hahah yeah a .357 Desert Eagle and a gore mod, or just a respawning adoring fan or Valen Dreth

Link to comment
Share on other sites

the gun mod doesn't really fit into the world. but it would be a great way to relieve anger. a .44 Magnum, oughta do the trick. ;D

 

 

hahah yeah a .357 Desert Eagle and a gore mod, or just a respawning adoring fan or Valen Dreth

 

with the magnum, all I need is a Clint Eastwood Face-gen and a bad 70s suit. ;D

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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