|
Thread: Help with Script... | |
|
marshall32
Adventuring Hero
|
posted November 14, 2011 09:13 PM |
|
|
Help with Script...
Hi all,i just trying to do something but,somehow it isn't works so i trying to make the "maximum damage" to a creature,but follow to the tutorial on this forum i'm confusing,because i know how to add "cast" but can't add "maximum damage" or "defense" or something like that,can anyone helped me little with this :?
|
|
JimV
Responsible
Supreme Hero
|
posted November 14, 2011 11:03 PM |
|
|
There is not an EA:B command nor a flag bit for Maximum Damage per se, but if you give the creature Enchantment with the Bless spell with EA:B(bonus line number)/1/115/41/etc. it will do maximum damage, because that is what the Bless spell does.
|
|
marshall32
Adventuring Hero
|
posted November 14, 2011 11:15 PM |
|
|
Yes,thanks man
|
|
JimV
Responsible
Supreme Hero
|
posted November 14, 2011 11:35 PM |
|
|
That is, assuming the creature is not undead. I don't think you can cast Bless on an undead creature (except with a bunch of script gymnastics such as recently discussed on the ERM Help thread - and it would be easier just to adjust the creature with the MA:M receiver to have the same minimum damage as maximum (MA:E) damage). E.g., for a vampire:
!#MA:E62/?v1;
!#MA:M62/v1;
Of course, then it would be that way from the beginning of the map on, and maybe you only want to apply this bonus at certain experience levels, or at a certain point in the map.
|
|
|