Author Topic: Bigby  (Read 313 times)

Legacy_Talon

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
Bigby
« on: July 24, 2014, 12:56:41 pm »


               

What you think about bibgy duration? 1 round/level is too much and i saw spell like Forceful hands could kill everymob too easy!


could be better change duration from 1 round/level in 1 round every 2 level?


and how could 1/2 the   int nDuration = spell.Level;?



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Bigby
« Reply #1 on: July 24, 2014, 01:49:43 pm »


               

either


 


nDuration = spell.Level / 2;


 


or add new line after the original


 


nDuration = nDuration / 2; (or nDuration/= 2;)


 


btw I personally using switch for shortened duration (71_SHORTENED_DURATION_OF_DISABLE_EFFECTS) which sets duration of all disabling type of effects to 3 (or 6 when extended)


 


And this also affects crushing, grasping and forceful hands.


 


So I suggest to try this switch - 3 rounds might sound too less but seriously keeping player unable to action for longer doesn't add any difficulty only makes it annoying. I invented this switch especially for epic worlds since disabling effects from level 40 monsters usually last 2-4 minutes. In lower settings this switch might actually improve duration sometimes. Check the readme for more info - the switch has three options actually.