can anyone point me to the values?
Where do I find character's attack ratings to adjust?
Débuté par
Velz
, nov. 20 2009 06:58
#1
Posté 20 novembre 2009 - 06:58
#2
Posté 20 novembre 2009 - 07:12
GetCreatureProperty()
SetCreatureProperty()
Use the script help to get an idea. The property constants you can get/set are defined in 2da_constants_h.nss (for the most part). (Edit: Or look at the "PROPERTY" related links on this Wiki page.)
For example:
SetCreatureProperty()
Use the script help to get an idea. The property constants you can get/set are defined in 2da_constants_h.nss (for the most part). (Edit: Or look at the "PROPERTY" related links on this Wiki page.)
For example:
SetCreatureProperty( GetHero(),PROPERTY_ATTRIBUTE_DAMAGE_BONUS, 10.0, PROPERTY_VALUE_MODIFIER );
Modifié par Talian Kross, 20 novembre 2009 - 07:43 .





Retour en haut






