chronocross707 Posted February 19, 2007 Share Posted February 19, 2007 i dont know how you could do it but i thought of a mod that you could put a script effect on a ring or amulet so that any arrows you equip are unlimited even modded arrows like Addoney's (spelling) arrows that would be amazing Link to comment Share on other sites More sharing options...
Abramul Posted February 19, 2007 Share Posted February 19, 2007 Simple to do:scn InfiniteArrows begin gamemode if player.getitemcount MyArrow < # player.additem MyArrow 1 endif end Link to comment Share on other sites More sharing options...
Vagrant0 Posted February 19, 2007 Share Posted February 19, 2007 Simple to do:scn InfiniteArrows begin gamemode if player.getitemcount MyArrow < # player.additem MyArrow 1 endif endShould really bescn InfiniteArrows begin gamemode if player.getitemcount MyArrow < # player.additem MyArrow 2 endif endSo as to remove the posibility of the quiver being removed when you run out. Although adding 10 at a time would probably be better since it would limit the amount of messages, Anyway, if you're planning to do this with custom arrows, you'll need to do all your work within the mod containing the arrows. As this isn't your mod, you should get permission from them IF you plan on uploading it anywhere. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.