Go to your GunzDB,
Code:
Programmabiliy, Stored Procedures, spInsertChar, and Select Modify.
Swords or daggers ( melee weapons )
Code:
SET @MeleeItemID =
CASE @Costume
WHEN 0 THEN 1
WHEN 1 THEN 2
WHEN 2 THEN 1
WHEN 3 THEN 2
WHEN 4 THEN 2
WHEN 5 THEN 1
END
Change the number afther then for your item, the number after when is the type selection in character creation.
Do this for all weapons you wanna edit, as for melee, Primary, Secondary, Custom1, Custom2, Chest, Legs...
Then Execute the query again on your Database name ( GunzDB ).... Done =)