Okay.
The first ten bits are the name of the item, C4 goes after the final letter, followed by 00 after that until you reach the tenth. 0B is A, 0C is B, and so on, until 24 is Z. The next two are meseta value 1 and meseta value 2 (which are combined - FF FF would be 65535). C is the item type, which A2 is one handed weapons, shields, and emels that can be sold. 22 is one handed weapons, shields, and emels that cannot be sold. D is who can use, and 01=Rolf, 02=Nei, 04=Rudo, 08=Amy, 10=Hugh, 20=Anna, 40=Kain, A0=Shir (shield, legs), 80=Shir (weapon, head). They are added up to determine who can use what. So 03 would mean Rolf and Nei could use it. 07 would mean Rolf, Nei, and Rudo could use it. And so on. I'm sure you probably know all of this already, but just in case you don't...
Now for the weapons...
At 132E8...
1D 0D 0B 16 1A 0F 16 C4 00 00 00 B4 A2 18 07 00
was changed to
10 13 1C 0F 00 0C 0B 1C C4 00 01 18 A2 02 30 05
At 13338...
21 12 13 1A C4 00 00 00 00 00 05 78 A2 20 14 02
was changed to
16 0B 0D 19 00 0C 0B 1C C4 00 47 E0 A2 02 38 07
At 133F8...
16 0B 0D 00 0E 0B 11 11 0F 1C 47 E0 A2 80 04 16
was changed to
18 0F 13 00 0C 0B 1C C4 00 00 00 00 22 02 41 09
Thanks, tryphon!