How to remove item restrictions ?
Danacm
Member Posts: 951
Hi
I want to tweak classes like wizard slayer, how can i remove item restrictions ? One by one vie near infinty ? My bad im not familiar with weidu.
I want to tweak classes like wizard slayer, how can i remove item restrictions ? One by one vie near infinty ? My bad im not familiar with weidu.
0
Comments
http://gemrb.org/iesdp/files/2da/2da_tob/kitlist.htm
The field you want to change is the UNUSABLE column. Each number corresponds to a different kit's list of restricted items, which are hardcoded. You can switch the Wizard Slayer's list to someone else's list. You can even combine kit restrictions by adding the numbers together (e.g. to combine Berserker (0x00000001) with Wizard Slayer (0x00000001), you use 0x00000003).
If you're just trying to remove the restrictions altogether, 0x00004000 is the value that you want.