strange armor value
Posted: Tue Mar 10, 2020 10:16 am
hi everyone.
problem is that armor item give undocumented armor value.
example Dwarven Platemail Breastplate
BUT once i equip it i have +17 armor.... screen attached
i see that this armor item have
item.ar = 43
item.ar_base = 43
item.ar_mod = 0
after equip i see
who.ar_mod = 0
who.ar = 17
i've waste day on investigate but no success. maybe some armor value in client files?! any thought will be appreciated.
problem is that armor item give undocumented armor value.
example Dwarven Platemail Breastplate
equip.srcArmor 0x1416
{
Name PlatemailBreastplate2
AR 43
Desc Dwarven Platemail Breastplate
Coverage Body
VendorSellsFor 473
VendorBuysFor 236
MaxHP 80
blockcircle 9
strrequired 95
#Cprop 51 i-10
EquipScript equip
UnEquipScript unequip
DestroyScript unequip
armor plate
script general_use
}
Code: Select all
program equipthing(who,item,startup)
broadcast("all here!!!");
return 1;
broadcast("nothing here!!!");i see that this armor item have
item.ar = 43
item.ar_base = 43
item.ar_mod = 0
after equip i see
who.ar_mod = 0
who.ar = 17
i've waste day on investigate but no success. maybe some armor value in client files?! any thought will be appreciated.