Author Topic: Armor Encumberance movement penalty script  (Read 307 times)

Legacy_nwnsmith

  • Full Member
  • ***
  • Posts: 125
  • Karma: +0/-0
Armor Encumberance movement penalty script
« on: September 15, 2012, 08:04:49 pm »


                Does anyone have an Armor movement penalty script set that they could post? Mine is acting up and I would like to have a working refference.
               
               

               


                     Modifié par nwnsmith, 15 septembre 2012 - 08:52 .
                     
                  


            

Legacy_Squatting Monk

  • Hero Member
  • *****
  • Posts: 776
  • Karma: +0/-0
Armor Encumberance movement penalty script
« Reply #1 on: September 16, 2012, 01:49:56 am »


               I haven't used it personally, but there's this one on the Vault.
               
               

               
            

Legacy_nwnsmith

  • Full Member
  • ***
  • Posts: 125
  • Karma: +0/-0
Armor Encumberance movement penalty script
« Reply #2 on: September 16, 2012, 09:29:39 pm »


               Thanks for that post SM. that is the one I  currently using. I was wondering what else might be out there, but I just decided to work from those functions for what I Need.
               
               

               
            

Legacy_BelowTheBelt

  • Hero Member
  • *****
  • Posts: 699
  • Karma: +0/-0
Armor Encumberance movement penalty script
« Reply #3 on: September 17, 2012, 12:58:39 am »


               CEP 2.4 has one...it may be the one linked.  Not sure.  I use a custom one.

Some interesting things to remember from learning from the players as well as my own testing:
1)  In my system, the penalties are applied as supernatural effects.  Death removes supernatural effects, so any respawn scripts should reapply the penalties.
2)  I believe the default restore spells (lesser restore, restore, and gr restore) are set up to remove all penalties, including supernatural.  These would need to be modified to exclude supernatural
3)  OnUnequip does not always fire correctly if the PC is running/moving when he removes armor.  This happens more than you might think.  As a result, if the player re-equips, they get a double-dose of movement penalties (the first one didn't get removed and a second one is now applied).  What I did was develop a command (I use SIM Tools) that players could use to remove/reset the racial/armor encumbrance if that happens, but this could be done via any other player tool/convo.

That's all I can remember for now.  If I think of anything else, I'll add it.