Povuholo Posted October 31, 2006 Share Posted October 31, 2006 Not really the type of gun that you are looking for, but still awesome. Link to comment Share on other sites More sharing options...
Abramul Posted October 31, 2006 Share Posted October 31, 2006 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 More sharing options...
GBHis Posted November 1, 2006 Share Posted November 1, 2006 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 More sharing options...
OblivionPlayer Posted November 8, 2006 Share Posted November 8, 2006 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: Link to comment Share on other sites More sharing options...
GBHis Posted November 9, 2006 Share Posted November 9, 2006 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 More sharing options...
Lord Furgy Posted November 9, 2006 Share Posted November 9, 2006 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 More sharing options...
CJD Posted November 9, 2006 Share Posted November 9, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.