Lethargio Posted July 21, 2004 Share Posted July 21, 2004 I'm not sure you guys mind me doing stuff like this, but this is my first contribution, so here's the link: http://mwsource.com/center/pafiledb.php?ac...on=file&id=1329 Link to comment Share on other sites More sharing options...
mrpyromania Posted July 21, 2004 Share Posted July 21, 2004 No descritption. Barely a readme.... Link to comment Share on other sites More sharing options...
Switch Posted July 22, 2004 Share Posted July 22, 2004 Maybe you could actually give us some explanation as to what this mod is about? ;) Otherwise this thread seems a bit spammy and I may have to lock it. Link to comment Share on other sites More sharing options...
Lethargio Posted July 22, 2004 Author Share Posted July 22, 2004 I thought it was pretty self explanatory, guess I was wrong.It's a convenience mod that allows you to summon a bound hammer instead of lugging hammers arround with you on adventures. The spell is in the Balmora Mages Guild. Link to comment Share on other sites More sharing options...
Lethargio Posted July 29, 2004 Author Share Posted July 29, 2004 I'm only going to bump this once. It's my first uploaded plugin and I wanted to see what people thought of it in game play. Were there any errors? Was i unbalancing? Link to comment Share on other sites More sharing options...
wallernotsowelsh Posted July 30, 2004 Share Posted July 30, 2004 Not downloading it because of stuff :huh: But can i ask what hammer it is? (apprentices, masters?) and how much does it cost (both gold pieces to buy, and the magic cost) Link to comment Share on other sites More sharing options...
postaldudeleo Posted July 30, 2004 Share Posted July 30, 2004 Yay....... a..........new............hammer?.......................................... :construction: Link to comment Share on other sites More sharing options...
Lethargio Posted July 30, 2004 Author Share Posted July 30, 2004 The spell is really cheap in money and magic, you can reliably summon it if you have a minor in conjuration.Basically this is what it does:1 binds gauntlets2 adds the hammer and equips(unless your in combat)3 you have 20 repairs with a 2.00 quality hammer(no monitary value)4 the instant you close the window the spell disolves, removing any remaining part of the hammer5 your origional gauntlets are replaced I dont' think you'll manage to drop this bound item because of how I did the scripting and spell duration. Begin _bound_armorer_hammershort hammer_flagif ( Player->GetSpellEffects, "_bound_hammer" == 1 ) if ( Player->GetItemCount, "_bound_hammer_" == 0 ) if ( hammer_flag == 0 ) if ( MenuMode == 0 ) set hammer_flag to 1 player->additem, _bound_hammer_ 1 player->equip, _bound_hammer_ endif endif endifelseset hammer_flag to 0 if ( Player->GetItemCount, "_bound_hammer_" > 0 ) Player->removeItem, _bound_hammer_ 1 endifendifEnd Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.