A script to Enchant Items with a legal powers check for different item type.
Using a Technique nicknamed "Combo-Tagging", (were an item tag's first 16 characters are used to point to a script to execute, the remainder of the tag's data being parsed into variables).
Thus a Combo-Tag of "__ihavethepower_ADD_001" would add additional property 1 ("Cursed") to a targeted item.
The tag may be changed dynamicly ingame via GetTag() and SetTag() functions.
Great for Store items and Local Vault Servers were item variables are lost.
Requires Tag-Based Scripts to Enabled.
// Code ----- IP Procdure Called -----------------
//
// ABI ItemPropertyAbilityBonus
// ACB ItemPropertyACBonus
// ACA ItemPropertyACBonusVsAlign
// ACR ItemPropertyACBonusVsRace
// ACD ItemPropertyACBonusVsDmgType
// ACS ItemPropertyACBonusVsSAlign
// ADD *ItemPropertyAdditional
// ASF ItemPropertyArcaneSpellFailure
// ATB ItemPropertyAttackBonus
// ATA ItemPropertyAttackBonusVsAlign
// ATR ItemPropertyAttackBonusVsRace
// ATS ItemPropertyAttackBonusVsSAlign
// BFT ItemPropertyBonusFeat
// BLS ItemPropertyBonusLevelSpell
// SAV ItemPropertyBonusSavingThrow
// SVS ItemPropertyBonusSavingThrowVsX
// SRS ItemPropertyBonusSpellResistance
// CSP ItemPropertyCastSpell
// DMB ItemPropertyDamageBonus
// DMA ItemPropertyDamageBonusVsAlign
// DMR ItemPropertyDamageBonusVsRace
// DMS ItemPropertyDamageBonusVsSAlign
// IMD ItemPropertyDamageImmunity
// DRS ItemPropertyDamageResistance
// DRD ItemPropertyDamageReduction
// DRK ItemPropertyDarkvision
// ENH ItemPropertyEnhancementBonus
// ENA ItemPropertyEnhancementBonusVsAlign
// ENR ItemPropertyEnhancementBonusVsRace
// ENS ItemPropertyEnhancementBonusVsSAlign
// EMD ItemPropertyExtraMeleeDamageType
// ERD ItemPropertyExtraRangeDamageType
// FRE ItemPropertyFreeAction
// HST ItemPropertyHaste
// HOL ItemPropertyHolyAvenger
// IMM ItemPropertyImmunityMisc
// ISL ItemPropertyImmunityToSpellLevel
// IME ItemPropertyImprovedEvasion
// KEN ItemPropertyKeen
// LIG ItemPropertyLight
// LUA ItemPropertyLimitUseByAlign
// LUC ItemPropertyLimitUseByClass
// LUR ItemPropertyLimitUseByRace
// LUS ItemPropertyLimitUseBySAlign
// MAT *ItemPropertyMaterial
// MCR ItemPropertyMassiveCritical
// MRS ItemPropertyMaxRangeStrengthMod (Mighty)
// OHC ItemPropertyOnHitCastSpell
// OHP ItemPropertyOnHitProps
// QUA *ItemPropertyQuality
// REG ItemPropertyRegeneration
// SKL ItemPropertySkillBonus
// SWK ItemPropertySpecialWalk
// ISC ItemPropertySpellImmunitySchool
// ISP ItemPropertySpellImmunitySpecific
// TRU ItemPropertyTrueSeeing
// TRN ItemPropertyTurnResistance
// ULA ItemPropertyUnlimitedAmmo
// VMP ItemPropertyVampiricRegeneration
// VFX ItemPropertyVisualEffect
// WRD ItemPropertyWeightReduction
// * New with 169 Patch
All comments welcome!
Attachment | Size |
---|---|
![]() | 38.09 KB |