View Full Version : npc with a whip
zeroktal
08-06-2024, 02:32 PM
Ive tried #npcspawn with many variations, I seem to be able to get any weapon, except a whip. I can however use #summonitem 5038 and hand it to the the npc I created and they will equip it. What am I missing?
zeroktal
01-07-2026, 10:53 AM
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!
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.