UserGetOptionTable(aIndex)
aIndex = User index.
Return the option table from the chosen user.
Table elements: AddDamage, AddPhysiDamage, AddMagicDamage, AddCurseDamage, AddDefense, AddElementalDamage, AddElementalDefense, AddSpeed, AddMaxHP, AddMaxMP, AddMaxBP, AddMaxSD, AddHPRecoveryRate, AddMPRecoveryRate, AddBPRecoveryRate, AddSDRecoveryRate, AddDamageReduction, AddDamageDecrease, AddDamageReflect, AddCriticalDamage, AddExcellentDamage, AddCriticalDamageRate, AddExcellentDamageRate, AddIgnoreDefenseRate, AddDoubleDamageRate, AddTripleDamageRate, AddFullDamageReflectRate, AddDefensiveFullHPRestoreRate, AddDefensiveFullSDRestoreRate, AddOffensiveFullHPRestoreRate, AddOffensiveFullSDRestoreRate, MulDamage, MulPhysiDamage, MulMagicDamage, MulCurseDamage, MulDefense, MulElementalDamage, MulElementalDefense, MulMaxHP, MulMaxMP, MulMaxBP, MulMaxSD
UserSetOptionTable(aIndex)
aIndex = User index.
aValue = Option table.
example:
local UserOption = UserGetOptionTable(aIndex)
UserOption.AddDefense = 10
UserOption.AddElementalDamage = 25
UserSetOptionTable(aIndex, UserOption)
Edited by hardcode

Recommended Comments
There are no comments to display.