TobEx: 60 (0813)
Current Behaviour:
Trigger Kit() uses the low short of the argument only, so both Kit(BARBARIAN [0x40000000]) Kit(0x80000000 [WILDMAGE]) will check for Kit(0)
Expected Behaviour:
Trigger Kit() uses the entire int, so Kit(BARBARIAN [0x40000000]) Kit(0x80000000 [WILDMAGE]) will check for 0x4000000 and 0x8000000, respectively
Revision:
Fix Kit() Trigger check to compare all kits
Trigger Kit() uses the low short of the argument only, so both Kit(BARBARIAN [0x40000000]) Kit(0x80000000 [WILDMAGE]) will check for Kit(0)
Expected Behaviour:
Trigger Kit() uses the entire int, so Kit(BARBARIAN [0x40000000]) Kit(0x80000000 [WILDMAGE]) will check for 0x4000000 and 0x8000000, respectively
Revision:
Fix Kit() Trigger check to compare all kits
Post edited by Bhryaen on
0
Comments
Nope. Kit checks work with the current values.
Potentially fixed - MAGESCHOOL_WILDMAGE has been added
Eek? All existing uses expect it to be simply WILDMAGE.
Will change it in a sec
Aaaaaaand it's changed
Well, all fixed except the blackguard capitalization (the link above has a patch), but i think while kit.ids used charisma as a dump stat, it still does its job.