Jump to content

A plug for my plugin


Lethargio

Recommended Posts

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

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 gauntlets

2 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 hammer

5 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_hammer

short hammer_flag

if ( 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

endif

else

set hammer_flag to 0

if ( Player->GetItemCount, "_bound_hammer_" > 0 )

Player->removeItem, _bound_hammer_ 1

endif

endif

End

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...