Alright, here is how i got kulve taroth weapons.
Equip address:
find 00 00 00 00 B0 AE B1 42 01 00 00 00 01, then -54. That address is start point.
04, 05 mean location. e.g. 8F 01 means the equip is located at 16 page, 25th slot. 00 00 means first page, first slot.
10 is type of equipment. 01 is weapon, 00 is armor. But it looks like crash your game when you change this value.
18 specifies kind of equip. 00 is head for armor and 00 is greatsword for weapon.
1C is id of equip. e.g. E6 is dante for armor.
08 ~ 0C and 58 ~ 5C are sort of const, afaik. For me, 08~0C is F0 8D B0 42 01 and 58~5C is B0 AE B1 42 01.
60 is kind of serial #.
So, example code shows us that the equip is located at F9 slot, means 249th slot. so page 10, last slot.
it should be weapon since 10 is 01.
18 is 02, means type of the weapon is dual blades.
1C is 7A, so the weapon is taroth dagger ice.
What I do is find a Matched Slicers I, then change 1C value to 7A. Then I get a taroth dagger ice.
I tried to make script for this but I dunno how to create script :/