Hope it helps!
Site note: you can just npcedit melee1 and make it 61.
I couldn't find a list of what each one was, so I wrote a little macro to cycle each one til you find it.
Sub Main
/declare a int local
/declare name string local
/varset name
/for a 1 to 100
/target ${name}
/delay 1s
/say #npcedit weapon 61
/delay 1s
/say #repop
/next a
/return
Hope it helps someone!
|