Author Topic: How to add effect of extra attack  (Read 337 times)

Legacy_BlueChicken2

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-0
How to add effect of extra attack
« on: January 01, 2014, 05:05:34 pm »


               Hi,

I'm modifying the spells from my module, and I wish that haste adds an extra attack instead of the haste effect. I know this is possible because it works like this on higher grounds

How can I achieve that?

Thanks!
               
               

               
            

Legacy_Cursed Eclipse

  • Full Member
  • ***
  • Posts: 132
  • Karma: +0/-0
How to add effect of extra attack
« Reply #1 on: January 01, 2014, 06:33:57 pm »


               Not exactly what you are looking for but I think this can help you



http://social.biowar...-4396810-1.html
               
               

               


                     Modifié par Cursed Eclipse, 01 janvier 2014 - 06:46 .
                     
                  


            

Legacy_Squatting Monk

  • Hero Member
  • *****
  • Posts: 776
  • Karma: +0/-0
How to add effect of extra attack
« Reply #2 on: January 01, 2014, 07:14:05 pm »


               You're looking for the function EffectModifyAttacks().

The link Cursed provides has some helpful info on how to remove those attacks if they were applied permanently. If you want to apply them temporarily (as with a modified haste spell), you don't need to worry about that.
               
               

               
            

Legacy_BlueChicken2

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-0
How to add effect of extra attack
« Reply #3 on: January 01, 2014, 10:23:55 pm »


               Thank you, that is what I was looking for!! :-)

You guys are awesome.